HomeSort by relevance Sort by last modified time
    Searched refs:getDataTypeScalarSize (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 74 def getDataTypeScalarSize (dt):
108 scalarSize = getDataTypeScalarSize(dataType)
252 scalarSize = getDataTypeScalarSize(dataType)
266 # scalarSize = getDataTypeScalarSize(dataType)
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 74 def getDataTypeScalarSize (dt):
108 scalarSize = getDataTypeScalarSize(dataType)
256 scalarSize = getDataTypeScalarSize(dataType)
270 # scalarSize = getDataTypeScalarSize(dataType)
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 370 const int numComponents = glu::getDataTypeScalarSize(basicType);
526 const int scalarSize = glu::getDataTypeScalarSize(type);
538 const int scalarSize = glu::getDataTypeScalarSize(type);
608 const int scalarSize = glu::getDataTypeScalarSize(type);
631 const int scalarSize = glu::getDataTypeScalarSize(type);
708 const int scalarSize = glu::getDataTypeScalarSize(type);
739 const int scalarSize = glu::getDataTypeScalarSize(type);
820 const int scalarSize = glu::getDataTypeScalarSize(type);
830 const int scalarSize = glu::getDataTypeScalarSize(type);
870 const int vecSize = glu::getDataTypeScalarSize(baseType)
    [all...]
es31fShaderIntegerFunctionTests.cpp 83 const int numComponents = glu::getDataTypeScalarSize(basicType);
139 const int scalarSize = glu::getDataTypeScalarSize(dataType);
373 const int scalarSize = glu::getDataTypeScalarSize(type);
427 const int scalarSize = glu::getDataTypeScalarSize(type);
469 const int scalarSize = glu::getDataTypeScalarSize(type);
521 const int scalarSize = glu::getDataTypeScalarSize(type);
563 const int scalarSize = glu::getDataTypeScalarSize(type);
612 const int scalarSize = glu::getDataTypeScalarSize(type);
653 const int scalarSize = glu::getDataTypeScalarSize(type);
703 const int scalarSize = glu::getDataTypeScalarSize(type)
    [all...]
es31fOpaqueTypeIndexingTests.cpp 493 const int outLookupStride = numInvocations*getDataTypeScalarSize(outputType);
508 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
514 const int numCoordComps = getDataTypeScalarSize(coordType);
591 const int numCoordComps = getDataTypeScalarSize(coordType);
593 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 1);
620 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 4);
    [all...]
es31fProgramUniformTests.cpp 574 const int numElems = glu::getDataTypeScalarSize(value.type);
607 const int numElems = glu::getDataTypeScalarSize(value.type);
640 const int numElems = glu::getDataTypeScalarSize(type);
670 const int texResultNumDims = glu::getDataTypeScalarSize(texResultType);
694 const int size = glu::getDataTypeScalarSize(a.type);
738 const int size = glu::getDataTypeScalarSize(boolValue.type);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 296 const int numComponents = glu::getDataTypeScalarSize(basicType);
448 const int scalarSize = glu::getDataTypeScalarSize(type);
460 const int scalarSize = glu::getDataTypeScalarSize(type);
530 const int scalarSize = glu::getDataTypeScalarSize(type);
553 const int scalarSize = glu::getDataTypeScalarSize(type);
630 const int scalarSize = glu::getDataTypeScalarSize(type);
661 const int scalarSize = glu::getDataTypeScalarSize(type);
742 const int scalarSize = glu::getDataTypeScalarSize(type);
752 const int scalarSize = glu::getDataTypeScalarSize(type);
792 const int vecSize = glu::getDataTypeScalarSize(baseType)
    [all...]
es3fDefaultVertexAttributeTests.cpp 402 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1);
404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
es3fInstancedRenderingTests.cpp 181 int typeSize = glu::getDataTypeScalarSize(m_rgbAttrType);
477 int typeSize = glu::getDataTypeScalarSize(m_rgbAttrType);
es3fUniformApiTests.cpp 623 const int numElems = glu::getDataTypeScalarSize(value.type);
656 const int numElems = glu::getDataTypeScalarSize(value.type);
689 const int numElems = glu::getDataTypeScalarSize(type);
719 const int texResultNumDims = glu::getDataTypeScalarSize(texResultType);
743 const int numElems = glu::getDataTypeScalarSize(type);
771 const int texResultNumDims = glu::getDataTypeScalarSize(texResultType);
795 const int size = glu::getDataTypeScalarSize(a.type);
839 const int size = glu::getDataTypeScalarSize(boolValue.type);
    [all...]
