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

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h     [all...]
vk_enum_validate_helper.h 908 static inline uint32_t validate_VkQueryType(VkQueryType input_value)
910 switch ((VkQueryType)input_value)
    [all...]
vk_safe_struct.h 283 VkQueryType queryType;
    [all...]
vk_struct_wrappers.h     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 13 const char* getQueryTypeName (VkQueryType value);
60 inline tcu::Format::Enum<VkQueryType> getQueryTypeStr (VkQueryType value) { return tcu::Format::Enum<VkQueryType>(getQueryTypeName, value); }
107 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQueryTypeStr(value); }
    [all...]
vkBasicTypes.inl 500 enum VkQueryType
    [all...]
vkStructTypes.inl 466 VkQueryType queryType;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 310 static VkQueryPoolCreateInfo create_info(VkQueryType type, uint32_t slot_count);
650 inline VkQueryPoolCreateInfo QueryPool::create_info(VkQueryType type, uint32_t slot_count) {
  /external/mesa3d/src/amd/vulkan/
radv_private.h     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 486 typedef enum VkQueryType {
494 } VkQueryType;
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 492 typedef enum VkQueryType {
500 } VkQueryType;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 486 typedef enum VkQueryType {
494 } VkQueryType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 462 typedef enum VkQueryType {
470 } VkQueryType;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 466 typedef enum VkQueryType {
474 } VkQueryType;
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h 567 typedef enum VkQueryType {
575 } VkQueryType;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 996 VkQueryType queryType;
1000 Parameters (VkQueryType queryType_,
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 593 typedef enum VkQueryType {
601 } VkQueryType;
    [all...]

Completed in 933 milliseconds