Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderInvocationTests.cpp53 if (!context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
56 if (!context.getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation) in checkSupport()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dmandatory_features.txt70 VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT FEATURES ( shaderDemoteToHelperInvocation
161 VkPhysicalDeviceVulkan13Features FEATURES ( shaderDemoteToHelperInvocation ) REQUIREMENT…
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDiscardTests.cpp146 …f (m_demote && !context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkMandatoryFeatures.inl858 …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 DvkDeviceFeatures2.inl1195 …tionFeaturesEXT[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeaturesE…
H A DvkStructTypes.inl3296 VkBool32 shaderDemoteToHelperInvocation; member
3543 VkBool32 shaderDemoteToHelperInvocation; member
H A DvkDeviceFeatureTest.inl1479 …E_ITEM (VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT, shaderDemoteToHelperInvocation),
1799 FEATURE_ITEM (VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation),
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp338 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 DvkMandatoryFeatures.inl1967 …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 DvkDeviceFeatures.inl142 featureType.shaderDemoteToHelperInvocation = allFeaturesBlobs.vk13.shaderDemoteToHelperInvocation;
H A DvkDeviceFeatures2.inl2152 …vocationFeatures[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeatures…
2479 …deviceVulkan13Features[0].shaderDemoteToHelperInvocation != deviceVulkan13Features[1].shaderDemote…
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c346 .shaderDemoteToHelperInvocation = true, in hk_get_device_features()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c190 .shaderDemoteToHelperInvocation = false, in get_features()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c397 .shaderDemoteToHelperInvocation = true, in nvk_get_device_features()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp960 return !!vk13Features.shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2312 …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 Dvkjson.cc874 visitor->Visit("shaderDemoteToHelperInvocation", &features->shaderDemoteToHelperInvocation) && in Iterate()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c441 .shaderDemoteToHelperInvocation = true, in lvp_get_features()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c492 .shaderDemoteToHelperInvocation = true, in get_features()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c445 .shaderDemoteToHelperInvocation = true, in get_features()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c862 .shaderDemoteToHelperInvocation = true, in radv_physical_device_get_features()
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_safe_struct.cpp28243 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/
Dvulkansc_structs.hpp35602 : 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 Dvn_protocol_renderer_device.h4236 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 Danv_device.c485 .shaderDemoteToHelperInvocation = true, in get_features()

123456