Searched refs:VkPhysicalDeviceDiscardRectanglePropertiesEXT (Results 1 - 16 of 16) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawDiscardRectanglesTests.cpp | 511 VkPhysicalDeviceDiscardRectanglePropertiesEXT discardRectangleProperties; in iterate() 512 deMemset(&discardRectangleProperties, 0, sizeof(VkPhysicalDeviceDiscardRectanglePropertiesEXT)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawDiscardRectanglesTests.cpp | 511 VkPhysicalDeviceDiscardRectanglePropertiesEXT discardRectangleProperties; in iterate() 512 deMemset(&discardRectangleProperties, 0, sizeof(VkPhysicalDeviceDiscardRectanglePropertiesEXT)); in iterate()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2311 VkPhysicalDeviceDiscardRectanglePropertiesEXT *properties = in radv_GetPhysicalDeviceProperties2() 2312 (VkPhysicalDeviceDiscardRectanglePropertiesEXT *)ext; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6636 typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT { struct 6640 } VkPhysicalDeviceDiscardRectanglePropertiesEXT; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 798 static void parse_VkPhysicalDeviceDiscardRectanglePropertiesEXT(const char* s, Json::Value& obj, VkPhysicalDeviceDiscardRectanglePropertiesEXT& o); 1259 p = s_globalMem.allocate(sizeof(VkPhysicalDeviceDiscardRectanglePropertiesEXT)); in parsePNextChain() 1260 parse_VkPhysicalDeviceDiscardRectanglePropertiesEXT("", pNextObj, *((VkPhysicalDeviceDiscardRectanglePropertiesEXT*)p)); in parsePNextChain() 11929 static void parse_VkPhysicalDeviceDiscardRectanglePropertiesEXT(const char* s, Json::Value& obj, VkPhysicalDeviceDiscardRectanglePropertiesEXT& o) { in parse_VkPhysicalDeviceDiscardRectanglePropertiesEXT() 11933 o.pNext = (VkPhysicalDeviceDiscardRectanglePropertiesEXT*)parsePNextChain(obj); in parse_VkPhysicalDeviceDiscardRectanglePropertiesEXT()
|
H A D | vulkan_json_data.hpp | [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9149 typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT { struct 9153 } VkPhysicalDeviceDiscardRectanglePropertiesEXT; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 9537 typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT { struct 9541 } VkPhysicalDeviceDiscardRectanglePropertiesEXT; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 10672 typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT { struct 10676 } VkPhysicalDeviceDiscardRectanglePropertiesEXT; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 9697 typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT { struct 9701 } VkPhysicalDeviceDiscardRectanglePropertiesEXT; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 12507 typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT { struct 12511 } VkPhysicalDeviceDiscardRectanglePropertiesEXT; typedef
|
H A D | vulkan_static_assertions.hpp | 2903 sizeof( VkPhysicalDeviceDiscardRectanglePropertiesEXT ),
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1047 const VkPhysicalDeviceDiscardRectanglePropertiesEXT& discardRectanglePropertiesEXT = context.getDiscardRectanglePropertiesEXT(); in validateLimitsExtDiscardRectangles()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1038 const VkPhysicalDeviceDiscardRectanglePropertiesEXT& discardRectanglePropertiesEXT = context.getDiscardRectanglePropertiesEXT(); in validateLimitsExtDiscardRectangles()
|
Completed in 508 milliseconds