Searched refs:outNdx (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp179 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 << ";\ local
229 vtx << "\\tvar" << outNdx << " = in" << outNdx << ";\\n"; local
230 frag << "\\tout" << outNdx << " = var" << outNdx << ";\\n"; local
[all...]
H A Des3fTransformFeedbackTests.cpp684 static int getAttributeIndex (deUint32 primitiveType, int numInputs, int outNdx) argument
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/
[all...]
H A Des3fShaderCommonFunctionTests.cpp354 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]
[all...]
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp302 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_RENDERBUFFE
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp425 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); ++outNdx)
426 curOutputPtr[outNdx] = (deUint32*)outputPointers[outNdx] + outScalarSizes[outNdx]*valNdx;
441 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); outNdx++)
442 testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx]
[all...]
H A DvktShaderExecutor.cpp213 for (int outNdx = 0; outNdx < (int)shaderSpec.outputs.size(); ++outNdx)
215 const Symbol& output = shaderSpec.outputs[outNdx];
765 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx)
767 const bool isFloat = isDataTypeFloatOrVec(m_shaderSpec.outputs[outNdx].varType.getBasicType());
768 const bool isSigned = isDataTypeIntOrIVec (m_shaderSpec.outputs[outNdx].varType.getBasicType());
769 const bool isBool = isDataTypeBoolOrBVec(m_shaderSpec.outputs[outNdx]
[all...]
H A DvktShaderCommonFunctionTests.cpp548 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); ++outNdx)
549 curOutputPtr[outNdx] = (deUint32*)outputPointers[outNdx] + outScalarSizes[outNdx]*valNdx;
564 for (int outNdx = 0; outNdx < (int)curOutputPtr.size(); outNdx++)
565 testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx]
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp286 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]
[all...]
H A Des31fShaderCommonFunctionTests.cpp428 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]
[all...]

Completed in 119 milliseconds