Searched defs:gp (Results 1 - 25 of 89) sorted by relevance

1234

/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
H A Dt6.c7 unsigned long gp; member in struct:__anon19852
/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_winsys.c22 struct drm_i915_getparam gp; local
24 gp.param = I915_PARAM_CHIPSET_ID;
25 gp.value = (int *)device_id;
27 ret = ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp, sizeof(gp));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.c161 struct st_geometry_program *gp = st->gp; local
164 if (gp) {
165 params = gp->Base.Base.Parameters;
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp43 // CHECK: @gp = global %struct._GUID* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ab to %struct._GUID*), align 4
44 const GUID* gp = &__uuidof(S1); variable
/external/skia/src/gpu/effects/
H A DGrShadowGeoProc.cpp64 static inline void GenKey(const GrGeometryProcessor& gp, argument
67 const GrRRectShadowGeoProc& rsgp = gp.cast<GrRRectShadowGeoProc>();
H A DGrBitmapTextGeoProc.cpp84 void setData(const GrGLSLProgramDataManager& pdman, const GrPrimitiveProcessor& gp,
86 const GrBitmapTextGeoProc& btgp = gp.cast<GrBitmapTextGeoProc>();
99 const GrBitmapTextGeoProc& gp = proc.cast<GrBitmapTextGeoProc>(); local
101 key |= (gp.usesLocalCoords() && gp.localMatrix().hasPerspective()) ? 0x1 : 0x0;
102 key |= gp.maskFormat() << 1;
106 SkASSERT(gp.numTextureSamplers() == 1);
107 GrTexture* atlas = gp.textureSampler(0).texture();
/external/skia/tests/
H A DPrimitiveProcessorTest.cpp70 const GP& gp = args.fGP.cast<GP>(); variable
71 args.fVaryingHandler->emitAttributes(gp);
72 this->setupPosition(args.fVertBuilder, gpArgs, gp.fAttribs[0].fName);
91 sk_sp<GrGeometryProcessor> gp(new GP(fNumAttribs));
93 size_t vertexStride = gp->getVertexStride();
96 helper.recordDraw(target, gp.get());
/external/e2fsprogs/lib/ext2fs/
H A Dget_pathname.c50 struct get_pathname_struct *gp; local
54 gp = (struct get_pathname_struct *) priv_data;
57 gp->parent = dirent->inode;
58 if (dirent->inode == gp->search_ino) {
59 retval = ext2fs_get_mem(name_len + 1, &gp->name);
61 gp->errcode = retval;
64 strncpy(gp->name, dirent->name, name_len);
65 gp->name[name_len] = '\0';
75 struct get_pathname_struct gp; local
95 gp
[all...]
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c42 Elf64_Addr gp = 0; local
48 /* If we have a PT_DYNAMIC program header, fetch the gp-value
54 gp = (Elf64_Addr) dyn->d_un.d_ptr + load_base;
61 function descriptors, and we can simply pick up the gp from the
83 gp = ((Elf64_Addr *) ((char *) edi->ei.image + shdr->sh_offset))[1];
90 Debug (16, "image at %p, gp = %lx\n", edi->ei.image, gp);
91 return gp;
135 edi->di_cache.gp = find_gp (edi, pdyn, segbase - ptxt->p_vaddr);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_shader_state.c186 struct nvc0_program *gp = nvc0->gmtyprog; local
188 if (gp)
189 nvc0_program_validate(nvc0, gp);
192 if (gp && gp->code_size) {
193 const boolean gp_selects_layer = gp->hdr[13] & (1 << 9);
198 PUSH_DATA (push, gp->code_base);
200 PUSH_DATA (push, gp->max_gpr);
208 nvc0_program_update_context_state(nvc0, gp, 3);
/external/eigen/Eigen/src/SparseCore/
H A DSparseColEtree.h43 Index gp = pp(p); // Grand parent local
44 while (gp != p)
46 pp(i) = gp; // Parent pointer on find path is changed to former grand parent
47 i = gp;
49 gp = pp(p);
/external/ipsec-tools/src/racoon/
H A Drsalist.c204 struct genlist_entry *gp; local
206 for(key = genlist_next(list, &gp); key; key = genlist_next(NULL, &gp)) {
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c36 static bool get_dyn_gp(struct elf_image* ei, Elf_W(Off) dyn_phdr_offset, unw_word_t* gp) { argument
51 *gp = dyn.d_un.d_ptr;
84 pi.gp = di_cache->gp;
199 // relative to for that object. We call this the "gp".
203 edi->di_cache.gp = 0;
205 // Ignore failures, we'll attempt to keep going with a zero gp.
206 get_dyn_gp(ei, dyn_phdr_offset, &edi->di_cache.gp);
328 // relative to for that object. We call this the "gp".
332 edi->di_cache.gp
[all...]
/external/libunwind/tests/
H A DGtest-dyn1.c64 long gp; member in struct:fdesc
68 # define get_gp(fdesc) ((fdesc).gp)
205 di.gp = get_gp (fdesc);
H A Dia64-test-dyn1.c43 unw_word_t gp = 0; local
76 di->gp = gp;
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl.c141 struct drm_i915_getparam gp; local
146 memset(&gp, 0, sizeof(gp));
147 gp.param = I915_PARAM_CHIPSET_ID;
148 gp.value = chip_id;
149 ret = drmCommandWriteRead(fd, DRM_I915_GETPARAM, &gp, sizeof(gp));
/external/skia/src/gpu/glsl/
H A DGrGLSLVarying.cpp65 void GrGLSLVaryingHandler::emitAttributes(const GrGeometryProcessor& gp) { argument
66 int vaCount = gp.numAttribs();
68 const GrGeometryProcessor::Attribute& attr = gp.getAttrib(i);
/external/skia/src/gpu/ops/
H A DGrMeshDrawOp.cpp46 void GrMeshDrawOp::InstancedHelper::recordDraw(Target* target, const GrGeometryProcessor* gp) { argument
48 target->draw(gp, fMesh);
92 void GrMeshDrawOp::Target::draw(const GrGeometryProcessor* gp, const GrMesh& mesh) { argument
99 if (lastDraw.fGeometryProcessor == gp &&
108 draw.fGeometryProcessor.reset(gp);
H A DGrNonAAFillRectOp.cpp124 sk_sp<GrGeometryProcessor> gp = make_gp(); variable
125 if (!gp) {
129 SkASSERT(gp->getVertexStride() ==
132 size_t vertexStride = gp->getVertexStride();
151 helper.recordDraw(target, gp.get());
H A DGrNonAAStrokeRectOp.cpp112 sk_sp<GrGeometryProcessor> gp; variable
119 gp = GrDefaultGeoProcFactory::Make(color, Coverage::kSolid_Type, localCoordsType,
123 size_t vertexStride = gp->getVertexStride();
161 target->draw(gp.get(), mesh);
H A DGrRegionOp.cpp91 sk_sp<GrGeometryProcessor> gp = make_gp(fViewMatrix); variable
92 if (!gp) {
96 SkASSERT(gp->getVertexStride() == sizeof(GrDefaultGeoProcFactory::PositionColorAttr));
104 size_t vertexStride = gp->getVertexStride();
121 helper.recordDraw(target, gp.get());
/external/autotest/client/site_tests/graphics_GpuReset/src/
H A Dgpureset.c251 struct drm_i915_getparam gp; local
252 gp.param = I915_PARAM_CHIPSET_ID;
253 gp.value = (int*)&pci_id;
254 ret = ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp, sizeof(gp));
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc82 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/drm_gralloc/
H A Dgralloc_drm_pipe.c371 struct drm_i915_getparam gp; local
375 memset(&gp, 0, sizeof(gp));
376 gp.param = I915_PARAM_CHIPSET_ID;
377 gp.value = device;
378 err = drmCommandWriteRead(pm->fd, DRM_I915_GETPARAM, &gp, sizeof(gp));
/external/jemalloc/include/jemalloc/internal/
H A Dbitmap.h169 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...]

Completed in 1560 milliseconds

1234