Home
last modified time | relevance | path

Searched refs:shaderDemoteToHelperInvocation (Results 1 – 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp174 …f (m_demote && !context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp174 …f (m_demote && !context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt70 VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT FEATURES ( shaderDemoteToHelperInvocation
Dvulkan_sc_core.h7549 VkBool32 shaderDemoteToHelperInvocation; member
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c760 CORE_FEATURE(shaderDemoteToHelperInvocation); in vk_get_physical_device_core_1_3_feature_ext()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1546 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_…
1548 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
2539 if ( physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation == VK_FALSE )
2541 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
DvkDeviceFeatures.inl142 featureType.shaderDemoteToHelperInvocation = allFeaturesBlobs.vk13.shaderDemoteToHelperInvocation;
DvkDeviceFeatures2.inl2078 …vocationFeatures[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeatures…
2405 …deviceVulkan13Features[0].shaderDemoteToHelperInvocation != deviceVulkan13Features[1].shaderDemote…
DvkStructTypes.inl5083 VkBool32 shaderDemoteToHelperInvocation; member
5352 VkBool32 shaderDemoteToHelperInvocation; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c706 f->shaderDemoteToHelperInvocation = VK_TRUE; in lvp_get_physical_device_features_1_3()
894 features->shaderDemoteToHelperInvocation = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp679 return !!vk13Features.shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.cpp679 return !!vk13Features.shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c570 .shaderDemoteToHelperInvocation = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2046 …EM(vulkan13Features, shaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperInvocation, … in featureBitInfluenceOnDeviceCreate()
5511 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation), in deviceFeaturesVulkan13()
6093 …Features.shaderDemoteToHelperInvocation" }, vulkan13Features.shaderDemoteToHelperInvocation }, in deviceFeatureExtensionsConsistencyVulkan13()
6161 …derDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation != vulkan13Features.shaderDemot… in deviceFeatureExtensionsConsistencyVulkan13()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp2046 …EM(vulkan13Features, shaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperInvocation, … in featureBitInfluenceOnDeviceCreate()
5511 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation), in deviceFeaturesVulkan13()
6093 …Features.shaderDemoteToHelperInvocation" }, vulkan13Features.shaderDemoteToHelperInvocation }, in deviceFeatureExtensionsConsistencyVulkan13()
6161 …derDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation != vulkan13Features.shaderDemot… in deviceFeatureExtensionsConsistencyVulkan13()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1246 .shaderDemoteToHelperInvocation = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c626 features->shaderDemoteToHelperInvocation = true; in tu_get_physical_device_features_1_3()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.txt3143 * [[features-shaderDemoteToHelperInvocation]]
3144 pname:shaderDemoteToHelperInvocation indicates whether the
4966 * <<features-shaderDemoteToHelperInvocation,
4967 pname:shaderDemoteToHelperInvocation>>, if the
Dfeatures.adoc3415 * [[{anchor-prefix}features-shaderDemoteToHelperInvocation]]
3416 pname:shaderDemoteToHelperInvocation indicates whether the
6365 * <<features-shaderDemoteToHelperInvocation,
6366 pname:shaderDemoteToHelperInvocation>>, if Vulkan 1.3 or the
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h5161 size += vn_sizeof_VkBool32(&val->shaderDemoteToHelperInvocation); in vn_sizeof_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self()
5188 vn_encode_VkBool32(enc, &val->shaderDemoteToHelperInvocation); in vn_encode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self()
5212 vn_decode_VkBool32(dec, &val->shaderDemoteToHelperInvocation); in vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self()
6398 size += vn_sizeof_VkBool32(&val->shaderDemoteToHelperInvocation); in vn_sizeof_VkPhysicalDeviceVulkan13Features_self()
6439 vn_encode_VkBool32(enc, &val->shaderDemoteToHelperInvocation); in vn_encode_VkPhysicalDeviceVulkan13Features_self()
6477 vn_decode_VkBool32(dec, &val->shaderDemoteToHelperInvocation); in vn_decode_VkPhysicalDeviceVulkan13Features_self()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1432 f->shaderDemoteToHelperInvocation = true; in anv_get_physical_device_features_1_3()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h6623 VkBool32 shaderDemoteToHelperInvocation; member
6717 VkBool32 shaderDemoteToHelperInvocation; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp67916 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
67948 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
67971 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect()
67983 …hs.sType ) && ( pNext == rhs.pNext ) && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelp… in operator ==()
67996 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
73809 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
73880 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
73984 shaderDemoteToHelperInvocation, in reflect()
74009 …( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) && ( shaderTerminateInvoc… in operator ==()
74031 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6745 VkBool32 shaderDemoteToHelperInvocation; member
6839 VkBool32 shaderDemoteToHelperInvocation; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1424 f->shaderDemoteToHelperInvocation = true; in radv_get_physical_device_features_1_3()

12