| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderIndexingTests.cpp | 189 …IndexingTestUniformSetup(const DataType varType, bool usesArray) : m_varType(varType), m_usesArray… in IndexingTestUniformSetup() 266 const std::string &fragShaderSource, const DataType varType, in ShaderIndexingCase() 281 … DataType 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/ |
| D | VarTypeTest.java | 31 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/ |
| D | es2fShaderIndexingTests.cpp | 193 … DataType 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/ |
| D | es3fShaderIndexingTests.cpp | 177 … DataType 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/ |
| D | es31fProgramInterfaceDefinition.cpp | 68 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()
|
| D | es31fComputeShaderBuiltinVarTests.cpp | 119 …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()
|
| D | es31fShaderUniformIntegerFunctionTests.cpp | 80 glu::VarType varType(glu::TYPE_INT, precision); in UniformIntegerFunctionCase() local
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcShaderIndexingTests.cpp | 172 … 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() 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/ |
| D | glsRandomShaderProgram.cpp | 34 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
|
| D | glsShaderExecUtil.hpp | 51 glu::VarType varType; //!< Symbol type. member
|
| /external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
| D | LocalVariablesSorter.java | 111 Type varType; in visitVarInsn() local 204 Type varType = OBJECT_TYPE; in visitFrame() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | fix_func_call_arguments.cpp | 73 uint32_t varType = context()->get_type_mgr()->FindPointerToType( in ReplaceAccessChainFuncCallArguments() local
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | fix_func_call_arguments.cpp | 73 uint32_t varType = context()->get_type_mgr()->FindPointerToType( in ReplaceAccessChainFuncCallArguments() local
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | fix_func_call_arguments.cpp | 73 uint32_t varType = context()->get_type_mgr()->FindPointerToType( in ReplaceAccessChainFuncCallArguments() local
|
| /external/angle/src/compiler/translator/tree_ops/ |
| D | SeparateDeclarations.cpp | 62 const TType &varType = var.getType(); in recordModifiedStructVariables() local
|
| /external/deqp/external/vulkancts/modules/vulkan/compute/ |
| D | vktComputeShaderBuiltinVarTests.cpp | 202 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/ |
| D | RetrySettingsComposerTest.java | 491 TypeNode varType = in createRetryableCodesDefinitionsVarExpr() local 511 TypeNode varType = in createRetryParamDefinitionsVarExpr() local
|
| /external/deqp/framework/opengl/ |
| D | gluVarType.hpp | 339 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/ |
| D | 7zProperties.cpp | 153 Z7_COM7F_IMF(CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) in Z7_COM7F_IMF()
|
| /external/javassist/src/main/javassist/compiler/ast/ |
| D | Declarator.java | 28 protected int varType; field in Declarator
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderExecutor.hpp | 44 glu::VarType varType; //!< Symbol type. member
|
| /external/lzma/CPP/7zip/UI/Agent/ |
| D | Agent.cpp | 1172 …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/ |
| D | TypeBindings.java | 292 Type varType = var.getBounds()[0]; in _resolveBindings() local
|
| /external/bazelbuild-rules_android/src/tools/ak/finalrjar/ |
| D | finalrjar.go | 149 varType string member
|
| /external/lzma/CPP/7zip/UI/FileManager/ |
| D | PanelItems.cpp | 53 static int GetColumnAlign(PROPID propID, VARTYPE varType) in GetColumnAlign() 139 VARTYPE varType; in InitColumns() local
|