Home
last modified time | relevance | path

Searched refs:residencyStandard2DMultisampleBlockShape (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageBlockShapes.cpp270 if (!sparseProperties.residencyStandard2DMultisampleBlockShape) in iterate()
302 if (!sparseProperties.residencyStandard2DMultisampleBlockShape) in iterate()
334 if (!sparseProperties.residencyStandard2DMultisampleBlockShape) in iterate()
366 if (!sparseProperties.residencyStandard2DMultisampleBlockShape) in iterate()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c656 DEBUG_BOOL_STRUCT ("sparse property", props, residencyStandard2DMultisampleBlockShape); in dump_sparse_properties()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsparsemem.txt392 * pname:residencyStandard2DMultisampleBlockShape
727 * pname:residencyStandard2DMultisampleBlockShape is ename:VK_TRUE if the
/third_party/glfw/deps/vulkan/
Dvulkan.h1372 VkBool32 residencyStandard2DMultisampleBlockShape; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl366 VkBool32 residencyStandard2DMultisampleBlockShape; member
DvkVulkan_c.inl3765 VkBool32 residencyStandard2DMultisampleBlockShape; member
DvkStrUtilImpl.inl5113 …\tresidencyStandard2DMultisampleBlockShape = " << value.residencyStandard2DMultisampleBlockShape <…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2486 …TABLE_ENTRY(VkPhysicalDeviceProperties, sparseProperties.residencyStandard2DMultisampleBlockShape),
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h501 size += vn_sizeof_VkBool32(&val->residencyStandard2DMultisampleBlockShape); in vn_sizeof_VkPhysicalDeviceSparseProperties()
512 vn_decode_VkBool32(dec, &val->residencyStandard2DMultisampleBlockShape); in vn_decode_VkPhysicalDeviceSparseProperties()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2661 VkBool32 residencyStandard2DMultisampleBlockShape; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2803 VkBool32 residencyStandard2DMultisampleBlockShape; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h2810 VkBool32 residencyStandard2DMultisampleBlockShape; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h2754 VkBool32 residencyStandard2DMultisampleBlockShape; member
Dvulkan_structs.hpp48948 , residencyStandard2DMultisampleBlockShape( residencyStandard2DMultisampleBlockShape_ )
48987 … ( residencyStandard2DMultisampleBlockShape == rhs.residencyStandard2DMultisampleBlockShape ) && in operator ==()
49001 VULKAN_HPP_NAMESPACE::Bool32 residencyStandard2DMultisampleBlockShape = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h3018 VkBool32 residencyStandard2DMultisampleBlockShape; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h3096 VkBool32 residencyStandard2DMultisampleBlockShape; member
Dvulkan_structs.hpp68538 , residencyStandard2DMultisampleBlockShape( residencyStandard2DMultisampleBlockShape_ )
68584 residencyStandard2DMultisampleBlockShape, in reflect()
68600 … ( residencyStandard2DMultisampleBlockShape == rhs.residencyStandard2DMultisampleBlockShape ) && in operator ==()
68614 VULKAN_HPP_NAMESPACE::Bool32 residencyStandard2DMultisampleBlockShape = {}; member
Dvulkan_hash.hpp9345 …_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyStandard2DMultisampleBlockShape ); in operator ()()