Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl13 const char* getQueryTypeName (VkQueryType value);
53 inline tcu::Format::Enum<VkQueryType> getQueryTypeStr (VkQueryType value) { return tc…
93 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQueryType…
DvkBasicTypes.inl380 enum VkQueryType enum
DvkStructTypes.inl466 VkQueryType queryType;
DvkStrUtilImpl.inl411 const char* getQueryTypeName (VkQueryType value)
/external/vulkan-validation-layers/tests/
Dvktestbinding.h351 static VkQueryPoolCreateInfo create_info(VkQueryType type,
757 inline VkQueryPoolCreateInfo QueryPool::create_info(VkQueryType type, in create_info()
/external/skia/third_party/vulkan/
Dvulkan.h462 typedef enum VkQueryType { enum
470 } VkQueryType; typedef
1547 VkQueryType queryType;
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h469 typedef enum VkQueryType { enum
477 } VkQueryType; typedef
1556 VkQueryType queryType;
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp988 VkQueryType queryType;
992 Parameters (VkQueryType queryType_, in Parameters()