Searched refs:VkPhysicalDevicePerformanceQueryPropertiesKHR (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1313 VkPhysicalDevicePerformanceQueryPropertiesKHR *properties = in tu_GetPhysicalDeviceProperties2() 1314 (VkPhysicalDevicePerformanceQueryPropertiesKHR *)ext; in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1686 VkPhysicalDevicePerformanceQueryPropertiesKHR *props = in v3dv_GetPhysicalDeviceProperties2() 1687 (VkPhysicalDevicePerformanceQueryPropertiesKHR *)ext; in v3dv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2546 VkPhysicalDevicePerformanceQueryPropertiesKHR *properties = in anv_GetPhysicalDeviceProperties2() 2547 (VkPhysicalDevicePerformanceQueryPropertiesKHR *)ext; in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2564 VkPhysicalDevicePerformanceQueryPropertiesKHR *properties = in radv_GetPhysicalDeviceProperties2() 2565 (VkPhysicalDevicePerformanceQueryPropertiesKHR *)ext; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5739 typedef struct VkPhysicalDevicePerformanceQueryPropertiesKHR { struct 5743 } VkPhysicalDevicePerformanceQueryPropertiesKHR; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 920 static void parse_VkPhysicalDevicePerformanceQueryPropertiesKHR(const char* s, Json::Value& obj, VkPhysicalDevicePerformanceQueryPropertiesKHR& o); 1751 p = s_globalMem.allocate(sizeof(VkPhysicalDevicePerformanceQueryPropertiesKHR)); in parsePNextChain() 1752 parse_VkPhysicalDevicePerformanceQueryPropertiesKHR("", pNextObj, *((VkPhysicalDevicePerformanceQueryPropertiesKHR*)p)); in parsePNextChain() 10794 static void parse_VkPhysicalDevicePerformanceQueryPropertiesKHR(const char* s, Json::Value& obj, VkPhysicalDevicePerformanceQueryPropertiesKHR& o) { in parse_VkPhysicalDevicePerformanceQueryPropertiesKHR() 10798 o.pNext = (VkPhysicalDevicePerformanceQueryPropertiesKHR*)parsePNextChain(obj); in parse_VkPhysicalDevicePerformanceQueryPropertiesKHR()
|
H A D | vulkan_json_data.hpp | 26289 static void print_VkPhysicalDevicePerformanceQueryPropertiesKHR(VkPhysicalDevicePerformanceQueryPropertiesKHR obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDevicePerformanceQueryPropertiesKHR() 26312 static void print_VkPhysicalDevicePerformanceQueryPropertiesKHR(const VkPhysicalDevicePerformanceQueryPropertiesKHR * obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDevicePerformanceQueryPropertiesKHR() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 5063 VkPhysicalDevicePerformanceQueryPropertiesKHR performanceQueryProperties[count]; in deviceProperties2() 5067 deMemset(&performanceQueryProperties[ndx], 0xFF * ndx, sizeof(VkPhysicalDevicePerformanceQueryPropertiesKHR)); in deviceProperties2() 5080 TCU_FAIL("Mismatch between VkPhysicalDevicePerformanceQueryPropertiesKHR"); in deviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 5068 VkPhysicalDevicePerformanceQueryPropertiesKHR performanceQueryProperties[count]; in deviceProperties2() 5072 deMemset(&performanceQueryProperties[ndx], 0xFF * ndx, sizeof(VkPhysicalDevicePerformanceQueryPropertiesKHR)); in deviceProperties2() 5085 TCU_FAIL("Mismatch between VkPhysicalDevicePerformanceQueryPropertiesKHR"); in deviceProperties2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 7023 typedef struct VkPhysicalDevicePerformanceQueryPropertiesKHR { struct 7027 } VkPhysicalDevicePerformanceQueryPropertiesKHR; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 7124 typedef struct VkPhysicalDevicePerformanceQueryPropertiesKHR { struct 7128 } VkPhysicalDevicePerformanceQueryPropertiesKHR; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 8490 typedef struct VkPhysicalDevicePerformanceQueryPropertiesKHR { struct 8494 } VkPhysicalDevicePerformanceQueryPropertiesKHR; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 7284 typedef struct VkPhysicalDevicePerformanceQueryPropertiesKHR { struct 7288 } VkPhysicalDevicePerformanceQueryPropertiesKHR; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 9505 typedef struct VkPhysicalDevicePerformanceQueryPropertiesKHR { struct 9509 } VkPhysicalDevicePerformanceQueryPropertiesKHR; typedef
|
H A D | vulkan_static_assertions.hpp | 3026 sizeof( VkPhysicalDevicePerformanceQueryPropertiesKHR ),
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 498 milliseconds