HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceQueue (Results 1 - 19 of 19) sorted by null

  /frameworks/native/vulkan/libvulkan/
driver_gen.h 72 PFN_vkGetDeviceQueue GetDeviceQueue;
api_gen.h 56 PFN_vkGetDeviceQueue GetDeviceQueue;
driver_gen.cpp 210 reinterpret_cast<PFN_vkVoidFunction>(GetDeviceQueue),
349 INIT_PROC(dev, GetDeviceQueue);
driver.h 122 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
driver.cpp 835 void GetDeviceQueue(VkDevice device,
841 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
api_gen.cpp 154 INIT_PROC(dev, GetDeviceQueue);
297 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 48 PFN_vkGetDeviceQueue GetDeviceQueue;
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 274 vk::GetDeviceQueue(ctx_.dev, ctx_.game_queue_family, 0, &ctx_.game_queue);
275 vk::GetDeviceQueue(ctx_.dev, ctx_.present_queue_family, 0, &ctx_.present_queue);
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 35 GET_PROC(GetDeviceQueue);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 165 {"vkGetDeviceQueue", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetDeviceQueue>(GetDeviceQueue))},
null_driver_gen.h 48 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
null_driver.cpp 648 void GetDeviceQueue(VkDevice device, uint32_t, uint32_t, VkQueue* queue) {
    [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 60 table->GetDeviceQueue = (PFN_vkGetDeviceQueue)gpa(dev, "vkGetDeviceQueue");
290 if (!strcmp(name, "GetDeviceQueue"))
291 return (void *)table->GetDeviceQueue;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/layers/
device_limits.cpp 552 dev_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
    [all...]
swapchain.cpp 93 pDisp->GetDeviceQueue = (PFN_vkGetDeviceQueue)gpa(device, "vkGetDeviceQueue");
    [all...]
object_tracker.h     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 458 milliseconds