HomeSort by relevance Sort by last modified time
    Searched full:variter (Results 1 - 18 of 18) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 614 for (BufferBlock::const_iterator varIter = block.begin(); varIter != block.end(); varIter++)
616 const BufferVar& bufVar = *varIter;
873 for (BufferBlock::const_iterator varIter = block.begin(); varIter != block.end(); varIter++)
876 generateDeclaration(src, *varIter, 1 /* indent level */);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 699 for (BufferBlock::const_iterator varIter = block.begin(); varIter != block.end(); varIter++)
701 const BufferVar& bufVar = *varIter;
958 for (BufferBlock::const_iterator varIter = block.begin(); varIter != block.end(); varIter++)
961 generateDeclaration(src, *varIter, 1 /* indent level */);
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 178 /// VarIter is guaranteed to be greater then 0 for every valid iterator.
179 /// Invalid iterator (with null Scope) has VarIter equal to 0.
180 unsigned VarIter;
187 : Scope(nullptr), VarIter(0) {}
192 : Scope(&S), VarIter(I) {
195 if (VarIter == 0 && Scope)
201 assert (VarIter != 0 && "Iterator has invalid value of VarIter member");
202 return &Scope->Vars[VarIter - 1];
212 assert (VarIter != 0 && "Iterator has invalid value of VarIter member")
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 902 vector<Varying>::const_iterator varIter = std::find_if(spec.getVaryings().begin(), spec.getVaryings().end(), VaryingNameEquals(varName));
907 DE_ASSERT(varIter != spec.getVaryings().end());
909 if (varIter->type.isArrayType())
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 428 $$ = variter($1, $2, nil);
432 $$ = variter($1, $2, $4);
436 $$ = variter($1, nil, $3);
    [all...]
y.go     [all...]
dcl.go 256 func variter(vl *NodeList, t *Node, el *NodeList) *NodeList { func
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.y 425 $$ = variter($1, $2, nil);
429 $$ = variter($1, $2, $4);
433 $$ = variter($1, nil, $3);
    [all...]
y.go     [all...]
dcl.go 253 func variter(vl *NodeList, t *Node, el *NodeList) *NodeList { func
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 428 $$ = variter($1, $2, nil);
432 $$ = variter($1, $2, $4);
436 $$ = variter($1, nil, $3);
    [all...]
y.go     [all...]
dcl.go 256 func variter(vl *NodeList, t *Node, el *NodeList) *NodeList { func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.y 425 $$ = variter($1, $2, nil);
429 $$ = variter($1, $2, $4);
433 $$ = variter($1, nil, $3);
    [all...]
y.go     [all...]
dcl.go 253 func variter(vl *NodeList, t *Node, el *NodeList) *NodeList { func
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]

Completed in 1291 milliseconds