/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawShaderInvocationTests.cpp | 53 if (!context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport() 56 if (!context.getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation) in checkSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | mandatory_features.txt | 70 VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT FEATURES ( shaderDemoteToHelperInvocation… 161 VkPhysicalDeviceVulkan13Features FEATURES ( shaderDemoteToHelperInvocation ) REQUIREMENT…
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDiscardTests.cpp | 146 …f (m_demote && !context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkMandatoryFeatures.inl | 858 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_… 860 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <… 1719 if ( physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation == VK_FALSE ) 1721 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
|
H A D | vkDeviceFeatures2.inl | 1195 …tionFeaturesEXT[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeaturesE…
|
H A D | vkStructTypes.inl | 3296 VkBool32 shaderDemoteToHelperInvocation; member 3543 VkBool32 shaderDemoteToHelperInvocation; member
|
H A D | vkDeviceFeatureTest.inl | 1479 …E_ITEM (VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT, shaderDemoteToHelperInvocation), 1799 FEATURE_ITEM (VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation),
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 338 features->shaderDemoteToHelperInvocation = VK_TRUE; in getPhysicalDeviceShaderDemoteToHelperInvocationFeatures() 1642 CheckFeature(requested, supported, shaderDemoteToHelperInvocation) && in hasExtendedFeatures() 1715 return CheckFeature(requested, supported, shaderDemoteToHelperInvocation); in hasExtendedFeatures()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkMandatoryFeatures.inl | 1967 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_… 1969 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <… 3108 if ( physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation == VK_FALSE ) 3110 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
|
H A D | vkDeviceFeatures.inl | 142 featureType.shaderDemoteToHelperInvocation = allFeaturesBlobs.vk13.shaderDemoteToHelperInvocation;
|
H A D | vkDeviceFeatures2.inl | 2152 …vocationFeatures[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeatures… 2479 …deviceVulkan13Features[0].shaderDemoteToHelperInvocation != deviceVulkan13Features[1].shaderDemote…
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 346 .shaderDemoteToHelperInvocation = true, in hk_get_device_features()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 190 .shaderDemoteToHelperInvocation = false, in get_features()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 397 .shaderDemoteToHelperInvocation = true, in nvk_get_device_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 960 return !!vk13Features.shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2312 …ABLE_ITEM(vulkan13Features, shaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperInvocation, in featureBitInfluenceOnDeviceCreate() 5977 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation), in deviceFeaturesVulkan13() 6632 vulkan13Features.shaderDemoteToHelperInvocation}, in deviceFeatureExtensionsConsistencyVulkan13() 6718 if (shaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation != in deviceFeatureExtensionsConsistencyVulkan13() 6719 vulkan13Features.shaderDemoteToHelperInvocation) in deviceFeatureExtensionsConsistencyVulkan13()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 874 visitor->Visit("shaderDemoteToHelperInvocation", &features->shaderDemoteToHelperInvocation) && in Iterate()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 441 .shaderDemoteToHelperInvocation = true, in lvp_get_features()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 492 .shaderDemoteToHelperInvocation = true, in get_features()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 445 .shaderDemoteToHelperInvocation = true, in get_features()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 862 .shaderDemoteToHelperInvocation = true, in radv_physical_device_get_features()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_safe_struct.cpp | 28243 shaderDemoteToHelperInvocation(in_struct->shaderDemoteToHelperInvocation) in safe_VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT() 28255 shaderDemoteToHelperInvocation = src.shaderDemoteToHelperInvocation; in safe_VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT() 28267 shaderDemoteToHelperInvocation = src.shaderDemoteToHelperInvocation; in operator =() 28282 shaderDemoteToHelperInvocation = in_struct->shaderDemoteToHelperInvocation; in initialize() 28289 shaderDemoteToHelperInvocation = src->shaderDemoteToHelperInvocation; in initialize()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 35602 : pNext( pNext_ ), shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ ) 35630 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation() 35654 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect() 35669 && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==() 35682 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member 39006 …ipelineCreationCacheControl_ ), privateData( privateData_ ), shaderDemoteToHelperInvocation( shade… 39064 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation() 39142 …kUpdateAfterBind, pipelineCreationCacheControl, privateData, shaderDemoteToHelperInvocation, shade… in reflect() 39162 && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) in operator ==() 39189 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_device.h | 4236 vn_encode_VkBool32(enc, &val->shaderDemoteToHelperInvocation); in vn_encode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self() 4261 vn_decode_VkBool32(dec, &val->shaderDemoteToHelperInvocation); in vn_decode_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_self_temp() 5256 vn_encode_VkBool32(enc, &val->shaderDemoteToHelperInvocation); in vn_encode_VkPhysicalDeviceVulkan13Features_self() 5295 vn_decode_VkBool32(dec, &val->shaderDemoteToHelperInvocation); in vn_decode_VkPhysicalDeviceVulkan13Features_self_temp()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_device.c | 485 .shaderDemoteToHelperInvocation = true, in get_features()
|