Home
last modified time | relevance | path

Searched refs:shaderDemoteToHelperInvocationFeatures (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp737 …auto shaderDemoteToHelperInvocationFeatures = m_context.getShaderDemoteToHelperInvocationFeatu… in iterate() local
888 &shaderDemoteToHelperInvocationFeatures, in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2140 VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures shaderDemoteToHelperInvocationFeatures = in featureBitInfluenceOnDeviceCreate() local
2312 …FEATURE_TABLE_ITEM(vulkan13Features, shaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperI… in featureBitInfluenceOnDeviceCreate()
6658 … VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures shaderDemoteToHelperInvocationFeatures = in deviceFeatureExtensionsConsistencyVulkan13() local
6661 initVulkanStructure(&shaderDemoteToHelperInvocationFeatures); in deviceFeatureExtensionsConsistencyVulkan13()
6690 log << TestLog::Message << shaderDemoteToHelperInvocationFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan13()
6718 if (shaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation != in deviceFeatureExtensionsConsistencyVulkan13()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DlibVulkan.cpp1092 …const auto *shaderDemoteToHelperInvocationFeatures = reinterpret_cast<const VkPhysicalDeviceShader… in vkCreateDevice() local
1093 …asFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(shaderDemoteToHelperInvocationFeatures); in vkCreateDevice()