Home
last modified time | relevance | path

Searched refs:VkQueryType (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_query_pool.h36 VkQueryType query_type;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_tokens.h191 VkQueryType type;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_performance_query.adoc36 We extend elink:VkQueryType to add a new query type for performance queries,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1760 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/
Dqueries.adoc46 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[]
Daccelstructures.adoc1630 * 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/
Dmicromaps.adoc431 * 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/
Dvulkan.hpp3499 …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()
Dvulkan_raii.hpp15854 …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()
Dvk_enum_string_helper.h3032 static inline const char* string_VkQueryType(VkQueryType input_value) in string_VkQueryType()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp1433 memcpy(*ptr, (VkQueryType*)&forMarshaling->queryType, sizeof(VkQueryType)); in reservedmarshal_VkQueryPoolCreateInfo()
1434 *ptr += sizeof(VkQueryType); in reservedmarshal_VkQueryPoolCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp1800 vkStream->write((VkQueryType*)&forMarshaling->queryType, sizeof(VkQueryType)); in marshal_VkQueryPoolCreateInfo()
1816 vkStream->read((VkQueryType*)&forUnmarshaling->queryType, sizeof(VkQueryType)); in unmarshal_VkQueryPoolCreateInfo()
Dgoldfish_vk_counting_guest.cpp1015 *count += sizeof(VkQueryType); in count_VkQueryPoolCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1994 vkStream->write((VkQueryType*)&forMarshaling->queryType, sizeof(VkQueryType)); in marshal_VkQueryPoolCreateInfo()
2022 vkStream->read((VkQueryType*)&forUnmarshaling->queryType, sizeof(VkQueryType)); in unmarshal_VkQueryPoolCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp1540 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/
DChangeLog.adoc7616 description of elink:VkQueryType, and make a few related minor text