es3fTransformFeedbackTests.cpp 401 int scalarSize = glu::getDataTypeScalarSize(subType.getBasicType());
460 inputStride += glu::getDataTypeScalarSize(type.getBasicType())*(int)sizeof(deUint32);
541 const int numComps = glu::getDataTypeScalarSize(attrib.type.getBasicType());
726 int numComponents = glu::getDataTypeScalarSize(type);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 85 const int numComponents = glu::getDataTypeScalarSize(basicType);
141 const int scalarSize = glu::getDataTypeScalarSize(dataType);
476 const int scalarSize = glu::getDataTypeScalarSize(type);
530 const int scalarSize = glu::getDataTypeScalarSize(type);
587 const int scalarSize = glu::getDataTypeScalarSize(type);
639 const int scalarSize = glu::getDataTypeScalarSize(type);
696 const int scalarSize = glu::getDataTypeScalarSize(type);
745 const int scalarSize = glu::getDataTypeScalarSize(type);
801 const int scalarSize = glu::getDataTypeScalarSize(type);
851 const int scalarSize = glu::getDataTypeScalarSize(type)
    [all...]
vktShaderCommonFunctionTests.cpp 313 const int numComponents = glu::getDataTypeScalarSize(basicType);
612 const int scalarSize = glu::getDataTypeScalarSize(type);
624 const int scalarSize = glu::getDataTypeScalarSize(type);
709 const int scalarSize = glu::getDataTypeScalarSize(type);
732 const int scalarSize = glu::getDataTypeScalarSize(type);
824 const int scalarSize = glu::getDataTypeScalarSize(type);
855 const int scalarSize = glu::getDataTypeScalarSize(type);
950 const int scalarSize = glu::getDataTypeScalarSize(type);
960 const int scalarSize = glu::getDataTypeScalarSize(type);
    [all...]
vktOpaqueTypeIndexingTests.cpp 475 const int outLookupStride = numInvocations*getDataTypeScalarSize(outputType);
494 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
520 const int numCoordComps = getDataTypeScalarSize(coordType);
570 const int numCoordComps = getDataTypeScalarSize(coordType);
572 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 1);
599 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 4);
    [all...]
vktShaderExecutor.cpp 153 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
191 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
224 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType());
233 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType());
278 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
302 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
349 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
388 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
655 const int vecSize = glu::getDataTypeScalarSize(basicType);
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 119 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
157 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
198 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
237 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
313 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType());
322 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType());
367 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
434 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
603 const int vecSize = glu::getDataTypeScalarSize(basicType);
800 switch (glu::getDataTypeScalarSize(type)
    [all...]
glsLongStressCase.cpp 770 const int typeScalarSize = glu::getDataTypeScalarSize(spec.type);
856 glVertexAttribPointer(attrLoc, glu::getDataTypeScalarSize(attrSpec.type), GL_FLOAT, GL_FALSE, 0, (GLvoid*)(deIntptr)attrBufOffset);
869 glVertexAttribPointer(attrLoc, glu::getDataTypeScalarSize(attrSpec.type), GL_FLOAT, GL_FALSE, 0, attrData);
    [all...]
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 147 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeScalarSize(curType.getBasicType())));
gluShaderUtil.cpp 265 int getDataTypeScalarSize (DataType dataType)
622 return getDataTypeScalarSize(dataType);
gluShaderUtil.hpp 197 int getDataTypeScalarSize (DataType dataType);
gluVarType.cpp 95 case TYPE_BASIC: return glu::getDataTypeScalarSize(m_data.basic.type);
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 326 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1);
328 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
405 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType));
es2fUniformApiTests.cpp 518 const int numElems = glu::getDataTypeScalarSize(value.type);
549 const int numElems = glu::getDataTypeScalarSize(value.type);
580 const int numElems = glu::getDataTypeScalarSize(type);
616 const int numElems = glu::getDataTypeScalarSize(type);
650 const int size = glu::getDataTypeScalarSize(a.type);
688 const int size = glu::getDataTypeScalarSize(boolValue.type);
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]

Completed in 1357 milliseconds

1 2 3