/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_shader_draw_parameters.adoc | 38 * code:BaseVertex, containing the pname:firstVertex or pname:vertexOffset 88 drawing commands) or pname:firstVertex (for arrayed drawing commands), and
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | build_acceleration_structure_common.adoc | 198 * [[VUID-{refpage}-firstVertex-03770]] 201 pname:firstVertex member must: have the same value which was specified
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | drawing.adoc | 958 * pname:firstVertex is the index of the first vertex to draw. 963 first code:vertexIndex value equal to pname:firstVertex. 1060 sequentially, a pname:firstVertex and a pname:vertexCount from 1151 * pname:firstVertex is the first vertex to draw. 1155 pname:firstVertex and pname:vertexCount parameters in flink:vkCmdDraw. 1239 * pname:firstVertex is the index of the first vertex to draw. 1565 The effective pname:firstVertex is zero.
|
D | fxvertex.adoc | 903 between pname:firstVertex and pname:firstVertex+pname:vertexCount for
|
D | accelstructures.adoc | 1521 * pname:firstVertex is the index of the first vertex to build from for 1536 The value of pname:firstVertex is added to the index values before 1543 {times} pname:firstVertex#.
|
D | interfaces.adoc | 1680 For _non-indexed drawing commands_, this variable is the pname:firstVertex 1681 parameter to a _direct drawing command_ or the pname:firstVertex member of 4652 For non-indexed draws, this variable begins at the pname:firstVertex 4653 parameter to flink:vkCmdDraw or the pname:firstVertex member of a structure
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 390 uint32_t firstVertex; in subDecode() local 396 memcpy((uint32_t*)&firstVertex, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode() 401 firstVertex, firstInstance); in subDecode()
|
D | VkDecoderSnapshot.h | 463 uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex,
|
D | VkDecoderSnapshot.cpp | 1153 uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, in vkCmdDraw() argument 4796 uint32_t firstVertex, uint32_t firstInstance) { in vkCmdDraw() argument 4798 instanceCount, firstVertex, firstInstance); in vkCmdDraw()
|
D | VkDecoder.cpp | 7022 uint32_t firstVertex; in decode() local 7037 memcpy((uint32_t*)&firstVertex, *readStreamPtrPtr, sizeof(uint32_t)); in decode() 7046 (unsigned long long)firstVertex, (unsigned long long)firstInstance); in decode() 7048 vk->vkCmdDraw(unboxed_commandBuffer, vertexCount, instanceCount, firstVertex, in decode() 7057 firstVertex, firstInstance); in decode()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2066 uint32_t firstVertex, in overlay_CmdDraw() argument 2074 firstVertex, firstInstance); in overlay_CmdDraw()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 317 uint32_t firstVertex, uint32_t firstInstance, uint32_t doLock);
|
D | func_table.cpp | 1321 uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) { in gfxstream_vk_CmdDraw() argument 1328 firstVertex, firstInstance, true /* do lock */); in gfxstream_vk_CmdDraw()
|
D | goldfish_vk_marshaling_guest.cpp | 244 vkStream->write((uint32_t*)&forMarshaling->firstVertex, sizeof(uint32_t)); in marshal_VkDrawIndirectCommand() 253 vkStream->read((uint32_t*)&forUnmarshaling->firstVertex, sizeof(uint32_t)); in unmarshal_VkDrawIndirectCommand()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 197 memcpy(*ptr, (uint32_t*)&forMarshaling->firstVertex, sizeof(uint32_t)); in reservedmarshal_VkDrawIndirectCommand()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2891 uint32_t firstVertex; member 4054 … commandBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t first… 4667 uint32_t firstVertex, 15972 uint32_t firstVertex; member 17594 uint32_t firstVertex; member
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 112 firstVertex = printer.write_int("firstVertex", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1582 … commandBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t first… in vkCmdDraw() argument 1584 return ::vkCmdDraw( commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance ); in vkCmdDraw()
|
D | vulkansc_raii.hpp | 2429 …void draw( uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInsta… 6859 …ndBuffer::draw( uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t first… in draw() argument 6865 …_cast<VkCommandBuffer>( m_commandBuffer ), vertexCount, instanceCount, firstVertex, firstInstance … in draw()
|
D | vulkan_hash.hpp | 496 VULKAN_HPP_HASH_COMBINE( seed, accelerationStructureBuildRangeInfoKHR.firstVertex ); in operator ()() 3906 VULKAN_HPP_HASH_COMBINE( seed, drawIndirectCommand.firstVertex ); in operator ()() 6348 VULKAN_HPP_HASH_COMBINE( seed, multiDrawInfoEXT.firstVertex ); in operator ()()
|
D | vulkansc_funcs.hpp | 3215 …ndBuffer::draw( uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t first… in draw() argument 3218 d.vkCmdDraw( m_commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance ); in draw()
|
D | vulkan.hpp | 1649 … commandBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t first… in vkCmdDraw() argument 1651 return ::vkCmdDraw( commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance ); in vkCmdDraw()
|
D | vulkan_raii.hpp | 4861 …void draw( uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInsta… 11689 …ndBuffer::draw( uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t first… in draw() argument 11695 …_cast<VkCommandBuffer>( m_commandBuffer ), vertexCount, instanceCount, firstVertex, firstInstance … in draw()
|
D | vulkansc_handles.hpp | 2199 …void draw( uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInsta…
|
D | vulkansc_hash.hpp | 2211 VULKAN_HPP_HASH_COMBINE( seed, drawIndirectCommand.firstVertex ); in operator ()()
|