/external/deqp/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 92 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
|
D | es31fSSBOLayoutCase.cpp | 377 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/ |
D | glsShaderLibraryCase.cpp | 158 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
|
D | glsShaderExecUtil.cpp | 547 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
|
D | glsUniformBlockCase.cpp | 128 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()
|
D | glsUniformBlockCase.hpp | 109 glu::DataType basicType; member
|
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 294 DataType basicType = curType.getBasicType(); in findNext() local 349 DataType basicType = curType->getBasicType(); in isValidTypePath() local 396 DataType basicType = curType->getBasicType(); in getVarType() local
|
D | gluVarType.cpp | 42 VarType::VarType (DataType basicType, Precision precision) in VarType()
|
D | gluShaderLibrary.cpp | 994 DataType basicType = TYPE_LAST; in parseValue() local
|
/external/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 656 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/ |
D | vktSSBOLayoutCase.cpp | 331 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/ |
D | attribute.cpp | 80 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
|
D | ParseHelper.cpp | 2961 …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()
|
D | localintermediate.h | 133 TBasicType basicType; member
|
/external/swiftshader/src/OpenGL/compiler/ |
D | SymbolTable.h | 239 TBasicType basicType = type->getBasicType(); in IsGenType() local 250 TBasicType basicType = type->getBasicType(); in IsVecType() local
|
D | parseConst.cpp | 168 TBasicType basicType = type.getBasicType(); in visitConstantUnion() local
|
D | Intermediate.cpp | 1014 TBasicType basicType = left->getBasicType(); in promote() local 1785 TBasicType basicType = type.getBasicType(); in fold() local
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 414 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/ |
D | vktUniformBlockCase.cpp | 75 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()
|
D | vktUniformBlockCase.hpp | 117 glu::DataType basicType; member
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 642 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/ |
D | hlslGrammar.cpp | 811 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/ |
D | glcUniformBlockCase.hpp | 127 glu::DataType basicType; member
|
D | glcUniformBlockCase.cpp | 118 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/ |
D | Types.h | 1302 … basicType(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
|