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

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 33 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateDescriptorPool(gpu->device(),
GrVkInterface.cpp 126 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device);
  /external/skqp/src/gpu/vk/
GrVkDescriptorPool.cpp 33 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateDescriptorPool(gpu->device(),
GrVkInterface.cpp 126 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 124 PFN_vkCreateDescriptorPool CreateDescriptorPool;
api_gen.cpp 254 INIT_PROC(true, dev, CreateDescriptorPool);
419 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 97 PFN_vkCreateDescriptorPool CreateDescriptorPool;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 91 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool");
thread_check.h     [all...]
unique_objects_wrappers.h     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 118 {"vkCreateDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDescriptorPool>(CreateDescriptorPool))},
null_driver_gen.h 105 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 493 vk::assert_success(vk::CreateDescriptorPool(dev_, &desc_pool_info, nullptr, &desc_pool_));
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 588 VkResult result = device_dispatch_table(device)->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 586 VkResult result = device_dispatch_table(device)->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool);
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 1674 milliseconds