Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp189 …IndexingTestUniformSetup(const DataType varType, bool usesArray) : m_varType(varType), m_usesArray… in IndexingTestUniformSetup()
266 const std::string &fragShaderSource, const DataType varType, in ShaderIndexingCase()
281DataType varType, IndexAccessType vertAccess, in createVaryingArrayCase()
409 bool isVertexCase, DataType varType, in createUniformArrayCase()
523 bool isVertexCase, DataType varType, in createTmpArrayCase()
734 … bool isVertexCase, DataType varType, in createVectorSubscriptCase()
998 … bool isVertexCase, DataType varType, in createMatrixSubscriptCase()
1204 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1229 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1255 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/
DVarTypeTest.java31 VarType varType = ast.findFirst(VarType.class).get(); in resolveAPrimitive() local
41 VarType varType = ast.findFirst(VarType.class).get(); in resolveAReferenceType() local
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp193DataType varType, ShaderEvalFunc evalFunc, uint32_t requirements, in ShaderIndexingCase()
287 DataType varType, IndexAccessType vertAccess, in createVaryingArrayCase()
413 … bool isVertexCase, DataType varType, IndexAccessType readAccess) in createUniformArrayCase()
526 … bool isVertexCase, DataType varType, IndexAccessType writeAccess, in createTmpArrayCase()
741 … bool isVertexCase, DataType varType, VectorAccessType writeAccess, in createVectorSubscriptCase()
965 … bool isVertexCase, DataType varType, IndexAccessType writeAccess, in createMatrixSubscriptCase()
1162 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1188 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1214 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1249 DataType varType = s_vectorTypes[typeNdx]; in init() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp177DataType varType, ShaderEvalFunc evalFunc, const char *vertShaderSource, in ShaderIndexingCase()
250 DataType varType, IndexAccessType vertAccess, in createVaryingArrayCase()
368 … bool isVertexCase, DataType varType, IndexAccessType readAccess) in createUniformArrayCase()
476 … bool isVertexCase, DataType varType, IndexAccessType writeAccess, in createTmpArrayCase()
651 … bool isVertexCase, DataType varType, VectorAccessType writeAccess, in createVectorSubscriptCase()
914 … bool isVertexCase, DataType varType, IndexAccessType writeAccess, in createMatrixSubscriptCase()
1107 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1133 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1159 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1194 DataType varType = s_vectorTypes[typeNdx]; in init() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp68 static bool containsMatchingSubtype(const glu::VarType &varType, bool (*predicate)(glu::DataType)) in containsMatchingSubtype()
122 static bool isIllegalVertexInput(const glu::VarType &varType) in isIllegalVertexInput()
132 static bool isIllegalVertexOutput(const glu::VarType &varType, bool insideAStruct = false, bool ins… in isIllegalVertexOutput()
175 static bool isIllegalFragmentInput(const glu::VarType &varType) in isIllegalFragmentInput()
180 static bool isIllegalFragmentOutput(const glu::VarType &varType, bool insideAnArray = false) in isIllegalFragmentOutput()
210 static bool isTypeIntegerOrContainsIntegers(const glu::VarType &varType) in isTypeIntegerOrContainsIntegers()
Des31fComputeShaderBuiltinVarTests.cpp119 …e::ComputeBuiltinVarCase(Context &context, const char *name, const char *varName, DataType varType) in ComputeBuiltinVarCase()
143 static string genBuiltinVarSource(const string &varName, DataType varType, const UVec3 &localSize) in genBuiltinVarSource()
Des31fShaderUniformIntegerFunctionTests.cpp80 glu::VarType varType(glu::TYPE_INT, precision); in UniformIntegerFunctionCase() local
/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp172DataType 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()
701 … glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, in createVectorSubscriptCase()
964 … glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, in createMatrixSubscriptCase()
1162 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1191 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1217 DataType varType = s_floatAndVecTypes[typeNdx]; in init() local
1257 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()
245 const rsg::VariableType &varType = var->getType(); in shadeVertices() local
288 const rsg::VariableType &varType = var->getType(); in shadeFragments() local
DglsShaderExecUtil.hpp51 glu::VarType varType; //!< Symbol type. member
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DLocalVariablesSorter.java111 Type varType; in visitVarInsn() local
204 Type varType = OBJECT_TYPE; in visitFrame() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_func_call_arguments.cpp73 uint32_t varType = context()->get_type_mgr()->FindPointerToType( in ReplaceAccessChainFuncCallArguments() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfix_func_call_arguments.cpp73 uint32_t varType = context()->get_type_mgr()->FindPointerToType( in ReplaceAccessChainFuncCallArguments() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dfix_func_call_arguments.cpp73 uint32_t varType = context()->get_type_mgr()->FindPointerToType( in ReplaceAccessChainFuncCallArguments() local
/external/angle/src/compiler/translator/tree_ops/
DSeparateDeclarations.cpp62 const TType &varType = var.getType(); in recordModifiedStructVariables() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp202 glu::DataType varType, bool readByComponent, in ComputeBuiltinVarCase()
230 string ComputeBuiltinVarCase::genBuiltinVarSource(const string &varName, glu::DataType varType, con… in genBuiltinVarSource()
452 Context &context, const vector<SubCase> &subCases, const glu::DataType varType, in ComputeBuiltinVarInstance()
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/common/
DRetrySettingsComposerTest.java491 TypeNode varType = in createRetryableCodesDefinitionsVarExpr() local
511 TypeNode varType = in createRetryParamDefinitionsVarExpr() local
/external/deqp/framework/opengl/
DgluVarType.hpp339 VarType varType; member
402 VarType varType; member
426 inline decl::DeclareVariable declare(const VarType &varType, const std::string &name, int indentLev… in declare()
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp153 Z7_COM7F_IMF(CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) in Z7_COM7F_IMF()
/external/javassist/src/main/javassist/compiler/ast/
DDeclarator.java28 protected int varType; field in Declarator
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp44 glu::VarType varType; //!< Symbol type. member
/external/lzma/CPP/7zip/UI/Agent/
DAgent.cpp1172 …OM7F_IMF(CAgentFolder::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) in Z7_COM7F_IMF()
1756 VARTYPE varType; in ReadItems() local
1846 BSTR *name, PROPID *propID, VARTYPE *varType)) in Z7_COM7F_IMF()
1947 …F(CAgent::GetArcPropInfo(UInt32 level, UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) in Z7_COM7F_IMF()
1963 …(CAgent::GetArcPropInfo2(UInt32 level, UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) in Z7_COM7F_IMF()
/external/jackson-databind/attic/
DTypeBindings.java292 Type varType = var.getBounds()[0]; in _resolveBindings() local
/external/bazelbuild-rules_android/src/tools/ak/finalrjar/
Dfinalrjar.go149 varType string member
/external/lzma/CPP/7zip/UI/FileManager/
DPanelItems.cpp53 static int GetColumnAlign(PROPID propID, VARTYPE varType) in GetColumnAlign()
139 VARTYPE varType; in InitColumns() local

12