Home
last modified time | relevance | path

Searched refs:vkCmdBindVertexBuffers (Results 1 – 17 of 17) sorted by relevance

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h138 extern PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers;
Dvulkan_wrapper.cpp135vkCmdBindVertexBuffers = reinterpret_cast<PFN_vkCmdBindVertexBuffers>(dlsym(libvulkan, "vkCmdBindV… in InitVulkan()
323 PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers; variable
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md38 …ied in these calls | NO_PIPELINE_BOUND | vkCmdBindDescriptorSets vkCmdBindVertexBuffers | Pipeline…
45 …r vkCmdBindPipeline vkCmdBindDescriptorSets vkCmdBindIndexBuffer vkCmdBindVertexBuffers vkCmdDraw …
46 …eline object | VTX_INDEX_OUT_OF_BOUNDS | vkCmdBindDescriptorSets vkCmdBindVertexBuffers | VtxBuffe…
49 …SetStencilReference vkCmdBindDescriptorSets vkCmdBindIndexBuffer vkCmdBindVertexBuffers vkCmdDraw …
181 …CmdClearDepthStencilImage vkCmdResolveImage vkCmdBindIndexBuffer vkCmdBindVertexBuffers vkCmdCopyB…
182 …olveImage vkCmdUpdateBuffer vkCmdFillBuffer vkCmdBindIndexBuffer vkCmdBindVertexBuffers vkCmdDrawI…
274 …s vkCmdBindDescriptorSets vkCmdBindIndexBuffer vkCmdBindPipeline vkCmdBindVertexBuffers vkCmdBlitI…
316 …r vkCmdBindPipeline vkCmdBindDescriptorSets vkCmdBindIndexBuffer vkCmdBindVertexBuffers vkCmdDraw …
317 …SetStencilReference vkCmdBindDescriptorSets vkCmdBindIndexBuffer vkCmdBindVertexBuffers vkCmdDraw …
Dvk_validation_error_database.txt1405vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1406vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1407vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1408vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1409vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1410vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1411vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1412vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1413vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
1414vkCmdBindVertexBuffers~^~For more information refer to Vulkan Spec Section '20.2. Vertex Input Des…
[all …]
/external/vulkan-validation-layers/loader/
Dgpa_helper.h216 return (PFN_vkVoidFunction)vkCmdBindVertexBuffers; in trampolineGetProcAddr()
Dtrampoline.c1901 vkCmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBinding, function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl92 ….cmdBindVertexBuffers = (CmdBindVertexBuffersFunc) GET_PROC_ADDR("vkCmdBindVertexBuffers");
DvkNullDriverImpl.inl1529 VK_NULL_FUNC_ENTRY(vkCmdBindVertexBuffers, cmdBindVertexBuffers),
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp942 vkCmdBindVertexBuffers(commandBuffer, binding, 1, &handle(), &offset); in Bind()
1548 vkCmdBindVertexBuffers(handle(), binding, 1, &vertexBuffer->handle(), &offset); in BindVertexBuffer()
Dlayer_validation_tests.cpp769vkCmdBindVertexBuffers(aCommandBuffer, BindId, offsetCount, &VulkanMemoryBuffer.handle(), offsetLi… in BindVertexBuffers()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp775 VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBind… in vkCmdBindVertexBuffers() function
1356 return (PFN_vkVoidFunction) vkCmdBindVertexBuffers; in layer_intercept_proc()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc667 |4 | | Check if vkCmdBindVertexBuffers commands are executed in-order |
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2961 VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers(
Dvulkan.hpp13987vkCmdBindVertexBuffers( m_commandBuffer, firstBinding, bindingCount, reinterpret_cast<const VkBuff… in bindVertexBuffers()
14001vkCmdBindVertexBuffers( m_commandBuffer, firstBinding, buffers.size() , reinterpret_cast<const VkB… in bindVertexBuffers()
/external/mesa3d/include/vulkan/
Dvulkan.h2970 VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h3067 VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3126 VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers(