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

  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 179 for (int outNdx = 0; outNdx < (int)outputs.size(); outNdx++)
181 const FragmentOutput& output = outputs[outNdx];
193 vtx << "in " << interpPrec << " " << typeName << " in" << outNdx << "_" << elemNdx << ";\n"
194 << interp << " out " << interpPrec << " " << typeName << " var" << outNdx << "_" << elemNdx << ";\n";
195 frag << interp << " in " << interpPrec << " " << typeName << " var" << outNdx << "_" << elemNdx << ";\n";
197 frag << "layout(location = " << output.location << ") out " << outputPrec << " " << typeName << " out" << outNdx << "[" << output.arrayLength << "];\n";
201 vtx << "in " << interpPrec << " " << typeName << " in" << outNdx << ";\n"
202 << interp << " out " << interpPrec << " " << typeName << " var" << outNdx << ";\n"
    [all...]
es3fTransformFeedbackTests.cpp 684 static int getAttributeIndex (deUint32 primitiveType, int numInputs, int outNdx)
688 case GL_TRIANGLES: return outNdx;
689 case GL_LINES: return outNdx;
690 case GL_POINTS: return outNdx;
694 int triNdx = outNdx/3;
695 int vtxNdx = outNdx%3;
700 return (outNdx%3 != 0) ? (outNdx/3 + outNdx%3) : 0;
703 return outNdx/2 + outNdx%2
    [all...]
es3fShaderCommonFunctionTests.cpp 354 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); ++outNdx)
355 curOutputPtr[outNdx] = (deUint32*)outputPointers[outNdx] + outScalarSizes[outNdx]*valNdx;
370 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); outNdx++)
371 m_testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " =
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 302 for (int outNdx = 0; outNdx < (int)shaderSpec.outputs.size(); ++outNdx)
304 const Symbol& output = shaderSpec.outputs[outNdx];
627 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx)
629 const Symbol& output = *m_outputLayout.locationSymbols[outNdx];
630 const deUint32 renderbuffer = renderbuffers[outNdx];
635 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0+outNdx, GL_RENDERBUFFER, renderbuffer)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 413 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); ++outNdx)
414 curOutputPtr[outNdx] = (deUint32*)outputPointers[outNdx] + outScalarSizes[outNdx]*valNdx;
429 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); outNdx++)
430 testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " =
    [all...]
vktShaderExecutor.cpp 206 for (int outNdx = 0; outNdx < (int)shaderSpec.outputs.size(); ++outNdx)
208 const Symbol& output = shaderSpec.outputs[outNdx];
801 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx)
803 const bool isFloat = isDataTypeFloatOrVec(m_shaderSpec.outputs[outNdx].varType.getBasicType());
804 const bool isSigned = isDataTypeIntOrIVec (m_shaderSpec.outputs[outNdx].varType.getBasicType());
805 const bool isBool = isDataTypeBoolOrBVec(m_shaderSpec.outputs[outNdx].varType.getBasicType())
    [all...]
vktShaderCommonFunctionTests.cpp 537 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); ++outNdx)
538 curOutputPtr[outNdx] = (deUint32*)outputPointers[outNdx] + outScalarSizes[outNdx]*valNdx;
553 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); outNdx++)
554 testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " =
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 286 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); ++outNdx)
287 curOutputPtr[outNdx] = (deUint32*)outputPointers[outNdx] + outScalarSizes[outNdx]*valNdx;
302 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); outNdx++)
303 m_testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " =
    [all...]
es31fShaderCommonFunctionTests.cpp 428 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); ++outNdx)
429 curOutputPtr[outNdx] = (deUint32*)outputPointers[outNdx] + outScalarSizes[outNdx]*valNdx;
444 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); outNdx++)
445 m_testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " =
    [all...]

Completed in 645 milliseconds