HomeSort by relevance Sort by last modified time
    Searched refs:device_dispatch_table (Results 1 - 25 of 27) sorted by null

1 2

  /external/vulkan-validation-layers/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/r13/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h 87 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
103 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
134 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
149 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
169 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
186 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
208 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
228 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
247 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
264 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 56 VkLayerDispatchTable *device_dispatch_table; member in struct:device_limits::layer_data
71 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), instanceState(nullptr),
311 my_data->device_dispatch_table->CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewports);
322 my_data->device_dispatch_table->CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors);
423 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
424 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
438 my_device_data->device_dispatch_table->DestroyDevice(device, pAllocator);
439 delete my_device_data->device_dispatch_table;
461 return dev_data->device_dispatch_table->CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass);
470 ->device_dispatch_table->CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.cpp 56 VkLayerDispatchTable *device_dispatch_table; member in struct:device_limits::layer_data
71 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), instanceState(nullptr),
311 my_data->device_dispatch_table->CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewports);
322 my_data->device_dispatch_table->CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors);
423 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
424 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
438 my_device_data->device_dispatch_table->DestroyDevice(device, pAllocator);
439 delete my_device_data->device_dispatch_table;
461 return dev_data->device_dispatch_table->CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass);
470 ->device_dispatch_table->CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool)
    [all...]
vk_layer_table.h 37 VkLayerDispatchTable *device_dispatch_table(void *object);
threading.cpp 146 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
147 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
157 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator);
228 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table;
290 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
314 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
image.cpp 60 VkLayerDispatchTable *device_dispatch_table; member in struct:image::layer_data
68 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physicalDevice(0),
189 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
190 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
204 my_data->device_dispatch_table->DestroyDevice(device, pAllocator);
205 delete my_data->device_dispatch_table;
384 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
398 device_data->device_dispatch_table->DestroyImage(device, image, pAllocator);
460 VkResult result = my_data->device_dispatch_table->CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass);
    [all...]
core_validation.cpp 118 VkLayerDispatchTable *device_dispatch_table; member in struct:core_validation::layer_data
157 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), device_extensions(),
    [all...]
swapchain.h 325 VkLayerDispatchTable *device_dispatch_table; member in struct:layer_data
344 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), num_tmp_callbacks(0),
swapchain.cpp 51 VkLayerDispatchTable *pDisp = my_device_data->device_dispatch_table;
    [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);
threading.h 196 VkLayerDispatchTable *device_dispatch_table; member in struct:layer_data
  /external/vulkan-validation-layers/layers/
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),
unique_objects.h 91 VkLayerDispatchTable *device_dispatch_table; member in struct:unique_objects::layer_data
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...]
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;
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...]
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);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
threading.cpp 146 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
147 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
157 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator);
228 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table;
290 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
314 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 60 VkLayerDispatchTable *device_dispatch_table; member in struct:image::layer_data
68 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physicalDevice(0),
189 my_device_data->device_dispatch_table = new VkLayerDispatchTable;
190 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
204 my_data->device_dispatch_table->DestroyDevice(device, pAllocator);
205 delete my_data->device_dispatch_table;
384 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
398 device_data->device_dispatch_table->DestroyImage(device, image, pAllocator);
460 VkResult result = my_data->device_dispatch_table->CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 118 VkLayerDispatchTable *device_dispatch_table; member in struct:core_validation::layer_data
157 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), device_extensions(),
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp 51 VkLayerDispatchTable *pDisp = my_device_data->device_dispatch_table;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
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);

Completed in 581 milliseconds

1 2