Home
last modified time | relevance | path

Searched defs:basicType (Results 1 – 25 of 44) 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
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp158 const DataType basicType = val.type.getBasicType(); in genVertexShader() local
258 const DataType basicType = val.type.getBasicType(); in genFragmentShader() local
304 const DataType basicType = val.type.getBasicType(); in specializeVertexShader() local
325 const DataType basicType = val.type.getBasicType(); in specializeVertexShader() local
379 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
399 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
447 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/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.cpp994 DataType basicType = TYPE_LAST; in parseValue() local
/external/mesa3d/src/mesa/main/
Duniform_query.cpp656 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform()
896 enum glsl_base_type basicType, unsigned src_components) in validate_uniform()
1036 enum glsl_base_type basicType, unsigned src_components) in _mesa_uniform()
1217 GLuint cols, GLuint rows, enum glsl_base_type basicType) in _mesa_uniform_matrix()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp331 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
372 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
406 glu::DataType basicType = type.getBasicType(); in computeRelaxedBlockBaseAlignment() local
490 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
904 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
1118 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc()
1147 glu::DataType basicType, in generateImmMatrixSrc()
1190 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc()
1346 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1445 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp80 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
DParseHelper.cpp2961 …ntext::voidErrorCheck(const TSourceLoc& loc, const TString& identifier, const TBasicType basicType) in voidErrorCheck()
3389 TBasicType basicType = publicType.basicType; in setDefaultPrecision() local
3481 bool TParseContext::containsFieldWithBasicType(const TType& type, TBasicType basicType) in containsFieldWithBasicType()
Dlocalintermediate.h133 TBasicType basicType; member
/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
1785 TBasicType basicType = type.getBasicType(); in fold() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp414 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
625 const DataType basicType = values[ndx].type.getBasicType(); in computeStd140Layout() local
648 const DataType basicType = values[ndx].type.getBasicType(); in computeStd430Layout() local
664 const DataType basicType = value.type.getBasicType(); in copyToLayout() local
1004 const DataType basicType = input.type.getBasicType(); in getVertexAttributeDescriptions() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp75 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType()
416 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
457 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
491 glu::DataType basicType = type.getBasicType(); in computeRelaxedBlockBaseAlignment() local
577 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
863 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
DvktUniformBlockCase.hpp117 glu::DataType basicType; member
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp642 const glu::DataType basicType = symbol.varType.getBasicType(); in FragmentOutExecutor() local
680 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
800 const glu::DataType basicType = symbol.varType.getBasicType(); in bindAttributes() local
1599 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
1741 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1769 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp811 bool HlslGrammar::acceptTemplateVecMatBasicType(TBasicType& basicType) in acceptTemplateVecMatBasicType()
854 TBasicType basicType; in acceptVectorTemplateType() local
906 TBasicType basicType; in acceptMatrixTemplateType() local
/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-deps/glslang/glslang/Include/
DTypes.h1302basicType(t), vectorSize(vs), matrixCols(mc), matrixRows(mr), vector1(isVector && vs == 1), in basicType() function
1335 basicType(EbtSampler), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), in basicType() function
2133 TBasicType basicType : 8; variable

12