Home
last modified time | relevance | path

Searched refs:coverageToColor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp3846 const auto coverageToColor = findStructure<VkPipelineCoverageToColorStateCreateInfoNV>( in buildPipeline() local
3848 if (coverageToColor) in buildPipeline()
3850 state->coverageToColorEnable = coverageToColor->coverageToColorEnable; in buildPipeline()
3851 state->coverageToColorLocation = coverageToColor->coverageToColorLocation; in buildPipeline()
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_pipeline_shader.cpp1396 auto coverageToColor = chain_util::Init<VkPipelineCoverageToColorStateCreateInfoNV>(); in TEST_F() local
1401 chain.Add(VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME, coverageToColor); in TEST_F()