HomeSort by relevance Sort by last modified time
    Searched defs:gp (Results 26 - 50 of 184) sorted by null

12 3 4 5 6 7 8

  /external/skia/src/gpu/ops/
GrRegionOp.cpp 100 sk_sp<GrGeometryProcessor> gp = make_gp(fViewMatrix); variable
101 if (!gp) {
105 SkASSERT(gp->getVertexStride() == sizeof(GrDefaultGeoProcFactory::PositionColorAttr));
116 size_t vertexStride = gp->getVertexStride();
133 helper.recordDraw(target, gp.get(), fHelper.makePipeline(target));
GrDrawVerticesOp.cpp 144 sk_sp<GrGeometryProcessor> gp = this->makeGP(&hasColorAttribute, &hasLocalCoordsAttribute); local
145 size_t vertexStride = gp->getVertexStride();
249 target->draw(gp.get(), fHelper.makePipeline(target), mesh);
GrNonAAFillRectOp.cpp 168 sk_sp<GrGeometryProcessor> gp = make_gp(); variable
169 if (!gp) {
173 SkASSERT(gp->getVertexStride() ==
176 size_t vertexStride = gp->getVertexStride();
194 helper.recordDraw(target, gp.get(), fHelper.makePipeline(target));
286 sk_sp<GrGeometryProcessor> gp = make_perspective_gp( variable
288 if (!gp) {
293 ? gp->getVertexStride() ==
295 : gp->getVertexStride() ==
298 size_t vertexStride = gp->getVertexStride()
    [all...]
  /external/skia/tests/
ColorSpaceXformTest.cpp 271 constexpr int gp = 4; // # grid points local
273 constexpr int numEntries = gp*gp*gp*3;
274 const uint8_t gridPoints[3] = {gp, gp, gp};
279 for (int r = 0; r < gp; ++r) {
280 for (int g = 0; g < gp; ++g) {
281 for (int b = 0; b < gp; ++b)
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinWorkerThread.java 254 long gp = u.objectFieldOffset local
259 ThreadGroup parent = (ThreadGroup)u.getObject(group, gp);
  /prebuilts/go/darwin-x86/test/
escape5.go 52 var gp *int var
55 gp = p
74 gp = p
80 gp = p
81 gp = q
92 gp = px1
  /prebuilts/go/linux-x86/test/
escape5.go 52 var gp *int var
55 gp = p
74 gp = p
80 gp = p
81 gp = q
92 gp = px1
  /bionic/libc/arch-mips/include/machine/
regdef.h 94 #define gp $28 /* global pointer */ macro
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regdef.h 87 #define gp $28 /* global pointer */ macro
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regdef.h 94 #define gp $28 /* global pointer */ macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 60 #define gp $28 macro
110 #define gp $28 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 87 #define gp $28 /* global pointer */ macro
  /external/clang/test/CodeGen/
object-size.c 13 char *gp; variable
42 // CHECK: = load i8*, i8** @gp
44 strcpy(gp, "Hi there");
92 strcpy(gp = gbuf, "Hi there");
99 strcpy(++gp, "Hi there");
106 strcpy(gp++, "Hi there");
113 strcpy(--gp, "Hi there");
120 strcpy(gp--, "Hi there");
127 strcpy(gp += 1, "Hi there");
133 gi = __builtin_object_size(gp++, 0)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 82 GlobalProc *gp = global_proc(); local
100 gp->mtx.Lock();
101 ProcWire(gp->proc, thr);
105 GlobalProc *gp = global_proc(); local
107 if (thr->proc() != gp->proc)
109 ProcUnwire(gp->proc, thr);
110 gp->mtx.Unlock();
  /external/jemalloc/include/jemalloc/internal/
bitmap.h 169 bitmap_t *gp; local
175 gp = &bitmap[goff];
176 g = *gp;
179 *gp = g;
188 gp = &bitmap[binfo->levels[i].group_offset + goff];
189 g = *gp;
192 *gp = g;
236 bitmap_t *gp; local
243 gp = &bitmap[goff];
244 g = *gp;
    [all...]
  /external/libunwind/src/ia64/
Gtables.c 146 unw_word_t gp = di->gp; local
222 return off + gp;
298 pi->gp = di->gp;
360 /* read the personality routine address (address is gp-relative): */
363 Debug (4, "handler ptr @ offset=%lx, gp=%lx\n", handler_offset, di->gp);
364 if ((read_mem (as, handler_offset + di->gp, &pi->handler, arg)) < 0)
368 pi->gp = di->gp
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_shader_state.c 257 struct nv50_program *gp = nv50->gmtyprog; local
259 if (gp) {
260 if (!nv50_program_validate(nv50, gp))
263 PUSH_DATA (push, gp->max_gpr);
265 PUSH_DATA (push, gp->max_out);
267 PUSH_DATA (push, gp->gp.prim_type);
269 PUSH_DATA (push, gp->gp.vert_count);
271 PUSH_DATA (push, gp->code_base)
630 struct nv50_program *gp = nv50->gmtyprog; local
    [all...]
  /external/mesa3d/src/gallium/winsys/intel/drm/
intel_drm_winsys.c 73 struct drm_i915_getparam gp; local
78 memset(&gp, 0, sizeof(gp));
79 gp.param = param;
80 gp.value = value;
82 err = drmCommandWriteRead(winsys->fd, DRM_I915_GETPARAM, &gp, sizeof(gp));
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 177 struct st_geometry_program *gp = st->gp; local
180 if (gp) {
181 params = gp->Base.Parameters;
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
ffi.c 57 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */
399 pointer, and a gp pointer. The latter is needed to access global
401 the closure (in the "trampoline" area), but we replace the gp
403 gp pointer to the closure. This allows the function entry code to
404 both retrieve the user data, and to restore the correct gp pointer. */
420 UINT64 gp; member in struct:ia64_fd
426 UINT64 fake_gp; /* Pointer to closure, installed as gp. */
427 UINT64 real_gp; /* Real gp value. */
440 tramp->real_gp = fd->gp;
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 74 const DefaultGeoProc& gp = args.fGP.cast<DefaultGeoProc>(); variable
81 varyingHandler->emitAttributes(gp);
84 if (gp.hasVertexColor()) {
89 vertBuilder->codeAppendf("vec4 color = %s;", gp.inColor()->fName);
92 if (gp.linearizeColor()) {
105 srgbFuncName.c_str(), gp.inColor()->fName,
106 srgbFuncName.c_str(), gp.inColor()->fName,
107 srgbFuncName.c_str(), gp.inColor()->fName,
108 gp.inColor()->fName);
112 if (gp.fFlags & kColorAttributeIsSkColor_GPFlag)
    [all...]
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 73 const GrConicEffect& gp = args.fGP.cast<GrConicEffect>(); local
78 varyingHandler->emitAttributes(gp);
82 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), gp.inConicCoeffs()->fName);
92 gp.inPosition()->fName,
93 gp.viewMatrix(),
101 gp.inPosition()->fName,
102 gp.localMatrix(),
203 if (gp.coverageScale() != 0xff) {
217 void GrGLConicEffect::GenKey(const GrGeometryProcessor& gp,
220 const GrConicEffect& ce = gp.cast<GrConicEffect>()
262 sk_sp<GrGeometryProcessor> gp; local
334 const GrQuadEffect& gp = args.fGP.cast<GrQuadEffect>(); local
465 sk_sp<GrGeometryProcessor> gp; local
541 const GrCubicEffect& gp = args.fGP.cast<GrCubicEffect>(); local
690 sk_sp<GrGeometryProcessor> gp; local
    [all...]
  /external/syslinux/com32/chain/
partiter.c 264 const struct disk_gpt_part_entry *gp; local
265 gp = (const struct disk_gpt_part_entry *)
268 if (guid_is0(&gp->type))
274 if (gp->lba_first < iter->gpt.ufirst ||
275 gp->lba_last > iter->gpt.ulast) {
396 const struct disk_gpt_part_entry *gp; local
399 gp = (const struct disk_gpt_part_entry *)
401 orig_lab = (const int16_t *)gp->name;
  /external/tpm2/
Global.c 35 PERSISTENT_DATA gp; variable
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 184 const float* gp = gPtr; local
188 blurredPixel += pf * gp[0];
190 gp++;
208 const float* gp = gPtr; local
212 blurredPixel += pf * gp[0];
214 gp++;
237 const float* gp = gPtr; local
241 blurredPixel += pf * gp[0];
243 gp++;

Completed in 449 milliseconds

12 3 4 5 6 7 8