Home
last modified time | relevance | path

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

123

/external/angle/src/compiler/translator/
DStaticType.h41 constexpr StaticMangledName BuildStaticMangledName(TBasicType basicType, in BuildStaticMangledName()
65 constexpr StaticArrayMangledName BuildStaticArrayMangledName(TBasicType basicType, in BuildStaticArrayMangledName()
DTypes.cpp919 void TPublicType::initializeBasicType(TBasicType basicType) in initializeBasicType()
DIntermNode.cpp52 TBasicType basicType, in UndefinedConstantFoldingError()
819 TBasicType basicType = getBasicType(); in getConstantValue() local
1729 TBasicType basicType = mLeft->getBasicType(); in promote() local
3208 TBasicType basicType = EbtVoid; in FoldAggregateBuiltIn() local
/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.cpp372 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
413 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
477 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
836 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
974 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc()
1002 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc()
1151 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1235 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
922 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
973 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1000 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
DglsUniformBlockCase.cpp129 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType()
415 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
469 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local
720 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
/external/mesa3d/src/mesa/main/
Duniform_query.cpp662 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform()
904 enum glsl_base_type basicType, unsigned src_components) in validate_uniform()
1044 enum glsl_base_type basicType) in copy_uniforms_to_storage()
1083 enum glsl_base_type basicType, unsigned src_components) in _mesa_uniform()
1256 enum glsl_base_type basicType) in copy_uniform_matrix_to_storage()
1306 GLuint cols, GLuint rows, 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()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp326 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
367 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
401 glu::DataType basicType = type.getBasicType(); in computeRelaxedBlockBaseAlignment() local
485 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
899 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
1132 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc()
1166 glu::DataType basicType, in generateImmMatrixSrc()
1209 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc()
1367 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1467 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.cpp1012 TBasicType basicType = left->getBasicType(); in promote() local
1783 TBasicType basicType = type.getBasicType(); in fold() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp83 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dattribute.cpp83 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp76 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType()
411 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
452 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
486 glu::DataType basicType = type.getBasicType(); in computeRelaxedBlockBaseAlignment() local
572 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
858 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
/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/shaderexecutor/
DvktShaderExecutor.cpp643 const glu::DataType basicType = symbol.varType.getBasicType(); in FragmentOutExecutor() local
681 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
801 const glu::DataType basicType = symbol.varType.getBasicType(); in bindAttributes() local
1625 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
1767 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1808 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DLayout.cpp74 const TBasicType basicType = type.getBasicType(); in ScalarLayoutOf() local
DSymbolEnv.cpp499 static TBasicType GetTextureBasicType(TBasicType basicType) in GetTextureBasicType()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp824 bool HlslGrammar::acceptTemplateVecMatBasicType(TBasicType& basicType) in acceptTemplateVecMatBasicType()
867 TBasicType basicType; in acceptVectorTemplateType() local
919 TBasicType basicType; in acceptMatrixTemplateType() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp826 bool HlslGrammar::acceptTemplateVecMatBasicType(TBasicType& basicType) in acceptTemplateVecMatBasicType()
869 TBasicType basicType; in acceptVectorTemplateType() local
921 TBasicType basicType; in acceptMatrixTemplateType() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp127 glu::DataType basicType; member

123