/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.cpp | 1055 static int getNumComponents (const ProgramInterfaceDefinition::Shader* shader, glu::Storage storage) in getNumComponents() function 1744 retVal.numInputComponents = getNumComponents(shader, glu::STORAGE_IN); in getShaderResourceUsage() 1748 retVal.numOutputComponents = getNumComponents(shader, glu::STORAGE_OUT); in getShaderResourceUsage() 1750 retVal.numPatchInputComponents = getNumComponents(shader, glu::STORAGE_PATCH_IN); in getShaderResourceUsage() 1751 retVal.numPatchOutputComponents = getNumComponents(shader, glu::STORAGE_PATCH_OUT); in getShaderResourceUsage() 1754 retVal.numCombinedUniformComponents = getNumComponents(shader, glu::STORAGE_UNIFORM); in getShaderResourceUsage() 1868 …case glu::SHADERTYPE_VERTEX: retVal.numCombinedVertexUniformComponents += getNumComponents(sh… in getCombinedProgramResourceUsage() 1869 …RTYPE_FRAGMENT: retVal.numCombinedFragmentUniformComponents += getNumComponents(shader, glu::… in getCombinedProgramResourceUsage() 1870 …RTYPE_GEOMETRY: retVal.numCombinedGeometryUniformComponents += getNumComponents(shader, glu::… in getCombinedProgramResourceUsage() 1871 …LLATION_CONTROL: retVal.numCombinedTessControlUniformComponents += getNumComponents(shader, glu::… in getCombinedProgramResourceUsage() [all …]
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.hpp | 53 …int getNumComponents (void) const { return m_input->getVariable()->getType().getNumElements(… in getNumComponents() function in deqp::gls::VertexArray
|
D | glsRandomShaderCase.cpp | 498 …glVertexAttribPointer(location, attribIter->getNumComponents(), GL_FLOAT, GL_FALSE, 0, &attribIter… in iterate()
|
/external/llvm-project/clang/include/clang/Tooling/Refactoring/ |
D | RecursiveSymbolVisitor.h | 73 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1897 if (channels.size() == 1 && getNumComponents(source) == 1) in createLvalueSwizzle() 1905 assert(getNumComponents(source) == (int)channels.size()); in createLvalueSwizzle() 1911 int numTargetComponents = getNumComponents(target); in createLvalueSwizzle() 1930 int direction = getNumComponents(right) - getNumComponents(left); in promoteScalar() 1933 … left = smearScalar(precision, left, makeVectorType(getTypeId(left), getNumComponents(right))); in promoteScalar() 1935 … right = smearScalar(precision, right, makeVectorType(getTypeId(right), getNumComponents(left))); in promoteScalar() 1943 assert(getNumComponents(scalar) == 1); in smearScalar() 2399 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor() 2548 for (int comp = 0; comp < getNumComponents(sources[arg]); ++comp) { in createMatrixConstructor() 2549 if (getNumComponents(sources[arg]) > 1) { in createMatrixConstructor()
|
D | SpvBuilder.h | 196 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); } in getNumComponents() function
|
D | GlslangToSpv.cpp | 3306 … builder.getNumComponents(trueValue))); in visitSelection() 5304 dRefComp = builder.getNumComponents(params.coords) - 1; in createImageTextureFunctionCall() 5445 int projSourceComp = builder.getNumComponents(params.coords) - 1; in createImageTextureFunctionCall() 7281 int numComponents = builder.getNumComponents(operands[0]); in CreateInvocationsVectorOperation() 7851 if (builder.getNumComponents(operands[0]) == 1) in createMiscOperation() 7855 builder.getNumComponents(operands[0])); in createMiscOperation() 8084 const int componentCount = builder.getNumComponents(operands[0]); in createMiscOperation()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 1897 if (channels.size() == 1 && getNumComponents(source) == 1) in createLvalueSwizzle() 1905 assert(getNumComponents(source) == (int)channels.size()); in createLvalueSwizzle() 1911 int numTargetComponents = getNumComponents(target); in createLvalueSwizzle() 1930 int direction = getNumComponents(right) - getNumComponents(left); in promoteScalar() 1933 … left = smearScalar(precision, left, makeVectorType(getTypeId(left), getNumComponents(right))); in promoteScalar() 1935 … right = smearScalar(precision, right, makeVectorType(getTypeId(right), getNumComponents(left))); in promoteScalar() 1943 assert(getNumComponents(scalar) == 1); in smearScalar() 2399 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor() 2548 for (int comp = 0; comp < getNumComponents(sources[arg]); ++comp) { in createMatrixConstructor() 2549 if (getNumComponents(sources[arg]) > 1) { in createMatrixConstructor()
|
D | SpvBuilder.h | 196 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); } in getNumComponents() function
|
D | GlslangToSpv.cpp | 3541 … builder.getNumComponents(trueValue))); in visitSelection() 5640 dRefComp = builder.getNumComponents(params.coords) - 1; in createImageTextureFunctionCall() 5781 int projSourceComp = builder.getNumComponents(params.coords) - 1; in createImageTextureFunctionCall() 7643 int numComponents = builder.getNumComponents(operands[0]); in CreateInvocationsVectorOperation() 8213 if (builder.getNumComponents(operands[0]) == 1) in createMiscOperation() 8217 builder.getNumComponents(operands[0])); in createMiscOperation() 8446 const int componentCount = builder.getNumComponents(operands[0]); in createMiscOperation()
|
/external/clang/test/FixIt/ |
D | fixit.cpp | 52 bool getNumComponents() const; // expected-note{{declared here}}
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit.cpp | 64 bool getNumComponents() const; // expected-note{{declared here}}
|
/external/llvm-project/clang/lib/Index/ |
D | IndexBody.cpp | 450 for (unsigned I = 0, E = S->getNumComponents(); I != E; ++I) { in VisitOffsetOfExpr()
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 792 unsigned n = S->getNumComponents(); in VisitOffsetOfExpr()
|
D | StmtPrinter.cpp | 1427 for (unsigned i = 0, n = Node->getNumComponents(); i < n; ++i) { in VisitOffsetOfExpr()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 737 Record.push_back(E->getNumComponents()); in VisitOffsetOfExpr() 742 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
|
D | ASTReaderStmt.cpp | 721 assert(E->getNumComponents() == Record.peekInt()); in VisitOffsetOfExpr() 728 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 493 Record.push_back(E->getNumComponents()); in VisitOffsetOfExpr() 498 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
|
D | ASTReaderStmt.cpp | 557 assert(E->getNumComponents() == Record[Idx]); in VisitOffsetOfExpr() 564 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) { in VisitOffsetOfExpr()
|
/external/llvm-project/clang/lib/AST/ |
D | StmtProfile.cpp | 1187 unsigned n = S->getNumComponents(); in VisitOffsetOfExpr()
|
D | StmtPrinter.cpp | 1259 for (unsigned i = 0, n = Node->getNumComponents(); i < n; ++i) { in VisitOffsetOfExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1933 unsigned getNumComponents() const { in getNumComponents() function
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1909 unsigned n = E->getNumComponents(); in VisitOffsetOfExpr()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 2433 unsigned getNumComponents() const { in getNumComponents() function
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2735 unsigned n = E->getNumComponents(); in VisitOffsetOfExpr()
|