HomeSort by relevance Sort by last modified time
    Searched refs:m_outputLayout (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 491 const FragmentOutputLayout m_outputLayout;
522 , m_outputLayout (computeFragmentOutputLayout(m_outputs))
575 glu::RenderbufferVector renderbuffers (m_renderCtx, m_outputLayout.locationSymbols.size());
627 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx)
629 const Symbol& output = *m_outputLayout.locationSymbols[outNdx];
642 vector<deUint32> drawBuffers(m_outputLayout.locationSymbols.size());
643 for (int ndx = 0; ndx < (int)m_outputLayout.locationSymbols.size(); ndx++)
670 const int outLocation = de::lookup(m_outputLayout.locationMap, output.name);
719 << glu::FragmentSource(generatePassthroughFragmentShader(shaderSpec, !hasFloatRenderTargets(renderCtx), m_outputLayout.locationMap, "vtx_out_", "o_")))
760 << glu::FragmentSource(generatePassthroughFragmentShader(shaderSpec, !hasFloatRenderTargets(renderCtx), m_outputLayout.locationMap, "geom_out_", "o_"))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 453 const FragmentOutputLayout m_outputLayout;
498 , m_outputLayout (computeFragmentOutputLayout(m_shaderSpec.outputs))
801 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx)
    [all...]

Completed in 422 milliseconds