/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_query_pool.h | 36 VkQueryType query_type;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/ |
D | vk_rmv_tokens.h | 191 VkQueryType type;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_performance_query.adoc | 36 We extend elink:VkQueryType to add a new query type for performance queries,
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 1760 typedef enum VkQueryType { enum 1781 } VkQueryType; typedef 3375 VkQueryType queryType; 12785 …uctureCount, const VkAccelerationStructureNV* pAccelerationStructures, VkQueryType queryType, VkQu… 12878 VkQueryType queryType, 16224 …evice device, uint32_t micromapCount, const VkMicromapEXT* pMicromaps, VkQueryType queryType, siz… 16228 …ommandBuffer, uint32_t micromapCount, const VkMicromapEXT* pMicromaps, VkQueryType queryType, VkQu… 16274 VkQueryType queryType, 16295 VkQueryType queryType, 17745 …ctureCount, const VkAccelerationStructureKHR* pAccelerationStructures, VkQueryType queryType, siz… [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 46 described for elink:VkQueryType. 106 * pname:queryType is a elink:VkQueryType value specifying the type of 263 [open,refpage='VkQueryType',desc='Specify the type of queries managed by a query pool',type='enums'] 268 include::{generated}/api/enums/VkQueryType.adoc[]
|
D | accelstructures.adoc | 1630 * pname:queryType is a elink:VkQueryType value specifying the type of 1698 * pname:queryType is a elink:VkQueryType value specifying the type of 2576 * pname:queryType is a elink:VkQueryType value specifying the property to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_opacity_micromap/ |
D | micromaps.adoc | 431 * pname:queryType is a elink:VkQueryType value specifying the type of 1063 * pname:queryType is a elink:VkQueryType value specifying the property to
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 3499 …tureCount, const VkAccelerationStructureKHR * pAccelerationStructures, VkQueryType queryType, size… in vkWriteAccelerationStructuresPropertiesKHR() 3529 …tureCount, const VkAccelerationStructureKHR * pAccelerationStructures, VkQueryType queryType, VkQu… in vkCmdWriteAccelerationStructuresPropertiesKHR() 3735 …ctureCount, const VkAccelerationStructureNV * pAccelerationStructures, VkQueryType queryType, VkQu… in vkCmdWriteAccelerationStructuresPropertiesNV() 4833 …vice device, uint32_t micromapCount, const VkMicromapEXT * pMicromaps, VkQueryType queryType, size… in vkWriteMicromapsPropertiesEXT() 4857 …mmandBuffer, uint32_t micromapCount, const VkMicromapEXT * pMicromaps, VkQueryType queryType, VkQu… in vkCmdWriteMicromapsPropertiesEXT()
|
D | vulkan_raii.hpp | 15854 …elerationStructureKHR *>( accelerationStructures.data() ), static_cast<VkQueryType>( queryType ), … in writeAccelerationStructuresPropertiesKHR() 15867 …elerationStructureKHR *>( accelerationStructures.data() ), static_cast<VkQueryType>( queryType ), … in writeAccelerationStructuresPropertyKHR() 15932 …elerationStructureKHR *>( accelerationStructures.data() ), static_cast<VkQueryType>( queryType ), … in writeAccelerationStructuresPropertiesKHR() 16390 …celerationStructureNV *>( accelerationStructures.data() ), static_cast<VkQueryType>( queryType ), … in writeAccelerationStructuresPropertiesNV() 18738 …interpret_cast<const VkMicromapEXT *>( micromaps.data() ), static_cast<VkQueryType>( queryType ), … in writeMicromapsPropertiesEXT() 18751 …interpret_cast<const VkMicromapEXT *>( micromaps.data() ), static_cast<VkQueryType>( queryType ), … in writeMicromapsPropertyEXT() 18803 …interpret_cast<const VkMicromapEXT *>( micromaps.data() ), static_cast<VkQueryType>( queryType ), … in writeMicromapsPropertiesEXT()
|
D | vk_enum_string_helper.h | 3032 static inline const char* string_VkQueryType(VkQueryType input_value) in string_VkQueryType()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 1433 memcpy(*ptr, (VkQueryType*)&forMarshaling->queryType, sizeof(VkQueryType)); in reservedmarshal_VkQueryPoolCreateInfo() 1434 *ptr += sizeof(VkQueryType); in reservedmarshal_VkQueryPoolCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 1800 vkStream->write((VkQueryType*)&forMarshaling->queryType, sizeof(VkQueryType)); in marshal_VkQueryPoolCreateInfo() 1816 vkStream->read((VkQueryType*)&forUnmarshaling->queryType, sizeof(VkQueryType)); in unmarshal_VkQueryPoolCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 1015 *count += sizeof(VkQueryType); in count_VkQueryPoolCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1994 vkStream->write((VkQueryType*)&forMarshaling->queryType, sizeof(VkQueryType)); in marshal_VkQueryPoolCreateInfo() 2022 vkStream->read((VkQueryType*)&forUnmarshaling->queryType, sizeof(VkQueryType)); in unmarshal_VkQueryPoolCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 1540 memcpy((VkQueryType*)&forUnmarshaling->queryType, *ptr, sizeof(VkQueryType)); in reservedunmarshal_VkQueryPoolCreateInfo() 1541 *ptr += sizeof(VkQueryType); in reservedunmarshal_VkQueryPoolCreateInfo()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7616 description of elink:VkQueryType, and make a few related minor text
|