Home
last modified time | relevance | path

Searched refs:image2DViewOf3D (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp603 if (!context.getImage2DViewOf3DFeaturesEXT().image2DViewOf3D) in checkSupport()
604 TCU_THROW(NotSupportedError, "image2DViewOf3D not supported."); in checkSupport()
744 if (!context.getImage2DViewOf3DFeaturesEXT().image2DViewOf3D) in checkSupport()
745 TCU_THROW(NotSupportedError, "image2DViewOf3D not supported."); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp600 if (!context.getImage2DViewOf3DFeaturesEXT().image2DViewOf3D) in checkSupport()
601 TCU_THROW(NotSupportedError, "image2DViewOf3D not supported."); in checkSupport()
742 if (!context.getImage2DViewOf3DFeaturesEXT().image2DViewOf3D) in checkSupport()
743 TCU_THROW(NotSupportedError, "image2DViewOf3D not supported."); in checkSupport()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c927 features->image2DViewOf3D = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c887 features->image2DViewOf3D = true; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1813 features->image2DViewOf3D = true; in radv_GetPhysicalDeviceFeatures2()
3394 if (features->image2DViewOf3D) in radv_CreateDevice()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1519 features->image2DViewOf3D = true; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c1581 !screen->info.view2d_feats.image2DViewOf3D) { in create_image_surface()
1583 warn_missing_feature(warned, "image2DViewOf3D"); in create_image_surface()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h14202 VkBool32 image2DViewOf3D; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h16896 VkBool32 image2DViewOf3D; member
H A Dvulkan_hash.hpp9085 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceImage2DViewOf3DFeaturesEXT.image2DViewOf3D );
H A Dvulkan_structs.hpp[all...]

Completed in 205 milliseconds