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

  /frameworks/native/vulkan/libvulkan/
api_gen.h 115 PFN_vkAllocateDescriptorSets AllocateDescriptorSets;
api_gen.cpp 213 INIT_PROC(dev, AllocateDescriptorSets);
357 VKAPI_ATTR VkResult AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 107 PFN_vkAllocateDescriptorSets AllocateDescriptorSets;
  /external/skia/src/gpu/vk/
GrVkProgramBuilder.cpp 305 GR_VK_CALL_ERRCHECK(fGpu->vkInterface(), AllocateDescriptorSets(fGpu->device(),
GrVkInterface.cpp 95 GET_PROC(AllocateDescriptorSets);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 58 {"vkAllocateDescriptorSets", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateDescriptorSets>(AllocateDescriptorSets))},
null_driver_gen.h 108 VKAPI_ATTR VkResult AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 156 table->AllocateDescriptorSets =
408 if (!strcmp(name, "AllocateDescriptorSets"))
409 return (void *)table->AllocateDescriptorSets;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 549 vk::assert_success(vk::AllocateDescriptorSets(dev_, &set_info, desc_sets.data()));
  /external/vulkan-validation-layers/layers/
object_tracker.h     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 181 milliseconds