Home
last modified time | relevance | path

Searched refs:object_find (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/layers/
H A Dtimeline_semaphore.c335 static void *object_find(struct object_map *map, void *obj) in object_find() function
1028 struct device_data *device = object_find(&global_map, _device); in timeline_CreateSemaphore()
1062 struct device_data *device = object_find(&global_map, _device); in timeline_DestroySemaphore()
1095 struct device_data *device = object_find(&global_map, _device); in timeline_ImportSemaphoreFdKHR()
1115 struct device_data *device = object_find(&global_map, _device); in timeline_GetSemaphoreCounterValue()
1135 struct device_data *device = object_find(&global_map, _device); in timeline_WaitSemaphores()
1696 struct queue_data *queue = object_find(&global_map, _queue); in timeline_QueueSubmit()
1759 struct queue_data *queue = object_find(&global_map, _queue); in timeline_QueueBindSparse()
1822 struct queue_data *queue = object_find(&global_map, _queue); in timeline_QueuePresentKHR()
1879 struct queue_data *queue = object_find(&global_map, _queue); in timeline_QueueWaitIdle()
[all …]
/dports/devel/lion/lion/samples/template/
H A Dobject.h93 object_t *object_find ( int (*compare)(object_t *, void *, void *),
H A Dcommand.c88 object_find(command_who_sub, (void *)node, NULL); in command_who()
H A Dsay.c115 object_find( say_all_sub, (void *)msg, (void *)result );
H A Dobject.c160 object_t *object_find( int (*compare)(object_t *, void *, void *), in object_find() function
/dports/graphics/embree/embree-3.13.2/kernels/builders/
H A Dheuristic_openmerge_array.h284 return object_find(set,logBlockSize); in find()
289 __forceinline const Split object_find(const PrimInfoExtRange& set,const size_t logBlockSize) in object_find() function
H A Dheuristic_spatial_array.h173 const ObjectSplit object_split = object_find(set,logBlockSize,oinfo); in find()
200 …__forceinline const ObjectSplit object_find(const PrimInfoExtRange& set, const size_t logBlockSize… in object_find() function
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-200413506 ogt.c: add object_release for object_find
13679 * when you use object_find you need to do a object_release as well
H A DChangeLog-201722708 seems there since sout = object_find() was
H A DChangeLog-200947846 The inhibit and screensaver modules are using bad object_find. Proper