/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.hpp | 74 void getProperties(VkPhysicalDeviceDepthStencilResolveProperties *properties) const;
|
H A D | VkPhysicalDevice.cpp | 1035 void PhysicalDevice::getProperties(VkPhysicalDeviceDepthStencilResolveProperties *properties) const in getProperties()
|
H A D | libVulkan.cpp | 3312 auto properties = reinterpret_cast<VkPhysicalDeviceDepthStencilResolveProperties *>(extensionProperties); in vkGetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 292 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties; in isFeaturesSupported() 293 deMemset(&dsResolveProperties, 0, sizeof(VkPhysicalDeviceDepthStencilResolveProperties)); in isFeaturesSupported() 1356 vk::VkPhysicalDeviceDepthStencilResolveProperties dsrProperties; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 292 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties; in isFeaturesSupported() 293 deMemset(&dsResolveProperties, 0, sizeof(VkPhysicalDeviceDepthStencilResolveProperties)); in isFeaturesSupported() 1356 vk::VkPhysicalDeviceDepthStencilResolveProperties dsrProperties; in iterate()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 885 VkPhysicalDeviceDepthStencilResolveProperties *properties = (void *)ext; in vk_get_physical_device_core_1_2_property_ext()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 441 VkPhysicalDeviceDepthStencilResolveProperties depth_stencil_resolve; in vn_physical_device_init_properties() 1902 VkPhysicalDeviceDepthStencilResolveProperties *depth_stencil_resolve; in vn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 13167 /* struct VkPhysicalDeviceDepthStencilResolveProperties chain */ 13177 vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self(const VkPhysicalDeviceDepthStencilResolveProperties *val) in vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self() 13189 vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties(const VkPhysicalDeviceDepthStencilResolveProperties *val) in vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties() 13209 vn_decode_VkPhysicalDeviceDepthStencilResolveProperties_self(struct vn_cs_decoder *dec, VkPhysicalDeviceDepthStencilResolveProperties *val) in vn_decode_VkPhysicalDeviceDepthStencilResolveProperties_self() 13219 vn_decode_VkPhysicalDeviceDepthStencilResolveProperties(struct vn_cs_decoder *dec, VkPhysicalDeviceDepthStencilResolveProperties *val) in vn_decode_VkPhysicalDeviceDepthStencilResolveProperties() 13238 vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self_partial(const VkPhysicalDeviceDepthStencilResolveProperties *val) in vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self_partial() 13250 vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_partial(const VkPhysicalDeviceDepthStencilResolveProperties *val) in vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_partial() 13269 vn_encode_VkPhysicalDeviceDepthStencilResolveProperties_self_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceDepthStencilResolveProperties *val) in vn_encode_VkPhysicalDeviceDepthStencilResolveProperties_self_partial() 13279 vn_encode_VkPhysicalDeviceDepthStencilResolveProperties_partial(struct vn_cs_encoder *enc, const VkPhysicalDeviceDepthStencilResolveProperties *val) in vn_encode_VkPhysicalDeviceDepthStencilResolveProperties_partial() 15227 size += vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self((const VkPhysicalDeviceDepthStencilResolveProperties *)pnex in vn_sizeof_VkPhysicalDeviceProperties2_pnext() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4593 VkPhysicalDeviceDepthStencilResolveProperties depthStencilResolveProperties[count]; in deviceProperties2() 4614 deMemset(&depthStencilResolveProperties[ndx], 0xFF*ndx, sizeof(VkPhysicalDeviceDepthStencilResolveProperties )); in deviceProperties2() 4862 TCU_FAIL("Mismatch between VkPhysicalDeviceDepthStencilResolveProperties"); in deviceProperties2() 5662 // VkPhysicalDeviceDepthStencilResolveProperties in devicePropertiesVulkan12() 6226 VkPhysicalDeviceDepthStencilResolveProperties depthStencilResolveProperties = initVulkanStructure(&descriptorIndexingProperties); in devicePropertyExtensionsConsistencyVulkan12() 6344 TCU_FAIL("Mismatch between VkPhysicalDeviceDepthStencilResolveProperties and VkPhysicalDeviceVulkan12Properties"); in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4598 VkPhysicalDeviceDepthStencilResolveProperties depthStencilResolveProperties[count]; in deviceProperties2() 4619 deMemset(&depthStencilResolveProperties[ndx], 0xFF*ndx, sizeof(VkPhysicalDeviceDepthStencilResolveProperties )); in deviceProperties2() 4867 TCU_FAIL("Mismatch between VkPhysicalDeviceDepthStencilResolveProperties"); in deviceProperties2() 5667 // VkPhysicalDeviceDepthStencilResolveProperties in devicePropertiesVulkan12() 6231 VkPhysicalDeviceDepthStencilResolveProperties depthStencilResolveProperties = initVulkanStructure(&descriptorIndexingProperties); in devicePropertyExtensionsConsistencyVulkan12() 6349 TCU_FAIL("Mismatch between VkPhysicalDeviceDepthStencilResolveProperties and VkPhysicalDeviceVulkan12Properties"); in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5690 typedef struct VkPhysicalDeviceDepthStencilResolveProperties { struct 5697 } VkPhysicalDeviceDepthStencilResolveProperties; typedef 7466 typedef VkPhysicalDeviceDepthStencilResolveProperties VkPhysicalDeviceDepthStencilResolvePropertiesKHR;
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4176 typedef struct VkPhysicalDeviceDepthStencilResolveProperties { struct 4183 } VkPhysicalDeviceDepthStencilResolveProperties; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4639 typedef struct VkPhysicalDeviceDepthStencilResolveProperties { struct 4646 } VkPhysicalDeviceDepthStencilResolveProperties; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 892 static void parse_VkPhysicalDeviceDepthStencilResolveProperties(const char* s, Json::Value& obj, VkPhysicalDeviceDepthStencilResolveProperties& o); 1607 p = s_globalMem.allocate(sizeof(VkPhysicalDeviceDepthStencilResolveProperties)); in parsePNextChain() 1608 parse_VkPhysicalDeviceDepthStencilResolveProperties("", pNextObj, *((VkPhysicalDeviceDepthStencilResolveProperties*)p)); in parsePNextChain() 9378 static void parse_VkPhysicalDeviceDepthStencilResolveProperties(const char* s, Json::Value& obj, VkPhysicalDeviceDepthStencilResolveProperties& o) { in parse_VkPhysicalDeviceDepthStencilResolveProperties() 9382 o.pNext = (VkPhysicalDeviceDepthStencilResolveProperties*)parsePNextChain(obj); in parse_VkPhysicalDeviceDepthStencilResolveProperties()
|
H A D | vulkan_json_data.hpp | 20911 static void print_VkPhysicalDeviceDepthStencilResolveProperties(VkPhysicalDeviceDepthStencilResolveProperties obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDeviceDepthStencilResolveProperties() 20940 static void print_VkPhysicalDeviceDepthStencilResolveProperties(const VkPhysicalDeviceDepthStencilResolveProperties * obj, const std::string& s, bool commaNeeded=true) { in print_VkPhysicalDeviceDepthStencilResolveProperties() [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 6056 typedef struct VkPhysicalDeviceDepthStencilResolveProperties { struct 6063 } VkPhysicalDeviceDepthStencilResolveProperties; typedef 8974 typedef VkPhysicalDeviceDepthStencilResolveProperties VkPhysicalDeviceDepthStencilResolvePropertiesKHR;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 5789 typedef struct VkPhysicalDeviceDepthStencilResolveProperties { struct 5796 } VkPhysicalDeviceDepthStencilResolveProperties; typedef 7571 typedef VkPhysicalDeviceDepthStencilResolveProperties VkPhysicalDeviceDepthStencilResolvePropertiesKHR;
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5839 typedef struct VkPhysicalDeviceDepthStencilResolveProperties { struct 5846 } VkPhysicalDeviceDepthStencilResolveProperties; typedef 7731 typedef VkPhysicalDeviceDepthStencilResolveProperties VkPhysicalDeviceDepthStencilResolvePropertiesKHR;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1814 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties; in DepthResolveImagelessTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1814 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties; in DepthResolveImagelessTestInstance()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 6215 typedef struct VkPhysicalDeviceDepthStencilResolveProperties { struct 6222 } VkPhysicalDeviceDepthStencilResolveProperties; typedef 10063 typedef VkPhysicalDeviceDepthStencilResolveProperties VkPhysicalDeviceDepthStencilResolvePropertiesKHR;
|
H A D | vulkan_static_assertions.hpp | 1271 sizeof( VkPhysicalDeviceDepthStencilResolveProperties ),
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 1850 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties = {}; in checkRequirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 1829 VkPhysicalDeviceDepthStencilResolveProperties dsResolveProperties = {}; in checkRequirements()
|