Searched refs:CmdBindVertexBuffers (Results 1 – 10 of 10) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 118 PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers; member
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 49 GR_VK_CALL(gpu->vkInterface(), CmdBindVertexBuffers(fCmdBuffer, in bindVertexBuffer()
|
D | GrVkInterface.cpp | 129 GET_DEV_PROC(CmdBindVertexBuffers); in GrVkCreateInterface()
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 201 table->CmdBindVertexBuffers = in loader_init_device_dispatch_table() 477 return (void *)table->CmdBindVertexBuffers; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1908 disp->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount,
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.cpp | 478 vk::CmdBindVertexBuffers(cmd, 0, 1, &vb_, &vb_offset); in cmd_bind_buffers()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 1987 VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBindin… in CmdBindVertexBuffers() function 2005 ->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets); in CmdBindVertexBuffers() 3944 return (PFN_vkVoidFunction)CmdBindVertexBuffers; in InterceptCoreDeviceCommand()
|
D | parameter_validation.cpp | 4092 VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBindin… in CmdBindVertexBuffers() function 4102 ->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets); in CmdBindVertexBuffers() 5370 {"vkCmdBindVertexBuffers", reinterpret_cast<PFN_vkVoidFunction>(CmdBindVertexBuffers)}, in intercept_core_device_command()
|
D | core_validation.cpp | 7694 VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBindin… in CmdBindVertexBuffers() function 7720 …dev_data->dispatch_table.CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers,… in CmdBindVertexBuffers() 11998 {"vkCmdBindVertexBuffers", reinterpret_cast<PFN_vkVoidFunction>(CmdBindVertexBuffers)}, in intercept_core_device_command()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 777 …device_dispatch_table(commandBuffer)->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCou… in vkCmdBindVertexBuffers()
|