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.cpp736 …auto shaderDemoteToHelperInvocationFeatures = m_context.getShaderDemoteToHelperInvocationFeatu… in iterate() local
887 &shaderDemoteToHelperInvocationFeatures, in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2097 VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures shaderDemoteToHelperInvocationFeatures = in featureBitInfluenceOnDeviceCreate() local
2269 …FEATURE_TABLE_ITEM(vulkan13Features, shaderDemoteToHelperInvocationFeatures, shaderDemoteToHelperI… in featureBitInfluenceOnDeviceCreate()
7076 … VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures shaderDemoteToHelperInvocationFeatures = in deviceFeatureExtensionsConsistencyVulkan13() local
7079 initVulkanStructure(&shaderDemoteToHelperInvocationFeatures); in deviceFeatureExtensionsConsistencyVulkan13()
7104 log << TestLog::Message << shaderDemoteToHelperInvocationFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan13()
7133 if (shaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation != in deviceFeatureExtensionsConsistencyVulkan13()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp1097 …const auto *shaderDemoteToHelperInvocationFeatures = reinterpret_cast<const VkPhysicalDeviceShader… in vkCreateDevice() local
1098 …asFeatures = vk::Cast(physicalDevice)->hasExtendedFeatures(shaderDemoteToHelperInvocationFeatures); in vkCreateDevice()