Home
last modified time | relevance | path

Searched defs:scalarType (Results 1 – 19 of 19) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderUtil.cpp702 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector()
DgluShaderLibrary.cpp953 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement() local
/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp51 const glu::DataType scalarType = varType.isFloatOrVec() ? glu::TYPE_FLOAT : in mapToBasicType() local
DglsRandomShaderCase.cpp410 const char* scalarType = DE_NULL; in operator <<() local
DglsUniformBlockCase.cpp626 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
944 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1390 const glu::DataType scalarType = glu::getDataTypeScalarType(type); in makeMatrixVectorCompositeCaseDefinition() local
1446 const glu::DataType scalarType = glu::getDataTypeScalarType(elemType); in makeArrayCompositeCaseDefinition() local
1485 const glu::DataType scalarType = glu::getDataTypeScalarType(memberType); in makeStructCompositeCaseDefinition() local
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp328 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType()); in genShaderSources() local
565 const glu::DataType scalarType = glu::getDataTypeScalarType(type.getBasicType()); in render() local
Des31fSSBOLayoutCase.cpp733 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
1014 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in generateImmScalarVectorSrc() local
1633 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents()
1685 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData() local
Des31fShaderIntegerFunctionTests.cpp82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
1123 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() local
Des31fShaderCommonFunctionTests.cpp369 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
2132 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() local
Des31fSeparateShaderTests.cpp136 const DataType scalarType = rnd.chooseWeighted<DataType>( in randomType() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp704 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
1041 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in generateImmScalarVectorSrc() local
1538 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents()
1590 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp937 vk::VkFormat getVecFormat (DataType scalarType, int scalarSize) in getVecFormat()
1024 const DataType scalarType = getDataTypeScalarType(basicType); in getVertexAttributeDescriptions() local
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp728 glu::DataType scalarType = glu::getDataTypeScalarType(type); in compareTransformFeedbackOutput() local
1123 glu::DataType scalarType = glu::getDataTypeScalarType(attrib->type.getBasicType()); in runTest() local
Des3fShaderCommonFunctionTests.cpp295 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
1647 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp84 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
290 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() local
DvktShaderCommonFunctionTests.cpp312 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() local
420 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp577 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue() local
976 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc() local
/external/clang/lib/CodeGen/
DCGCall.cpp3787 llvm::Type *scalarType = RV.getScalarVal()->getType(); in EmitCall() local