Searched refs:inNdx (Results 1 - 12 of 12) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp824 for (int inNdx = 0; inNdx < numInputs; inNdx++)
826 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0;
829 string& inValue = inNdx > 0 ? inValue1 : inValue0;
864 op << "uniform " << precName << " " << typeName << " u_in" << inNdx << ";\n"; local
865 inValue = string("u_in") + de::toString(inNdx);
869 op << "const " << precName << " " << typeName << " in" << inNdx << " = "; local
874 case TYPE_FLOAT: op << de::floatToString(s_constInFloat[inNdx], 1); break;
875 case TYPE_FLOAT_VEC2: writeVectorConstructor<2>(op, s_constInVec2[inNdx]); brea
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1469 for (int inNdx = 0; inNdx < numInputs; inNdx++)
1471 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0;
1475 useAttribute(4u + inNdx, getAttributeType(in.dataType));
1577 for (int inNdx = 0; inNdx < numInputs; inNdx++)
1579 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0;
1585 case TYPE_FLOAT: addUniform(uniformBinding, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(float), &s_constInFloat[inNdx]); brea
1791 op << "layout(std140, set = 0, binding = " << uniformBinding++ << ") uniform buffer"<< inNdx <<" { " << precName << " " << typeName << " u_in" << inNdx << "; };\\n"; local
1796 op << "const " << precName << " " << typeName << " in" << inNdx << " = "; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1484 for (int inNdx = 0; inNdx < numInputs; inNdx++)
1486 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0;
1489 string& inValue = inNdx > 0 ? inValue1 : inValue0;
1524 op << "uniform " << precName << " " << typeName << " u_in" << inNdx << ";\n"; local
1525 inValue = string("u_in") + de::toString(inNdx);
1529 op << "const " << precName << " " << typeName << " in" << inNdx << " = "; local
1534 case TYPE_FLOAT: op << de::floatToString(s_constInFloat[inNdx], 1); break;
1535 case TYPE_FLOAT_VEC2: writeVectorConstructor<2>(op, s_constInVec2[inNdx]); brea
[all...]
H A Des3fShaderCommonFunctionTests.cpp351 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); ++inNdx)
352 curInputPtr[inNdx] = (deUint32*)inputPointers[inNdx] + inScalarSizes[inNdx]*valNdx;
364 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); inNdx++)
365 m_testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx]
[all...]
H A Des3fFboTestUtil.cpp261 for (int inNdx = 0; inNdx < (int)samplerTypes.size(); inNdx++)
263 << "texture(u_sampler" << inNdx << ", v_coord)) * u_texScale" << inNdx << " + u_texBias" << inNdx << ";\n"; local
H A Des3fTransformFeedbackTests.cpp707 int inNdx = outNdx/2 + outNdx%2; local
708 return inNdx < numInputs ? inNdx : 0;
733 int inNdx = getAttributeIndex(primitiveType, numInputs, outNdx); local
737 const deUint8* inPtr = inBasePtr + inStride*inNdx + attribute.offset + compNdx*sizeof(deUint32);
766 log << TestLog::Message << "Mismatch in " << output.name << " (" << attribute.name << "), output = " << outNdx << ", input = " << inNdx << ", component = " << compNdx << TestLog::EndMessage;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp410 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); ++inNdx)
411 curInputPtr[inNdx] = (deUint32*)inputPointers[inNdx] + inScalarSizes[inNdx]*valNdx;
423 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); inNdx++)
424 testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx]
[all...]
H A DvktShaderCommonFunctionTests.cpp534 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); ++inNdx)
535 curInputPtr[inNdx] = (deUint32*)inputPointers[inNdx] + inScalarSizes[inNdx]*valNdx;
547 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); inNdx++)
548 testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx]
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp283 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); ++inNdx)
284 curInputPtr[inNdx] = (deUint32*)inputPointers[inNdx] + inScalarSizes[inNdx]*valNdx;
296 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); inNdx++)
297 m_testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx]
[all...]
H A Des31fFboTestUtil.cpp104 for (int inNdx = 0; inNdx < (int)samplerTypes.size(); inNdx++)
106 << "texture(u_sampler" << inNdx << ", v_coord)) * u_texScale" << inNdx << " + u_texBias" << inNdx << ";\n"; local
H A Des31fShaderCommonFunctionTests.cpp425 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); ++inNdx)
426 curInputPtr[inNdx] = (deUint32*)inputPointers[inNdx] + inScalarSizes[inNdx]*valNdx;
438 for (int inNdx = 0; inNdx < (int)curInputPtr.size(); inNdx++)
439 m_testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx]
[all...]
/external/deqp/executor/
H A DxeTestResultParser.cpp813 for (int inNdx = 0; inNdx < numBytesIn; inNdx++)
815 deUint8 byte = m_xmlParser.getDataByte(inNdx);

Completed in 1915 milliseconds