Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp159 …m_demote && !context.getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation) in checkSupport()
/external/deqp/external/vulkancts/scripts/src/
Dmandatory_features.txt70 VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT FEATURES ( shaderDemoteToHelperInvocation
Dvulkan_core.h11457 VkBool32 shaderDemoteToHelperInvocation; member
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp540 return !!getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation; in isDeviceFunctionalitySupported()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1082 …if ( physicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.shaderDemoteToHelperInvocation == VK_…
1084 …log << tcu::TestLog::Message << "Mandatory feature shaderDemoteToHelperInvocation not supported" <…
DvkStructTypes.inl4649 VkBool32 shaderDemoteToHelperInvocation; member
DvkVulkan_c.inl12361 VkBool32 shaderDemoteToHelperInvocation; member
DvkStrUtilImpl.inl10476 s << "\tshaderDemoteToHelperInvocation = " << value.shaderDemoteToHelperInvocation << '\n';
/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
Dparameter_validation.cpp1498 …vocationFeaturesEXT", "shaderDemoteToHelperInvocation", structure->shaderDemoteToHelperInvocation); in ValidatePnextStructContents()
/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/mesa3d/src/amd/vulkan/
Dradv_device.c1276 features->shaderDemoteToHelperInvocation = LLVM_VERSION_MAJOR >= 9 || !pdevice->use_llvm; in radv_GetPhysicalDeviceFeatures2()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h10834 VkBool32 shaderDemoteToHelperInvocation; member
Dvulkan.hpp69687 : shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
69718 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
69741 && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==()
69755 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h10841 VkBool32 shaderDemoteToHelperInvocation; member
Dvulkan.hpp70074 : shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
70105 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
70128 && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==()
70142 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h10834 VkBool32 shaderDemoteToHelperInvocation; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp45849 : shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
45882 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
45902 ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==()
45914 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h11609 VkBool32 shaderDemoteToHelperInvocation; member