Home
last modified time | relevance | path

Searched defs:basicType (Results 1 – 25 of 60) 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.cpp932 void TPublicType::initializeBasicType(TBasicType basicType) in initializeBasicType()
/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/external/vulkancts/modules/vulkan/util/
DvktTypeComparisonUtil.cpp134 void getCompareDependencies (std::set<glu::DataType> &compareFuncs, glu::DataType basicType) in getCompareDependencies()
/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()
DglsUniformBlockCase.hpp109 glu::DataType basicType; member
/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.hpp300 DataType basicType = curType.getBasicType(); in findNext() local
355 DataType basicType = curType->getBasicType(); in isValidTypePath() local
402 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.cpp328 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
369 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
403 glu::DataType basicType = type.getBasicType(); in computeRelaxedBlockBaseAlignment() local
487 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
1013 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc()
1047 glu::DataType basicType, in generateImmMatrixSrc()
1090 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc()
1248 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1348 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
/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/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dattribute.cpp83 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp83 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
/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/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp851 bool HlslGrammar::acceptTemplateVecMatBasicType(TBasicType& basicType, in acceptTemplateVecMatBasicType()
913 TBasicType basicType; in acceptVectorTemplateType() local
966 TBasicType basicType; in acceptMatrixTemplateType() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp851 bool HlslGrammar::acceptTemplateVecMatBasicType(TBasicType& basicType, in acceptTemplateVecMatBasicType()
913 TBasicType basicType; in acceptVectorTemplateType() local
966 TBasicType basicType; in acceptMatrixTemplateType() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp644 const glu::DataType basicType = symbol.varType.getBasicType(); in FragmentOutExecutor() local
682 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
813 const glu::DataType basicType = symbol.varType.getBasicType(); in bindAttributes() local
1637 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
1779 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1820 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
/external/angle/src/compiler/translator/msl/
DLayout.cpp74 const TBasicType basicType = type.getBasicType(); in ScalarLayoutOf() local
DSymbolEnv.cpp498 static TBasicType GetTextureBasicType(TBasicType basicType) in GetTextureBasicType()
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.cpp219 const glu::DataType basicType = curType.getBasicType(); in generateSharedMemoryWrites() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp127 glu::DataType basicType; member
DglcUniformBlockCase.cpp119 VarType::VarType(glu::DataType basicType, deUint32 flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType()
386 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
442 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local

123