Searched refs:CmdBindVertexBuffers (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 70 GR_VK_CALL(gpu->vkInterface(), CmdBindVertexBuffers(fCmdBuffer, in bindVertexBuffer()
|
D | GrVkInterface.cpp | 123 GET_PROC(CmdBindVertexBuffers); in GrVkCreateInterface()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 125 PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 208 table->CmdBindVertexBuffers = in loader_init_device_dispatch_table() 463 return (void *)table->CmdBindVertexBuffers; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1816 disp->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount,
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.cpp | 484 vk::CmdBindVertexBuffers(cmd, 0, 1, &vb_, &vb_offset); in cmd_bind_buffers()
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation.cpp | 4290 ->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets); in vkCmdBindVertexBuffers()
|
D | core_validation.cpp | 7581 …dev_data->device_dispatch_table->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, p… in vkCmdBindVertexBuffers()
|