/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_command_buffer.c | 174 VkIndexType indexType) in vk_common_CmdBindIndexBuffer()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_util.h | 377 vk_index_type_to_bytes(enum VkIndexType type) in vk_index_type_to_bytes()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.adoc | 334 * pname:indexType is a elink:VkIndexType value specifying how indices are 337 mapped to an elink:VkIndexType by specifying the 559 treated as specific ename:VkIndexType. 560 * pname:pIndexTypes is the used ename:VkIndexType for the corresponding
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 332 VkIndexType indexType; in subDecode() 339 memcpy((VkIndexType*)&indexType, *readStreamPtrPtr, sizeof(VkIndexType)); in subDecode() 340 *readStreamPtrPtr += sizeof(VkIndexType); in subDecode() 2463 VkIndexType indexType; in subDecode() 2472 memcpy((VkIndexType*)&indexType, *readStreamPtrPtr, sizeof(VkIndexType)); in subDecode() 2473 *readStreamPtrPtr += sizeof(VkIndexType); in subDecode()
|
D | VkDecoderSnapshot.h | 456 VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 1248 VkIndexType indexType);
|
D | VkDecoderSnapshot.cpp | 1124 VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in vkCmdBindIndexBuffer() 2968 VkIndexType indexType) { in vkCmdBindIndexBuffer2KHR() 4776 VkDeviceSize offset, VkIndexType indexType) { in vkCmdBindIndexBuffer() 6476 VkIndexType indexType) { in vkCmdBindIndexBuffer2KHR()
|
D | VkDecoder.cpp | 6917 VkIndexType indexType; in decode() 6933 memcpy((VkIndexType*)&indexType, *readStreamPtrPtr, sizeof(VkIndexType)); in decode() 6934 *readStreamPtrPtr += sizeof(VkIndexType); in decode() 17373 VkIndexType indexType; in decode() 17391 memcpy((VkIndexType*)&indexType, *readStreamPtrPtr, sizeof(VkIndexType)); in decode() 17392 *readStreamPtrPtr += sizeof(VkIndexType); in decode()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_beta.h | 793 VkIndexType indexType;
|
D | vulkan_core.h | 2154 typedef enum VkIndexType { enum 2161 } VkIndexType; typedef 4052 …uffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 4654 VkIndexType indexType); 10567 …fer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkIndexType indexType); 10578 VkIndexType indexType); 12665 VkIndexType indexType; 14439 VkIndexType indexType; 14471 const VkIndexType* pIndexTypes; 16201 VkIndexType indexType; [all …]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_beta.h | 798 VkIndexType indexType;
|
D | vk_enum_string_helper.h | 4508 static inline const char* string_VkIndexType(VkIndexType input_value) in string_VkIndexType()
|
D | vulkan.hpp | 1637 …( VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType ) con… in vkCmdBindIndexBuffer() 5215 …ommandBuffer, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkIndexType indexType ) con… in vkCmdBindIndexBuffer2KHR()
|
D | vulkansc.hpp | 1570 …( VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType ) con… in vkCmdBindIndexBuffer()
|
D | vulkan_raii.hpp | 11665 …<VkBuffer>( buffer ), static_cast<VkDeviceSize>( offset ), static_cast<VkIndexType>( indexType ) ); in bindIndexBuffer() 19599 …kDeviceSize>( offset ), static_cast<VkDeviceSize>( size ), static_cast<VkIndexType>( indexType ) ); in bindIndexBuffer2KHR()
|
D | vulkansc_raii.hpp | 6835 …<VkBuffer>( buffer ), static_cast<VkDeviceSize>( offset ), static_cast<VkIndexType>( indexType ) ); in bindIndexBuffer()
|
D | vulkansc_funcs.hpp | 3180 …<VkBuffer>( buffer ), static_cast<VkDeviceSize>( offset ), static_cast<VkIndexType>( indexType ) ); in bindIndexBuffer()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 312 VkIndexType indexType, uint32_t doLock); 870 VkDeviceSize offset, VkDeviceSize size, VkIndexType indexType,
|
D | func_table.cpp | 1288 VkDeviceSize offset, VkIndexType indexType) { in gfxstream_vk_CmdBindIndexBuffer() 3889 VkIndexType indexType) { in gfxstream_vk_CmdBindIndexBuffer2KHR()
|
D | VkEncoder.cpp | 12513 VkDeviceSize offset, VkIndexType indexType, uint32_t doLock) { in vkCmdBindIndexBuffer() 12552 VkIndexType local_indexType; in vkCmdBindIndexBuffer() 12565 *countPtr += sizeof(VkIndexType); in vkCmdBindIndexBuffer() 12590 memcpy(*streamPtrPtr, (VkIndexType*)&local_indexType, sizeof(VkIndexType)); in vkCmdBindIndexBuffer() 12591 *streamPtrPtr += sizeof(VkIndexType); in vkCmdBindIndexBuffer() 31283 VkIndexType indexType, uint32_t doLock) { in vkCmdBindIndexBuffer2KHR() 31323 VkIndexType local_indexType; in vkCmdBindIndexBuffer2KHR() 31338 *countPtr += sizeof(VkIndexType); in vkCmdBindIndexBuffer2KHR() 31365 memcpy(*streamPtrPtr, (VkIndexType*)&local_indexType, sizeof(VkIndexType)); in vkCmdBindIndexBuffer2KHR() 31366 *streamPtrPtr += sizeof(VkIndexType); in vkCmdBindIndexBuffer2KHR()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_device_generated_commands.adoc | 280 ename:VkIndexType.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_maintenance5.adoc | 209 VkIndexType indexType);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | drawing.adoc | 867 * pname:indexType is a elink:VkIndexType value specifying the size of the 893 * pname:indexType is a elink:VkIndexType value specifying the size of the 916 [open,refpage='VkIndexType',desc='Type of index buffer indices',type='enums'] 923 include::{generated}/api/enums/VkIndexType.adoc[]
|
D | accelstructures.adoc | 750 * pname:indexType is the elink:VkIndexType of each index element.
|
D | features.adoc | 392 using a elink:VkIndexType of ename:VK_INDEX_TYPE_UINT32. 395 when the elink:VkIndexType is ename:VK_INDEX_TYPE_UINT32).
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 63 printer.write_enum("indexType", VkIndexType, indent) 1681 VkIndexType = { variable
|