Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp609 static FragmentOutputLayout computeFragmentOutputLayout (const std::vector<Symbol>& symbols) in computeFragmentOutputLayout() function
632 , m_outputLayout (computeFragmentOutputLayout(m_shaderSpec.outputs)) in FragmentOutExecutor()
1418 const FragmentOutputLayout outputLayout (computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
1452 const FragmentOutputLayout outputLayout (computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
1487 const FragmentOutputLayout outputLayout (computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp494 static FragmentOutputLayout computeFragmentOutputLayout (const std::vector<Symbol>& symbols) in computeFragmentOutputLayout() function
522 , m_outputLayout (computeFragmentOutputLayout(m_outputs)) in FragmentOutExecutor()