Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp174 …f (m_demote && !context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation) in checkSupport()
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp332 features->shaderDemoteToHelperInvocation = VK_TRUE; in getPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
1562 CheckFeature(requested, supported, shaderDemoteToHelperInvocation) && in hasExtendedFeatures()
1628 return CheckFeature(requested, supported, shaderDemoteToHelperInvocation); in hasExtendedFeatures()
/external/deqp/external/vulkancts/framework/vulkan/generated/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.inl5004 VkBool32 shaderDemoteToHelperInvocation; member
5273 VkBool32 shaderDemoteToHelperInvocation; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkMandatoryFeatures.inl812 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_…
814 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
DvkStructTypes.inl3674 VkBool32 shaderDemoteToHelperInvocation; member
DvkDeviceFeatureTest.inl2037 …E_ITEM (VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT, shaderDemoteToHelperInvocation),
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp698 return !!vk13Features.shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2046 …EM(vulkan13Features, shaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperInvocation, … in featureBitInfluenceOnDeviceCreate()
5518 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Features, shaderDemoteToHelperInvocation), in deviceFeaturesVulkan13()
6100 …Features.shaderDemoteToHelperInvocation" }, vulkan13Features.shaderDemoteToHelperInvocation }, in deviceFeatureExtensionsConsistencyVulkan13()
6168 …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()
/external/virglrenderer/src/venus/venus-protocol/
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()
Dvulkan_core.h6656 VkBool32 shaderDemoteToHelperInvocation; member
6750 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/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp71672 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
71704 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
71727 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect()
71739 …hs.sType ) && ( pNext == rhs.pNext ) && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelp… in operator ==()
71752 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
77664 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
77735 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
77839 shaderDemoteToHelperInvocation, in reflect()
77864 …( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) && ( shaderTerminateInvoc… in operator ==()
77886 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6777 VkBool32 shaderDemoteToHelperInvocation; member
6871 VkBool32 shaderDemoteToHelperInvocation; member
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp66907 : pNext( pNext_ ), shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
66935 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
66959 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect()
66974 && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==()
66987 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
72214 …ipelineCreationCacheControl_ ), privateData( privateData_ ), shaderDemoteToHelperInvocation( shade…
72272 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
72350 …kUpdateAfterBind, pipelineCreationCacheControl, privateData, shaderDemoteToHelperInvocation, shade… in reflect()
72370 && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) in operator ==()
72397 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6661 VkBool32 shaderDemoteToHelperInvocation; member
6755 VkBool32 shaderDemoteToHelperInvocation; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp75432 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
75464 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
75487 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect()
75499 …hs.sType ) && ( pNext == rhs.pNext ) && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelp… in operator ==()
75512 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
82067 , shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
82138 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
82242 shaderDemoteToHelperInvocation, in reflect()
82267 …( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) && ( shaderTerminateInvoc… in operator ==()
82289 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6777 VkBool32 shaderDemoteToHelperInvocation; member
6871 VkBool32 shaderDemoteToHelperInvocation; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h7549 VkBool32 shaderDemoteToHelperInvocation; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h6720 VkBool32 shaderDemoteToHelperInvocation; member
6814 VkBool32 shaderDemoteToHelperInvocation; member

12