Searched refs:gpc (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dwasm-linkage.cc159 Allocator(const Register* gp, int gpc, const DoubleRegister* fp, int fpc) argument
160 : gp_count(gpc),
/external/mesa3d/src/mesa/program/
H A Dprogram.c557 struct gl_geometry_program *gpc = gl_geometry_program(clone); local
558 gpc->VerticesOut = gp->VerticesOut;
559 gpc->InputType = gp->InputType;
560 gpc->OutputType = gp->OutputType;
/external/v8/test/cctest/compiler/
H A Dtest-run-native-calls.cc114 Allocator(int* gp, int gpc, int* fp, int fpc) argument
115 : gp_count(gpc),

Completed in 1418 milliseconds