/external/angle/src/compiler/translator/ |
D | StaticType.h | 41 constexpr StaticMangledName BuildStaticMangledName(TBasicType basicType, in BuildStaticMangledName() 65 constexpr StaticArrayMangledName BuildStaticArrayMangledName(TBasicType basicType, in BuildStaticArrayMangledName()
|
D | Types.cpp | 926 void TPublicType::initializeBasicType(TBasicType basicType) in initializeBasicType()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 93 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
|
D | es31fSSBOLayoutCase.cpp | 357 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/ |
D | vktTypeComparisonUtil.cpp | 149 void getCompareDependencies(std::set<glu::DataType> &compareFuncs, glu::DataType basicType) in getCompareDependencies()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 159 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
|
D | glsShaderExecUtil.cpp | 570 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
|
D | glsUniformBlockCase.cpp | 127 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/ |
D | gluVarTypeUtil.hpp | 437 DataType basicType = curType.getBasicType(); in findNext() local 494 DataType basicType = curType->getBasicType(); in isValidTypePath() local 541 DataType basicType = curType->getBasicType(); in getVarType() local
|
D | gluVarType.cpp | 40 VarType::VarType(DataType basicType, Precision precision) : m_type(VARTYPE_BASIC) in VarType()
|
/external/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 729 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/ |
D | Utils.cpp | 30 const TBasicType basicType = type.getBasicType(); in WriteWgslBareTypeName() local
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 333 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/ |
D | attribute.cpp | 81 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 81 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 72 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/ |
D | vktShaderLibrary.cpp | 418 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/ |
D | vktPipelineVertexInputTests.cpp | 203 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/ |
D | hlslGrammar.cpp | 852 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/ |
D | hlslGrammar.cpp | 852 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/ |
D | Layout.cpp | 74 const TBasicType basicType = type.getBasicType(); in ScalarLayoutOf() local
|
D | SymbolEnv.cpp | 499 static TBasicType GetTextureBasicType(TBasicType basicType) in GetTextureBasicType()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 687 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/ |
D | vktMemoryModelSharedLayoutCase.cpp | 219 const glu::DataType basicType = curType.getBasicType(); in generateSharedMemoryWrites() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.hpp | 128 glu::DataType basicType; member
|