Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp159 …f (m_demote && !context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp543 return !!vk13Features.shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
577 return !!getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp332 features->shaderDemoteToHelperInvocation = VK_TRUE; in getPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
1463 CheckFeature(requested, supported, shaderDemoteToHelperInvocation) && in hasExtendedFeatures()
1529 return CheckFeature(requested, supported, shaderDemoteToHelperInvocation); in hasExtendedFeatures()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl998 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_…
1000 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
2068 if ( physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation == VK_FALSE )
2070 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
DvkDeviceFeatures.inl231 featureType.shaderDemoteToHelperInvocation = allFeaturesBlobs.vk13.shaderDemoteToHelperInvocation;
DvkDeviceFeatures2.inl2005 …vocationFeatures[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeatures…
DvkStructTypes.inl2377 VkBool32 shaderDemoteToHelperInvocation; member
2477 VkBool32 shaderDemoteToHelperInvocation; member
DvkDeviceFeatureTest.inl1079 FEATURE_ITEM (VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation),
1178 …TURE_ITEM (VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperInvocation),
DvkVulkan_c.inl7476 VkBool32 shaderDemoteToHelperInvocation; member
7570 VkBool32 shaderDemoteToHelperInvocation; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1934 …EM(vulkan13Features, shaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperInvocation, … in featureBitInfluenceOnDeviceCreate()
5216 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation), in deviceFeaturesVulkan13()
5794 …Features.shaderDemoteToHelperInvocation" }, vulkan13Features.shaderDemoteToHelperInvocation }, in deviceFeatureExtensionsConsistencyVulkan13()
5862 …derDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation != vulkan13Features.shaderDemot… in deviceFeatureExtensionsConsistencyVulkan13()
/external/vulkan-validation-layers/layers/generated/
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()
Dvk_safe_struct.h6622 VkBool32 shaderDemoteToHelperInvocation; member
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1667 … &VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT::shaderDemoteToHelperInvocation, … in ValidateShaderCapabilities()
/external/mesa3d/src/intel/vulkan/
Danv_device.c1348 features->shaderDemoteToHelperInvocation = true; in anv_GetPhysicalDeviceFeatures2()
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp5569 demote_features.shaderDemoteToHelperInvocation = VK_FALSE; in TEST_F()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp62073 shaderDemoteToHelperInvocation(shaderDemoteToHelperInvocation_)
62105 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
62128 return std::tie(sType, pNext, shaderDemoteToHelperInvocation); in reflect()
62140 …== rhs.sType) && (pNext == rhs.pNext) && (shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelp… in operator ==()
62153 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
68006 shaderDemoteToHelperInvocation(shaderDemoteToHelperInvocation_),
68077 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
68181 shaderDemoteToHelperInvocation, in reflect()
68206 …(shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation) && (shaderTerminateInvocati… in operator ==()
68228 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6864 VkBool32 shaderDemoteToHelperInvocation; member
6964 VkBool32 shaderDemoteToHelperInvocation; member
Dvulkan_hash.hpp8219 …COMBINE(seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation); in operator ()()
9041 VULKAN_HPP_HASH_COMBINE(seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp61979 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
62011 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
62034 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect()
62046 …hs.sType ) && ( pNext == rhs.pNext ) && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelp… in operator ==()
62059 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
67910 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
67981 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
68085 shaderDemoteToHelperInvocation, in reflect()
68110 …( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) && ( shaderTerminateInvoc… in operator ==()
68132 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6535 VkBool32 shaderDemoteToHelperInvocation; member
6629 VkBool32 shaderDemoteToHelperInvocation; member
Dvulkan_hash.hpp8220 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()()
9042 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp63944 : shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
63979 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
64002 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect()
64015 ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==()
64028 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
70487 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
70561 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
70670 shaderDemoteToHelperInvocation, in reflect()
70697 ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) && in operator ==()
70722 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6518 VkBool32 shaderDemoteToHelperInvocation; member
6612 VkBool32 shaderDemoteToHelperInvocation; member
Dvulkan_hash.hpp8533 … physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()()
9435 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1276 features->shaderDemoteToHelperInvocation = LLVM_VERSION_MAJOR >= 9 || !pdevice->use_llvm; in radv_GetPhysicalDeviceFeatures2()

12