Home
last modified time | relevance | path

Searched refs:firstVertex (Results 1 – 25 of 28) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_shader_draw_parameters.adoc38 * 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/
Dbuild_acceleration_structure_common.adoc198 * [[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/
Ddrawing.adoc958 * 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.
Dfxvertex.adoc903 between pname:firstVertex and pname:firstVertex+pname:vertexCount for
Daccelstructures.adoc1521 * 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#.
Dinterfaces.adoc1680 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/
DVkSubDecoder.cpp390 uint32_t firstVertex; in subDecode() local
396 memcpy((uint32_t*)&firstVertex, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode()
401 firstVertex, firstInstance); in subDecode()
DVkDecoderSnapshot.h463 uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex,
DVkDecoderSnapshot.cpp1153 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()
DVkDecoder.cpp7022 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/
Doverlay.cpp2066 uint32_t firstVertex, in overlay_CmdDraw() argument
2074 firstVertex, firstInstance); in overlay_CmdDraw()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h317 uint32_t firstVertex, uint32_t firstInstance, uint32_t doLock);
Dfunc_table.cpp1321 uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) { in gfxstream_vk_CmdDraw() argument
1328 firstVertex, firstInstance, true /* do lock */); in gfxstream_vk_CmdDraw()
Dgoldfish_vk_marshaling_guest.cpp244 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp197 memcpy(*ptr, (uint32_t*)&forMarshaling->firstVertex, sizeof(uint32_t)); in reservedmarshal_VkDrawIndirectCommand()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2891 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/
Dvulkan_printer.py112 firstVertex = printer.write_int("firstVertex", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1582 … 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()
Dvulkansc_raii.hpp2429 …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()
Dvulkan_hash.hpp496 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 ()()
Dvulkansc_funcs.hpp3215 …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()
Dvulkan.hpp1649 … 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()
Dvulkan_raii.hpp4861 …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()
Dvulkansc_handles.hpp2199 …void draw( uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInsta…
Dvulkansc_hash.hpp2211 VULKAN_HPP_HASH_COMBINE( seed, drawIndirectCommand.firstVertex ); in operator ()()

12