Searched refs:isMatrix (Results 1 – 11 of 11) sorted by relevance
739 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local740 …const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) :… in generateValue()758 deUint8* const vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0); in generateValue()1157 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local1163 if (isMatrix) in generateCompareSrc()1241 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local1246 if (isMatrix) in generateWriteSrc()1480 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local1504 if (isMatrix) in copyBufferVarData()1687 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local[all …]
657 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local658 …const int expected = (isBufferBlock && isMatrix && getMatrixOrderFromPath(path) == glu::MAT… in validateSingleVariable()691 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local697 if (isBufferBlock && isMatrix) in validateSingleVariable()
5731 bool isMatrix; in generateProgramInputOutputTypeBasicTypeCases() member5760 if (!allowMatrixCases && variableTypes[ndx].isMatrix) in generateProgramInputOutputTypeBasicTypeCases()
79 bool isMatrix() const { return getType() == SkType_Matrix; } in isMatrix() function
29 if (parent->isMatrix() == false) in setParent()
110 …if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return… in Matrix()
62 …if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return… in FontMatrix()
86 …if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return… in Matrix()
628 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local629 …int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu:… in generateValue()642 deUint8* vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0); in generateValue()1275 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local1283 if (isMatrix) in copyUniformData()1836 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local1837 …int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type)… in checkLayoutBounds()1838 …int numComps = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumColumns(uniform.ty… in checkLayoutBounds()
1015 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local1017 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1; in copyToBuffer()1025 …const int dstOffset = layout.offset + layout.stride*elemNdx + (isMatrix ? layout.matrixStride*ve… in copyToBuffer()1042 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer() local1044 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1; in copyFromBuffer()1051 …const int srcOffset = layout.offset + layout.stride*elemNdx + (isMatrix ? layout.matrixStride*ve… in copyFromBuffer()
852 bool isMatrix() const { in isMatrix() function1046 SkASSERT(isMatrix()); in matrixValue()1047 if (!isMatrix()) { in matrixValue()