HomeSort by relevance Sort by last modified time
    Searched full:device_dispatch_table (Results 1 - 23 of 23) sorted by null

  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 201 VkLayerDispatchTable *pDisp = device_dispatch_table(device);
219 device_dispatch_table(device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
224 VkResult result = device_dispatch_table(queue)->QueueSubmit(queue, submitCount, pSubmits, fence);
231 VkResult result = device_dispatch_table(queue)->QueueWaitIdle(queue);
238 VkResult result = device_dispatch_table(device)->DeviceWaitIdle(device);
245 VkResult result = device_dispatch_table(device)->AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
252 device_dispatch_table(device)->FreeMemory(device, memory, pAllocator);
258 VkResult result = device_dispatch_table(device)->MapMemory(device, memory, offset, size, flags, ppData);
264 device_dispatch_table(device)->UnmapMemory(device, memory);
270 VkResult result = device_dispatch_table(device)->FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges)
    [all...]
wrap_objects.h 58 VkLayerDispatchTable *pDisp = device_dispatch_table(device);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 199 VkLayerDispatchTable *pDisp = device_dispatch_table(device);
217 device_dispatch_table(device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
222 VkResult result = device_dispatch_table(queue)->QueueSubmit(queue, submitCount, pSubmits, fence);
229 VkResult result = device_dispatch_table(queue)->QueueWaitIdle(queue);
236 VkResult result = device_dispatch_table(device)->DeviceWaitIdle(device);
243 VkResult result = device_dispatch_table(device)->AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
250 device_dispatch_table(device)->FreeMemory(device, memory, pAllocator);
256 VkResult result = device_dispatch_table(device)->MapMemory(device, memory, offset, size, flags, ppData);
262 device_dispatch_table(device)->UnmapMemory(device, memory);
268 VkResult result = device_dispatch_table(device)->FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges)
    [all...]
wrap_objects.h 58 VkLayerDispatchTable *pDisp = device_dispatch_table(device);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h 92 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
113 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
153 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
173 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
198 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
220 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
247 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
272 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
296 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
318 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
    [all...]
unique_objects_wrappers.h 104 VkResult result = dev_data->device_dispatch_table->QueueSubmit(queue, submitCount, (const VkSubmitInfo*)local_pSubmits, fence);
128 dev_data->device_dispatch_table->FreeMemory(device, memory, pAllocator);
145 VkResult result = dev_data->device_dispatch_table->MapMemory(device, memory, offset, size, flags, ppData);
159 dev_data->device_dispatch_table->UnmapMemory(device, memory);
182 VkResult result = dev_data->device_dispatch_table->FlushMappedMemoryRanges(device, memoryRangeCount, (const VkMappedMemoryRange*)local_pMemoryRanges);
207 VkResult result = dev_data->device_dispatch_table->InvalidateMappedMemoryRanges(device, memoryRangeCount, (const VkMappedMemoryRange*)local_pMemoryRanges);
223 dev_data->device_dispatch_table->GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes);
239 VkResult result = dev_data->device_dispatch_table->BindBufferMemory(device, buffer, memory, memoryOffset);
256 VkResult result = dev_data->device_dispatch_table->BindImageMemory(device, image, memory, memoryOffset);
271 dev_data->device_dispatch_table->GetBufferMemoryRequirements(device, buffer, pMemoryRequirements)
    [all...]
  /external/vulkan-validation-layers/layers/
threading.cpp 151 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
152 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
165 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator);
172 delete dev_data->device_dispatch_table;
180 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
247 auto &table = device_data->device_dispatch_table;
319 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
350 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
373 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
vk_layer_table.h 37 VkLayerDispatchTable *device_dispatch_table(void *object);
vk_layer_table.cpp 29 VkLayerDispatchTable *device_dispatch_table(void *object) { function
threading.h 228 VkLayerDispatchTable *device_dispatch_table; member in struct:layer_data
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
threading.cpp 153 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
154 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
167 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator);
261 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table;
337 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
368 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
vk_layer_table.h 37 VkLayerDispatchTable *device_dispatch_table(void *object);
unique_objects.cpp 112 VkLayerDispatchTable *disp_table = device_data->device_dispatch_table;
115 device_data->device_dispatch_table->CreateSwapchainKHR = (PFN_vkCreateSwapchainKHR)gpa(device, "vkCreateSwapchainKHR");
234 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
235 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
250 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator);
305 VkLayerDispatchTable *disp_table = dev_data->device_dispatch_table;
381 VkResult result = device_data->device_dispatch_table->AllocateMemory(device, input_allocate_info, pAllocator, pMemory);
425 VkResult result = my_device_data->device_dispatch_table->CreateComputePipelines(
481 VkResult result = my_device_data->device_dispatch_table->CreateGraphicsPipelines(
540 VkResult result = my_map_data->device_dispatch_table->CreateSwapchainKHR
    [all...]
vk_layer_table.cpp 31 VkLayerDispatchTable *device_dispatch_table(void *object) { function
88 fprintf(stderr, "device_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key,
91 fprintf(stderr, "device_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key);
unique_objects.h 91 VkLayerDispatchTable *device_dispatch_table; member in struct:unique_objects::layer_data
image.cpp 61 VkLayerDispatchTable *device_dispatch_table; member in struct:image::layer_data
69 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physicalDevice(0),
190 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
191 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
205 my_data->device_dispatch_table->DestroyDevice(device, pAllocator);
206 delete my_data->device_dispatch_table;
385 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
399 device_data->device_dispatch_table->DestroyImage(device, image, pAllocator);
462 VkResult result = my_data->device_dispatch_table->CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass);
    [all...]
swapchain.h 272 VkLayerDispatchTable *device_dispatch_table; member in struct:layer_data
291 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), num_tmp_callbacks(0),
swapchain.cpp     [all...]
threading.h 215 VkLayerDispatchTable *device_dispatch_table; member in struct:layer_data
  /external/vulkan-validation-layers/scripts/
threading_generator.py 423 self.appendSection('command', ' VkLayerDispatchTable *pTable = my_data->device_dispatch_table;')
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
threading_generator.py 436 self.appendSection('command', ' VkLayerDispatchTable *pTable = my_data->device_dispatch_table;')
unique_objects_generator.py     [all...]
  /external/vulkan-validation-layers/loader/
LoaderAndLayerInterface.md     [all...]

Completed in 694 milliseconds