Home
last modified time | relevance | path

Searched defs:basicType (Results 1 – 25 of 37) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp92 static std::string getBasicCaseDescription (DataType basicType, Precision precision, const tcu::UVe… in getBasicCaseDescription()
101 SharedBasicVarCase::SharedBasicVarCase (Context& context, const char* name, DataType basicType, Pre… in SharedBasicVarCase()
368 for (int basicType = TYPE_FLOAT; basicType <= TYPE_BOOL_VEC4; basicType++) in init() local
Des31fSSBOLayoutCase.cpp377 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
418 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
482 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
841 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
979 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc()
1007 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc()
1156 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1240 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
Des31fProgramInterfaceDefinitionUtil.cpp818 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType) in containsSubType()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp154 const DataType basicType = val.type.getBasicType(); in genVertexShader() local
254 const DataType basicType = val.type.getBasicType(); in genFragmentShader() local
300 const DataType basicType = val.type.getBasicType(); in specializeVertexShader() local
321 const DataType basicType = val.type.getBasicType(); in specializeVertexShader() local
375 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
395 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
443 const DataType basicType = val.type.getBasicType(); in generateVertexSpecialization() local
DglsShaderExecUtil.cpp547 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
602 const glu::DataType basicType = symbol.varType.getBasicType(); in execute() local
921 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
972 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
999 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
DglsUniformBlockCase.cpp128 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType()
420 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
474 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local
719 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
DglsUniformBlockCase.hpp109 glu::DataType basicType; member
/external/mesa3d/src/mesa/main/
Duniform_query.cpp472 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform()
701 enum glsl_base_type basicType, in _mesa_uniform()
916 const GLvoid *values, enum glsl_base_type basicType) in _mesa_uniform_matrix()
/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp294 DataType basicType = curType.getBasicType(); in findNext() local
349 DataType basicType = curType->getBasicType(); in isValidTypePath() local
396 DataType basicType = curType->getBasicType(); in getVarType() local
DgluVarType.cpp42 VarType::VarType (DataType basicType, Precision precision) in VarType()
DgluShaderLibrary.cpp1021 DataType basicType = TYPE_LAST; in parseValue() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp289 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
330 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
364 glu::DataType basicType = type.getBasicType(); in computeRelaxedBlockBaseAlignment() local
442 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
812 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
962 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc()
991 glu::DataType basicType, in generateImmMatrixSrc()
1034 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc()
1184 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1278 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h239 TBasicType basicType = type->getBasicType(); in IsGenType() local
250 TBasicType basicType = type->getBasicType(); in IsVecType() local
DparseConst.cpp168 TBasicType basicType = type.getBasicType(); in visitConstantUnion() local
DIntermediate.cpp1014 TBasicType basicType = left->getBasicType(); in promote() local
1782 TBasicType basicType = type.getBasicType(); in fold() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp411 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
622 const DataType basicType = values[ndx].type.getBasicType(); in computeStd140Layout() local
645 const DataType basicType = values[ndx].type.getBasicType(); in computeStd430Layout() local
661 const DataType basicType = value.type.getBasicType(); in copyToLayout() local
1017 const DataType basicType = input.type.getBasicType(); in getVertexAttributeDescriptions() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp533 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
647 const glu::DataType basicType = symbol.varType.getBasicType(); in bindAttributes() local
1597 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
1702 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1729 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp71 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType()
370 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
424 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local
670 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
DvktUniformBlockCase.hpp111 glu::DataType basicType; member
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp127 glu::DataType basicType; member
DglcUniformBlockCase.cpp118 VarType::VarType(glu::DataType basicType, deUint32 flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType()
391 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
447 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp175 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
225 …const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s… in generateRandomType() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp161 GlslBasicType basicType; member
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp235 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
285 …const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s… in generateRandomType() local
Des3fFragmentOutputTests.cpp1055 …glu::DataType basicType = rnd.choose<glu::DataType>(&outputTypes[0], &outputTypes[0] + DE_LENGTH_… in createRandomCase() local

12