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.cpp653 static FragmentOutputLayout computeFragmentOutputLayout(const std::vector<Symbol> &symbols) in computeFragmentOutputLayout() function
677 , m_outputLayout(computeFragmentOutputLayout(m_shaderSpec.outputs)) in FragmentOutExecutor()
1514 const FragmentOutputLayout outputLayout(computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
1551 const FragmentOutputLayout outputLayout(computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
1592 const FragmentOutputLayout outputLayout(computeFragmentOutputLayout(shaderSpec.outputs)); in generateSources()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp521 static FragmentOutputLayout computeFragmentOutputLayout(const std::vector<Symbol> &symbols) in computeFragmentOutputLayout() function
549 , m_outputLayout(computeFragmentOutputLayout(m_outputs)) in FragmentOutExecutor()