Home
last modified time | relevance | path

Searched defs:basicType (Results 1 – 25 of 62) 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.cpp926 void TPublicType::initializeBasicType(TBasicType basicType) in initializeBasicType()
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp93 static std::string getBasicCaseDescription(DataType basicType, Precision precision, const tcu::UVec… in getBasicCaseDescription()
102 SharedBasicVarCase::SharedBasicVarCase(Context &context, const char *name, DataType basicType, Prec… in SharedBasicVarCase()
407 for (int basicType = TYPE_FLOAT; basicType <= TYPE_BOOL_VEC4; basicType++) in init() local
Des31fSSBOLayoutCase.cpp357 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
400 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
461 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
875 void getCompareDependencies(std::set<glu::DataType> &compareFuncs, glu::DataType basicType) in getCompareDependencies()
1015 void generateImmMatrixSrc(std::ostream &src, glu::DataType basicType, int matrixStride, bool isRowM… in generateImmMatrixSrc()
1045 void generateImmScalarVectorSrc(std::ostream &src, glu::DataType basicType, const void *valuePtr) in generateImmScalarVectorSrc()
1205 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1288 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktTypeComparisonUtil.cpp149 void getCompareDependencies(std::set<glu::DataType> &compareFuncs, glu::DataType basicType) in getCompareDependencies()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp159 const DataType basicType = val.type.getBasicType(); in genVertexShader() local
260 const DataType basicType = val.type.getBasicType(); in genFragmentShader() local
307 const DataType basicType = val.type.getBasicType(); in specializeVertexShader() local
328 const DataType basicType = val.type.getBasicType(); in specializeVertexShader() local
383 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
406 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
454 const DataType basicType = val.type.getBasicType(); in generateVertexSpecialization() local
DglsShaderExecUtil.cpp570 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
633 const glu::DataType basicType = symbol.varType.getBasicType(); in execute() local
1018 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
1070 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1099 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
DglsUniformBlockCase.cpp127 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType()
400 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
456 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local
763 void getCompareDependencies(std::set<glu::DataType> &compareFuncs, glu::DataType basicType) in getCompareDependencies()
/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp437 DataType basicType = curType.getBasicType(); in findNext() local
494 DataType basicType = curType->getBasicType(); in isValidTypePath() local
541 DataType basicType = curType->getBasicType(); in getVarType() local
DgluVarType.cpp40 VarType::VarType(DataType basicType, Precision precision) : m_type(VARTYPE_BASIC) in VarType()
/external/mesa3d/src/mesa/main/
Duniform_query.cpp729 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform()
1142 enum glsl_base_type basicType, unsigned src_components) in validate_uniform()
1287 enum glsl_base_type basicType, bool flush) in copy_uniforms_to_storage()
1433 enum glsl_base_type basicType, unsigned src_components) in _mesa_uniform()
1629 enum glsl_base_type basicType, bool flush) in copy_uniform_matrix_to_storage()
1842 GLuint cols, GLuint rows, enum glsl_base_type basicType) in _mesa_uniform_matrix()
/external/angle/src/compiler/translator/wgsl/
DUtils.cpp30 const TBasicType basicType = type.getBasicType(); in WriteWgslBareTypeName() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp333 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
376 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
412 glu::DataType basicType = type.getBasicType(); in computeRelaxedBlockBaseAlignment() local
496 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
1056 void generateImmMatrixSrc(std::ostream &src, glu::DataType basicType, int matrixStride, bool isRowM… in generateImmMatrixSrc()
1091 void generateImmMatrixSrc(std::ostream &src, glu::DataType basicType, int matrixStride, bool isRowM… in generateImmMatrixSrc()
1133 void generateImmScalarVectorSrc(std::ostream &src, glu::DataType basicType, const void *valuePtr) in generateImmScalarVectorSrc()
1317 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1425 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dattribute.cpp81 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp81 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp72 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType()
408 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
451 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
487 glu::DataType basicType = type.getBasicType(); in computeRelaxedBlockBaseAlignment() local
573 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
951 void getCompareDependencies(std::set<glu::DataType> &compareFuncs, glu::DataType basicType) in getCompareDependencies()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp418 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
638 const DataType basicType = values[ndx].type.getBasicType(); in computeStd140Layout() local
661 const DataType basicType = values[ndx].type.getBasicType(); in computeStd430Layout() local
678 const DataType basicType = value.type.getBasicType(); in copyToLayout() local
1016 const DataType basicType = input.type.getBasicType(); in getVertexAttributeDescriptions() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp203 GlslBasicType basicType; member
397 … const auto &basicType = s_glslTypeDescriptions[m_attributeInfos[attributeNdx].glslType].basicType; in VertexInputTest() local
943 … const auto &basicType = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].basicType; in getGlslAttributeConditions() local
1032 … const auto &basicType = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].basicType; in getGlslAttributeConditions() local
1067 …const auto &basicType = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].basicTy… in getGlslAttributeConditions() local
/external/angle/third_party/glslang/src/glslang/HLSL/
DhlslGrammar.cpp852 bool HlslGrammar::acceptTemplateVecMatBasicType(TBasicType& basicType, in acceptTemplateVecMatBasicType()
914 TBasicType basicType; in acceptVectorTemplateType() local
967 TBasicType basicType; in acceptMatrixTemplateType() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp852 bool HlslGrammar::acceptTemplateVecMatBasicType(TBasicType& basicType, in acceptTemplateVecMatBasicType()
914 TBasicType basicType; in acceptVectorTemplateType() local
967 TBasicType basicType; in acceptMatrixTemplateType() local
/external/angle/src/compiler/translator/msl/
DLayout.cpp74 const TBasicType basicType = type.getBasicType(); in ScalarLayoutOf() local
DSymbolEnv.cpp499 static TBasicType GetTextureBasicType(TBasicType basicType) in GetTextureBasicType()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp687 const glu::DataType basicType = symbol.varType.getBasicType(); in FragmentOutExecutor() local
721 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
882 const glu::DataType basicType = symbol.varType.getBasicType(); in bindAttributes() local
1731 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
1881 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1926 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
/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.hpp128 glu::DataType basicType; member

123