Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp306 struct FragmentOutputLayout struct
587 const FragmentOutputLayout m_outputLayout;
609 static FragmentOutputLayout computeFragmentOutputLayout (const std::vector<Symbol>& symbols) in computeFragmentOutputLayout()
611 FragmentOutputLayout ret; in computeFragmentOutputLayout()
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.cpp476 struct FragmentOutputLayout struct
491 const FragmentOutputLayout m_outputLayout;
494 static FragmentOutputLayout computeFragmentOutputLayout (const std::vector<Symbol>& symbols) in computeFragmentOutputLayout()
496 FragmentOutputLayout ret; in computeFragmentOutputLayout()