| /external/deqp-deps/glslang/glslang/MachineIndependent/ | 
| D | parseConst.cpp | 62     bool isMatrix;  member in glslang::TConstTraverser
 | 
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ | 
| D | parseConst.cpp | 62     bool isMatrix;  member in glslang::TConstTraverser
 | 
| /external/angle/src/compiler/translator/ | 
| D | Types.h | 199     bool isMatrix() const { return primarySize > 1 && secondarySize > 1; }  in isMatrix()  function458     bool isMatrix() const { return primarySize > 1 && secondarySize > 1; }  in isMatrix()  function
 
 | 
| D | IntermNode.h | 176     bool isMatrix() const { return getType().isMatrix(); }  in isMatrix()  function
 | 
| /external/skia/src/sksl/dsl/ | 
| D | DSLType.cpp | 241 bool DSLType::isMatrix() const {  in isMatrix()  function in SkSL::dsl::DSLType
 | 
| /external/deqp/modules/gles31/functional/ | 
| D | es31fSSBOLayoutCase.cpp | 734 	const bool			isMatrix		= glu::isDataTypeMatrix(entry.type);  in generateValue()  local1152 			const bool					isMatrix		= glu::isDataTypeMatrix(basicType);  in generateCompareSrc()  local
 1236 			const bool					isMatrix		= glu::isDataTypeMatrix(basicType);  in generateWriteSrc()  local
 1489 	const bool				isMatrix			= glu::isDataTypeMatrix(dstEntry.type);  in copyBufferVarData()  local
 1696 	const bool				isMatrix			= glu::isDataTypeMatrix(resEntry.type);  in compareBufferVarData()  local
 2552 		const bool					isMatrix		= glu::isDataTypeMatrix(var.type);  in checkLayoutBounds()  local
 
 | 
| D | es31fProgramInterfaceQueryTestCase.cpp | 660 	const bool						isMatrix			= glu::isDataTypeMatrix(component.getVariableType()->getBasicType());  in validateSingleVariable()  local694 	const bool						isMatrix			= glu::isDataTypeMatrix(component.getVariableType()->getBasicType());  in validateSingleVariable()  local
 
 | 
| /external/deqp/external/vulkancts/modules/vulkan/memory_model/ | 
| D | vktMemoryModelSharedLayoutCase.cpp | 95 		const bool isMatrix				= glu::isDataTypeMatrix(entry.type);  in generateValue()  local
 | 
| /external/skia/src/sksl/ir/ | 
| D | SkSLType.h | 476     virtual bool isMatrix() const {  in isMatrix()  function
 | 
| D | SkSLType.cpp | 102     bool isMatrix() const override {  in isMatrix()  function in SkSL::AliasType405     bool isMatrix() const override {  in isMatrix()  function in SkSL::MatrixType
 
 | 
| /external/angle/src/tests/perf_tests/ | 
| D | UniformsPerf.cpp | 193     bool isMatrix;  in initializeBenchmark()  local
 | 
| /external/deqp/external/vulkancts/modules/vulkan/ssbo/ | 
| D | vktSSBOLayoutCase.cpp | 774 	const bool			isMatrix		= glu::isDataTypeMatrix(entry.type);  in generateValue()  local1249 			const bool					isMatrix		= glu::isDataTypeMatrix(basicType);  in generateCompareSrc()  local
 1349 			const bool					isMatrix		= glu::isDataTypeMatrix(basicType);  in generateWriteSrc()  local
 1509 	const bool				isMatrix			= glu::isDataTypeMatrix(dstEntry.type);  in copyBufferVarData()  local
 1718 	const bool				isMatrix			= glu::isDataTypeMatrix(resEntry.type);  in compareBufferVarData()  local
 
 | 
| /external/deqp/external/openglcts/modules/common/ | 
| D | glcUniformBlockCase.cpp | 600 	bool		  isMatrix   = glu::isDataTypeMatrix(entry.type);  in generateValue()  local1221 	bool	  isMatrix   = glu::isDataTypeMatrix(dstEntry.type);  in copyUniformData()  local
 1796 		bool					isMatrix = glu::isDataTypeMatrix(uniform.type);  in checkLayoutBounds()  local
 
 | 
| /external/deqp/modules/glshared/ | 
| D | glsUniformBlockCase.cpp | 629 	bool			isMatrix		= glu::isDataTypeMatrix(entry.type);  in generateValue()  local1278 	bool						isMatrix	= glu::isDataTypeMatrix(dstEntry.type);  in copyUniformData()  local
 1839 		bool						isMatrix		= glu::isDataTypeMatrix(uniform.type);  in checkLayoutBounds()  local
 
 | 
| D | glsShaderExecUtil.cpp | 974 		const bool				isMatrix		= glu::isDataTypeMatrix(basicType);  in copyToBuffer()  local1001 		const bool				isMatrix		= glu::isDataTypeMatrix(basicType);  in copyFromBuffer()  local
 
 | 
| /external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ | 
| D | vktTransformFeedbackFuzzLayoutCase.cpp | 465 	const bool			isMatrix	= glu::isDataTypeMatrix(entry.type);  in createMask()  local908 	const bool			isMatrix	= glu::isDataTypeMatrix(entry.type);  in generateValue()  local
 1799 	const bool			isMatrix	= glu::isDataTypeMatrix(entry.type);  in validateValue()  local
 
 | 
| /external/deqp/external/vulkancts/modules/vulkan/ubo/ | 
| D | vktUniformBlockCase.cpp | 742 	bool			isMatrix		= glu::isDataTypeMatrix(entry.type);  in generateValue()  local1261 bool isMatrix (glu::DataType elementType)  in isMatrix()  function
 
 | 
| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ | 
| D | SpvBuilder.h | 268     bool isMatrix(Id resultId)       const { return isMatrixType(getTypeId(resultId)); }  in isMatrix()  function
 | 
| /external/deqp-deps/glslang/SPIRV/ | 
| D | SpvBuilder.h | 266     bool isMatrix(Id resultId)       const { return isMatrixType(getTypeId(resultId)); }  in isMatrix()  function
 | 
| D | GlslangToSpv.cpp | 2887     bool isMatrix = false;  in visitAggregate()  local
 | 
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ | 
| D | vktShaderExecutor.cpp | 1780 		const bool				isMatrix		= glu::isDataTypeMatrix(basicType);  in copyToBuffer()  local1821 		const bool				isMatrix		= glu::isDataTypeMatrix(basicType);  in copyFromBuffer()  local
 
 | 
| /external/deqp/external/vulkancts/modules/vulkan/ | 
| D | vktShaderLibrary.cpp | 626 		const bool		isMatrix	= isDataTypeMatrix(basicType);  in computeStd140Layout()  local
 | 
| /external/deqp-deps/glslang/glslang/Include/ | 
| D | Types.h | 1922     virtual bool isMatrix() const { return matrixCols ? true : false; }  in isMatrix()  function
 | 
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ | 
| D | Types.h | 1959     virtual bool isMatrix() const { return matrixCols ? true : false; }  in isMatrix()  function
 | 
| /external/angle/src/libANGLE/renderer/vulkan/ | 
| D | spv_utils.cpp | 298         const bool isMatrix    = colCount > 1 && rowCount > 1;  in AssignAttributeLocations()  local
 |