Home
last modified time | relevance | path

Searched defs:varType (Results 1 – 25 of 29) sorted by relevance

12

/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/
DVarTypeTest.java30 VarType varType = ast.findFirst(VarType.class).get(); in resolveAPrimitive() local
40 VarType varType = ast.findFirst(VarType.class).get(); in resolveAReferenceType() local
50 VarType varType = ast.findFirst(VarType.class).get(); in failResolveNoInitializer() local
58 VarType varType = ast.findFirst(VarType.class).get(); in failResolveWrongLocation() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp152 IndexingTestUniformSetup (const DataType varType, bool usesArray) in IndexingTestUniformSetup()
240 const DataType varType, in ShaderIndexingCase()
257 DataType varType, in createVaryingArrayCase()
388 DataType varType, in createUniformArrayCase()
504 DataType varType, in createTmpArrayCase()
675 DataType varType, in createVectorSubscriptCase()
880 DataType varType, in createMatrixSubscriptCase()
1080 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1104 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1130 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp161 …text, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEvalFu… in ShaderIndexingCase()
251 …e (Context& context, const char* caseName, const char* description, DataType varType, IndexAccessT… in createVaryingArrayCase()
374 …, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessT… in createUniformArrayCase()
484 …, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessT… in createTmpArrayCase()
648 …, const char* caseName, const char* description, bool isVertexCase, DataType varType, VectorAccess… in createVectorSubscriptCase()
834 …, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessT… in createMatrixSubscriptCase()
1024 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1046 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1070 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1106 DataType varType = s_vectorTypes[typeNdx]; in init() local
[all …]
Des2fUniformApiTests.cpp1001 …rmsDst, vector<BasicUniformReportRef>& basicUniformReportsDst, const glu::VarType& varType, const … in generateBasicUniforms() argument
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp152 …text, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEvalFu… in ShaderIndexingCase()
222 …e (Context& context, const char* caseName, const char* description, DataType varType, IndexAccessT… in createVaryingArrayCase()
337 …, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessT… in createUniformArrayCase()
443 …, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessT… in createTmpArrayCase()
603 …, const char* caseName, const char* description, bool isVertexCase, DataType varType, VectorAccess… in createVectorSubscriptCase()
803 …, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessT… in createMatrixSubscriptCase()
990 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1012 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1036 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1072 DataType varType = s_vectorTypes[typeNdx]; in init() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp59 static bool containsMatchingSubtype (const glu::VarType& varType, bool (*predicate)(glu::DataType)) in containsMatchingSubtype()
115 static bool isIllegalVertexInput (const glu::VarType& varType) in isIllegalVertexInput()
125 static bool isIllegalVertexOutput (const glu::VarType& varType, bool insideAStruct = false, bool in… in isIllegalVertexOutput()
166 static bool isIllegalFragmentInput (const glu::VarType& varType) in isIllegalFragmentInput()
171 static bool isIllegalFragmentOutput (const glu::VarType& varType, bool insideAnArray = false) in isIllegalFragmentOutput()
198 static bool isTypeIntegerOrContainsIntegers (const glu::VarType& varType) in isTypeIntegerOrContainsIntegers()
Des31fComputeShaderBuiltinVarTests.cpp112 …::ComputeBuiltinVarCase (Context& context, const char* name, const char* varName, DataType varType) in ComputeBuiltinVarCase()
136 static string genBuiltinVarSource (const string& varName, DataType varType, const UVec3& localSize) in genBuiltinVarSource()
Des31fShaderUniformIntegerFunctionTests.cpp78 glu::VarType varType(glu::TYPE_INT, precision); in UniformIntegerFunctionCase() local
Des31fProgramInterfaceDefinitionUtil.cpp395 const glu::VarType& varType) in writeVariableReadAccumulateExpression()
564 const glu::VarType& varType) in writeVariableWriteExpression()
Des31fSeparateShaderTests.cpp349 const VarType varType (type, PRECISION_HIGHP); in genVaryingInterface() local
399 const VarType varType (TYPE_FLOAT, PRECISION_HIGHP); in printFloatDeclaration() local
Des31fProgramUniformTests.cpp990 …rmsDst, vector<BasicUniformReportRef>& basicUniformReportsDst, const glu::VarType& varType, const … in generateBasicUniforms() argument
Des31fProgramInterfaceQueryTestCase.cpp1600 glu::DataType varType = glu::TYPE_INVALID; in validateBuiltinVariable() local
/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp172 DataType varType, ShaderEvalFunc evalFunc, const char* vertShaderSource, in ShaderIndexingCase()
245 glu::GLSLVersion glslVersion, DataType varType, in createVaryingArrayCase()
366 glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, in createUniformArrayCase()
478 glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, in createTmpArrayCase()
656 glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, in createVectorSubscriptCase()
919 glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, in createMatrixSubscriptCase()
1116 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1145 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1171 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1209 DataType varType = s_vectorTypes[typeNdx]; in init() local
[all …]
/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp34 static rr::GenericVecType mapToGenericVecType (const rsg::VariableType& varType) in mapToGenericVecType()
47 static glu::DataType mapToBasicType (const rsg::VariableType& varType) in mapToBasicType()
225 const rsg::VariableType& varType = var->getType(); in shadeVertices() local
263 const rsg::VariableType& varType = var->getType(); in shadeFragments() local
DglsShaderExecUtil.hpp51 glu::VarType varType; //!< Symbol type. member
DglsShaderExecUtil.cpp968 void BufferIoExecutor::copyToBuffer (const glu::VarType& varType, const VarLayout& layout, int numV… in copyToBuffer()
995 void BufferIoExecutor::copyFromBuffer (const glu::VarType& varType, const VarLayout& layout, int nu… in copyFromBuffer()
1042 const glu::VarType& varType = m_inputs[inputNdx].varType; in uploadInputBuffer() local
1077 const glu::VarType& varType = m_outputs[outputNdx].varType; in readOutputBuffer() local
DglsFragOpInteractionCase.cpp540 const rsg::VariableType& varType = shaderIn->getVariable()->getType(); in iterate() local
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp149 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp44 glu::VarType varType; //!< Symbol type. member
DvktShaderExecutor.cpp1737 void BufferIoExecutor::copyToBuffer (const glu::VarType& varType, const VarLayout& layout, int numV… in copyToBuffer()
1765 void BufferIoExecutor::copyFromBuffer (const glu::VarType& varType, const VarLayout& layout, int nu… in copyFromBuffer()
1807 const glu::VarType& varType = m_shaderSpec.inputs[inputNdx].varType; in uploadInputBuffer() local
1828 const glu::VarType& varType = m_shaderSpec.outputs[outputNdx].varType; in readOutputBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp175 …u::TestContext& context, const string& name, const char* varName, glu::DataType varType, bool read… in ComputeBuiltinVarCase()
200 string ComputeBuiltinVarCase::genBuiltinVarSource (const string& varName, glu::DataType varType, co… in genBuiltinVarSource()
397 const glu::DataType varType, in ComputeBuiltinVarInstance()
/external/deqp/framework/opengl/
DgluVarType.hpp266 VarType varType; member
314 VarType varType; member
329 inline decl::DeclareVariable declare (const VarType& varType, const std::string& name, int inden… in declare()
/external/aac/libSACenc/src/
Dsacenc_framewindowing.cpp326 const VAR_TYPE varType = VAR_HOLD; in fdk_sacenc_frameWindow_GetWindow() local
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp293 static bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destPr… in ConvertProperty()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp594 QualType varType = varDecl->getType(); in ProcessAutomaticObjDtor() local
689 QualType varType = D.getBindTemporaryExpr()->getSubExpr()->getType(); in ProcessTemporaryDtor() local

12