HomeSort by relevance Sort by last modified time
    Searched refs:VkQueryType (Results 1 - 15 of 15) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 13 const char* getQueryTypeName (VkQueryType value);
53 inline tcu::Format::Enum<VkQueryType> getQueryTypeStr (VkQueryType value) { return tcu::Format::Enum<VkQueryType>(getQueryTypeName, value); }
93 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQueryTypeStr(value); }
vkBasicTypes.inl 380 enum VkQueryType
    [all...]
vkStructTypes.inl 466 VkQueryType queryType;
    [all...]
vkStrUtilImpl.inl 411 const char* getQueryTypeName (VkQueryType value)
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 351 static VkQueryPoolCreateInfo create_info(VkQueryType type,
757 inline VkQueryPoolCreateInfo QueryPool::create_info(VkQueryType type,
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 469 typedef enum VkQueryType {
477 } VkQueryType;
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 466 typedef enum VkQueryType {
474 } VkQueryType;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 988 VkQueryType queryType;
992 Parameters (VkQueryType queryType_,
    [all...]

Completed in 97 milliseconds