Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectBinaryTests.cpp737 …auto shaderDemoteToHelperInvocationFeatures = m_context.getShaderDemoteToHelperInvocationFeatu… in iterate() local
888 &shaderDemoteToHelperInvocationFeatures, in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
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()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp1083 …const auto *shaderDemoteToHelperInvocationFeatures = reinterpret_cast<const VkPhysicalDeviceShader… in vkCreateDevice() local
1084 …asFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(shaderDemoteToHelperInvocationFeatures); in vkCreateDevice()