/frameworks/native/vulkan/libvulkan/ |
driver_gen.h | 75 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
|
api_gen.h | 126 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
|
driver_gen.cpp | 98 reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers), 352 INIT_PROC(dev, AllocateCommandBuffers);
|
driver.h | 123 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
|
driver.cpp | 846 AllocateCommandBuffers(VkDevice device, 851 VkResult result = data.driver.AllocateCommandBuffers(device, pAllocateInfo,
|
api_gen.cpp | 224 INIT_PROC(dev, AllocateCommandBuffers); 368 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); [all...] |
/external/vulkan-validation-layers/include/vulkan/ |
vk_layer.h | 118 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
|
/external/skia/src/gpu/vk/ |
GrVkCommandBuffer.cpp | 28 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(),
|
GrVkInterface.cpp | 106 GET_PROC(AllocateCommandBuffers);
|
/external/vulkan-validation-layers/layers/ |
threading.cpp | 307 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
|
device_limits.cpp | 497 ->device_dispatch_table->AllocateCommandBuffers(device, pCreateInfo, pCommandBuffer); [all...] |
object_tracker.h | [all...] |
parameter_validation.cpp | [all...] |
core_validation.cpp | [all...] |
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.cpp | 57 {"vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateCommandBuffers>(AllocateCommandBuffers))},
|
null_driver_gen.h | 119 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers);
|
null_driver.cpp | 687 VkResult AllocateCommandBuffers(VkDevice /*device*/, [all...] |
/external/vulkan-validation-layers/loader/ |
table_ops.h | 178 table->AllocateCommandBuffers = 430 if (!strcmp(name, "AllocateCommandBuffers")) 431 return (void *)table->AllocateCommandBuffers; [all...] |
trampoline.c | [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Smoke.cpp | 445 vk::assert_success(vk::AllocateCommandBuffers(dev_, &cmd_info, cmds.data()));
|