Home
last modified time | relevance | path

Searched refs:CmdBindVertexBuffers (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h118 PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers; member
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h49 GR_VK_CALL(gpu->vkInterface(), CmdBindVertexBuffers(fCmdBuffer, in bindVertexBuffer()
DGrVkInterface.cpp129 GET_DEV_PROC(CmdBindVertexBuffers); in GrVkCreateInterface()
/external/vulkan-validation-layers/loader/
Dtable_ops.h201 table->CmdBindVertexBuffers = in loader_init_device_dispatch_table()
477 return (void *)table->CmdBindVertexBuffers; in loader_lookup_device_dispatch_table()
Dtrampoline.c1908 disp->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount,
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp478 vk::CmdBindVertexBuffers(cmd, 0, 1, &vb_, &vb_offset); in cmd_bind_buffers()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp1987 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()
Dparameter_validation.cpp4092 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()
Dcore_validation.cpp7694 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/
Dwrap_objects.cpp777 …device_dispatch_table(commandBuffer)->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCou… in vkCmdBindVertexBuffers()