Home
last modified time | relevance | path

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

12

/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.cpp377 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
Des31fProgramInterfaceDefinitionUtil.cpp818 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType) in containsSubType()
Des31fShaderIntegerFunctionTests.cpp81 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() local
Des31fSeparateShaderTests.cpp204 const DataType basicType = input.varType.getBasicType(); in printInputColor() local
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DType.java247 private final int basicType; field in Type
429 private Type(String descriptor, int basicType, int newAt) { in Type()
459 private Type(String descriptor, int basicType) { in Type()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp154 const DataType basicType = val.type.getBasicType(); in genVertexShader() local
254 const DataType basicType = val.type.getBasicType(); in genFragmentShader() local
300 const DataType basicType = val.type.getBasicType(); in specializeVertexShader() local
321 const DataType basicType = val.type.getBasicType(); in specializeVertexShader() local
375 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
395 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
443 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
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
DglsUniformBlockCase.cpp128 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()
DglsUniformBlockCase.hpp109 glu::DataType basicType; member
/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()
DgluShaderLibrary.cpp1021 DataType basicType = TYPE_LAST; in parseValue() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp292 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
333 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
397 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
756 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
894 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc()
922 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc()
1071 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1155 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
/external/mesa3d/src/mesa/main/
Duniform_query.cpp385 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform()
583 enum glsl_base_type basicType; in _mesa_uniform() local
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp411 const DataType basicType = val.type.getBasicType(); in specializeFragmentShader() local
622 const DataType basicType = values[ndx].type.getBasicType(); in computeStd140Layout() local
645 const DataType basicType = values[ndx].type.getBasicType(); in computeStd430Layout() local
661 const DataType basicType = value.type.getBasicType(); in copyToLayout() local
1017 const DataType basicType = input.type.getBasicType(); in getVertexAttributeDescriptions() local
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java525 int basicType = ref.getBasicType(); in dopFor() local
538 int basicType = ref.getBasicType(); in dopFor() local
551 int basicType = ref.getBasicType(); in dopFor() local
564 int basicType = ref.getBasicType(); in dopFor() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp71 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType()
366 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
420 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local
666 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
DvktUniformBlockCase.hpp104 glu::DataType basicType; member
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp541 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
654 const glu::DataType basicType = symbol.varType.getBasicType(); in bindAttributes() local
1636 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
1741 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1768 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
DvktShaderIntegerFunctionTests.cpp83 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp153 GlslBasicType basicType; member
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp175 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
225 …const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s… in generateRandomType() local
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp235 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
285 …const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s… in generateRandomType() local
Des3fFragmentOutputTests.cpp1055 …glu::DataType basicType = rnd.choose<glu::DataType>(&outputTypes[0], &outputTypes[0] + DE_LENGTH_… in createRandomCase() local

12