/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fxvertex.adoc | 440 then flink:vkCmdBindVertexBuffers2 can be used instead of 663 [open,refpage='vkCmdBindVertexBuffers2',desc='Bind vertex buffers to a command buffer and dynamical… 669 include::{generated}/api/protos/vkCmdBindVertexBuffers2.adoc[] 742 fname:vkCmdBindVertexBuffers2 to set the stride. 758 * [[VUID-vkCmdBindVertexBuffers2-firstBinding-03355]] 761 * [[VUID-vkCmdBindVertexBuffers2-firstBinding-03356]] 764 * [[VUID-vkCmdBindVertexBuffers2-pOffsets-03357]] 767 * [[VUID-vkCmdBindVertexBuffers2-pSizes-03358]] 775 * [[VUID-vkCmdBindVertexBuffers2-pBuffers-03359]] 778 * [[VUID-vkCmdBindVertexBuffers2-pBuffers-03360]] [all …]
|
D | features.adoc | 5928 ** flink:vkCmdBindVertexBuffers2 supports using ename:VK_WHOLE_SIZE in the
|
D | pipelines.adoc | 5425 ignored and must: be set dynamically with flink:vkCmdBindVertexBuffers2
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_maintenance5.adoc | 27 * Allow VK_WHOLE_SIZE for pSizes argument of vkCmdBindVertexBuffers2 82 === VK_WHOLE_SIZE for pSizes argument of vkCmdBindVertexBuffers2 84 `pSizes` in `vkCmdBindVertexBuffers2` unintentionally does not support `VK_WHOLE_SIZE`. 220 === VK_WHOLE_SIZE for pSizes argument of vkCmdBindVertexBuffers2 222 Support for using `VK_WHOLE_SIZE` in the `pSizes` parameter of `vkCmdBindVertexBuffers2` is added.
|
D | VK_EXT_shader_object.adoc | 178 * `vkCmdBindVertexBuffers2()`
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_extended_dynamic_state.adoc | 46 1) Why are the values of pname:pStrides in flink:vkCmdBindVertexBuffers2
|
D | VK_KHR_maintenance5.adoc | 47 * `vkCmdBindVertexBuffers2` now supports using `VK_WHOLE_SIZE` in the
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 281 PFN_vkCmdBindVertexBuffers2 vkCmdBindVertexBuffers2; member
|
D | goldfish_vk_dispatch.cpp | 578 out->vkCmdBindVertexBuffers2 = in init_vulkan_dispatch_from_system_loader() 1457 out->vkCmdBindVertexBuffers2 = in init_vulkan_dispatch_from_instance() 2388 out->vkCmdBindVertexBuffers2 = in init_vulkan_dispatch_from_device()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 2128 …void vkCmdBindVertexBuffers2( VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindi… in vkCmdBindVertexBuffers2() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2130 …return ::vkCmdBindVertexBuffers2( commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, p… in vkCmdBindVertexBuffers2() 4809 PFN_vkCmdBindVertexBuffers2 vkCmdBindVertexBuffers2 = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 5298 …vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetInstanceProcAddr( instance, "vkCmdBind… in init() 5445 if ( !vkCmdBindVertexBuffers2 ) vkCmdBindVertexBuffers2 = vkCmdBindVertexBuffers2EXT; in init() 5709 …vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetDeviceProcAddr( device, "vkCmdBindVert… in init() 5812 if ( !vkCmdBindVertexBuffers2 ) vkCmdBindVertexBuffers2 = vkCmdBindVertexBuffers2EXT; in init()
|
D | vulkan.hpp | 2231 …void vkCmdBindVertexBuffers2( VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindi… in vkCmdBindVertexBuffers2() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2233 …return ::vkCmdBindVertexBuffers2( commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, p… in vkCmdBindVertexBuffers2() 9345 PFN_vkCmdBindVertexBuffers2 vkCmdBindVertexBuffers2 = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10510 …vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetInstanceProcAddr( instance, "vkCmdBind… in init() 11060 if ( !vkCmdBindVertexBuffers2 ) vkCmdBindVertexBuffers2 = vkCmdBindVertexBuffers2EXT; in init() 11580 …vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetDeviceProcAddr( device, "vkCmdBindVert… in init() 11968 if ( !vkCmdBindVertexBuffers2 ) vkCmdBindVertexBuffers2 = vkCmdBindVertexBuffers2EXT; in init()
|
D | vulkansc_raii.hpp | 450 …vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetDeviceProcAddr( device, "vkCmdBindVert… in DeviceDispatcher() 553 if ( !vkCmdBindVertexBuffers2 ) vkCmdBindVertexBuffers2 = vkCmdBindVertexBuffers2EXT; in DeviceDispatcher() 810 PFN_vkCmdBindVertexBuffers2 vkCmdBindVertexBuffers2 = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 8160 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdBindVertexBuffers2 && "Function <vkCmdBindVertexBuffers2> … in bindVertexBuffers2() 8176 …getDispatcher()->vkCmdBindVertexBuffers2( static_cast<VkCommandBuffer>( m_commandBuffer ), firstBi… in bindVertexBuffers2()
|
D | vulkan_raii.hpp | 780 …vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetDeviceProcAddr( device, "vkCmdBindVert… in DeviceDispatcher() 1168 if ( !vkCmdBindVertexBuffers2 ) vkCmdBindVertexBuffers2 = vkCmdBindVertexBuffers2EXT; in DeviceDispatcher() 1658 PFN_vkCmdBindVertexBuffers2 vkCmdBindVertexBuffers2 = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 13061 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdBindVertexBuffers2 && "Function <vkCmdBindVertexBuffers2> … in bindVertexBuffers2() 13077 …getDispatcher()->vkCmdBindVertexBuffers2( static_cast<VkCommandBuffer>( m_commandBuffer ), firstBi… in bindVertexBuffers2()
|
D | vulkansc_funcs.hpp | 5268 …d.vkCmdBindVertexBuffers2( m_commandBuffer, firstBinding, bindingCount, reinterpret_cast<const VkB… in bindVertexBuffers2() 5296 …d.vkCmdBindVertexBuffers2( m_commandBuffer, firstBinding, buffers.size(), reinterpret_cast<const V… in bindVertexBuffers2()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 584 void vkCmdBindVertexBuffers2(VkCommandBuffer commandBuffer, uint32_t firstBinding,
|
D | func_table.cpp | 2717 vkEnc->vkCmdBindVertexBuffers2(gfxstream_commandBuffer->internal_object, firstBinding, in gfxstream_vk_CmdBindVertexBuffers2()
|
D | VkEncoder.cpp | 23417 void VkEncoder::vkCmdBindVertexBuffers2(VkCommandBuffer commandBuffer, uint32_t firstBinding, in vkCmdBindVertexBuffers2() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 847 void vkCmdBindVertexBuffers2(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkSubDecoder.cpp | 1935 vk->vkCmdBindVertexBuffers2((VkCommandBuffer)dispatchHandle, firstBinding, in subDecode()
|
D | VkDecoderSnapshot.cpp | 2200 void vkCmdBindVertexBuffers2(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdBindVertexBuffers2() function in VkDecoderSnapshot::Impl 5719 void VkDecoderSnapshot::vkCmdBindVertexBuffers2( in vkCmdBindVertexBuffers2() function in VkDecoderSnapshot 5724 mImpl->vkCmdBindVertexBuffers2(snapshotTraceBegin, snapshotTraceBytes, pool, commandBuffer, in vkCmdBindVertexBuffers2()
|
D | VkDecoder.cpp | 12549 vk->vkCmdBindVertexBuffers2(unboxed_commandBuffer, firstBinding, bindingCount, in decode() 12556 m_state->snapshot()->vkCmdBindVertexBuffers2( in decode()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7485 VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers2(
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1068 * Clarify why setting the stride with flink:vkCmdBindVertexBuffers2 has
|