HomeSort by relevance Sort by last modified time
    Searched defs:gp (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /external/libunwind/include/
libunwind-common.h 143 unw_word_t gp; /* global-pointer value for this procedure */ member in struct:unw_proc_info
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_screen.c 802 struct drm_i915_getparam gp; local
804 memset(&gp, 0, sizeof(gp));
805 gp.param = param;
806 gp.value = value;
808 ret = drmCommandWriteRead(psp->fd, DRM_I915_GETPARAM, &gp, sizeof(gp));
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 1759 struct st_geometry_program *gp = (struct st_geometry_program*)target; local
    [all...]
st_context.h 160 struct st_geometry_program *gp; /**< Currently bound geometry program */ member in struct:st_context
  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.cpp 389 sk_sp<GrGeometryProcessor> gp; variable
396 gp = GrDefaultGeoProcFactory::Make(color, coverage, localCoords, this->viewMatrix());
399 SkASSERT(gp->getVertexStride() == sizeof(SkPoint));
418 PathGeoBuilder pathGeoBuilder(primitiveType, target, gp.get(),
GrShadowRRectOp.cpp 564 sk_sp<GrGeometryProcessor> gp = GrRRectShadowGeoProc::Make(); variable
567 size_t vertexStride = gp->getVertexStride();
623 target->draw(gp.get(), pipeline, mesh);
GrSmallPathRenderer.cpp 700 GrGeometryProcessor* gp = flushInfo->fGeometryProcessor.get(); local
701 if (gp->numTextureSamplers() != (int)fAtlas->numActivePages()) {
703 // Update the proxies used in the GP to match.
705 reinterpret_cast<GrDistanceFieldPathGeoProc*>(gp)->addNewProxies(
708 reinterpret_cast<GrBitmapTextGeoProc*>(gp)->addNewProxies(
    [all...]
GrTextureOp.cpp 552 sk_sp<GrGeometryProcessor> gp = variable
571 void* vdata = target->makeVertexSpace(gp->getVertexStride(), 4 * fDraws.count(), &vbuffer,
583 SkASSERT(gp->getVertexStride() == sizeof(TextureGeometryProcessor::AAVertex));
591 SkASSERT(gp->getVertexStride() == sizeof(TextureGeometryProcessor::Vertex));
609 SkASSERT(gp->getVertexStride() ==
621 SkASSERT(gp->getVertexStride() ==
648 target->draw(gp.get(), pipeline, mesh);
    [all...]
  /external/skia/tools/
colorspaceinfo.cpp 242 const int gp = clut.gridPoints(dimension); local
243 return gp <= 16 ? gp : 16;
  /external/skqp/src/gpu/ops/
GrDefaultPathRenderer.cpp 389 sk_sp<GrGeometryProcessor> gp; variable
396 gp = GrDefaultGeoProcFactory::Make(color, coverage, localCoords, this->viewMatrix());
399 SkASSERT(gp->getVertexStride() == sizeof(SkPoint));
418 PathGeoBuilder pathGeoBuilder(primitiveType, target, gp.get(),
GrShadowRRectOp.cpp 564 sk_sp<GrGeometryProcessor> gp = GrRRectShadowGeoProc::Make(); variable
567 size_t vertexStride = gp->getVertexStride();
623 target->draw(gp.get(), pipeline, mesh);
GrSmallPathRenderer.cpp 698 GrGeometryProcessor* gp = flushInfo->fGeometryProcessor.get(); local
699 if (gp->numTextureSamplers() != (int)fAtlas->pageCount()) {
701 // Update the proxies used in the GP to match.
703 reinterpret_cast<GrDistanceFieldPathGeoProc*>(gp)->addNewProxies(
706 reinterpret_cast<GrBitmapTextGeoProc*>(gp)->addNewProxies(
    [all...]
GrTextureOp.cpp 557 sk_sp<GrGeometryProcessor> gp = variable
576 void* vdata = target->makeVertexSpace(gp->getVertexStride(), 4 * fDraws.count(), &vbuffer,
588 SkASSERT(gp->getVertexStride() == sizeof(TextureGeometryProcessor::AAVertex));
596 SkASSERT(gp->getVertexStride() == sizeof(TextureGeometryProcessor::Vertex));
614 SkASSERT(gp->getVertexStride() ==
626 SkASSERT(gp->getVertexStride() ==
653 target->draw(gp.get(), pipeline, mesh);
    [all...]
  /external/skqp/tools/
colorspaceinfo.cpp 242 const int gp = clut.gridPoints(dimension); local
243 return gp <= 16 ? gp : 16;
  /toolchain/binutils/binutils-2.27/bfd/
libecoff.h 101 /* The cached gp value. This is used when relocating. */
102 bfd_vma gp; member in struct:ecoff_tdata
104 /* The maximum size of objects to optimize using gp. This is
192 input .lita section to have its own gp value. To support this,
193 we need to keep track of the gp values that we picked for each
195 bfd_vma gp; member in struct:ecoff_section_tdata
libnlm.h 98 bfd_vma gp; /* GP value. */ member in struct:nlm_obj_tdata::__anon4084::__anon4085
coff-alpha.c 119 of the gp register are loaded. */
164 /* A 32 bit GP relative offset. This is just like REFLONG except
165 that when the value is used the value of the gp register will be
181 /* Used for an instruction that refers to memory off the GP
221 /* Load the gp register. This is always used for a ldah instruction
222 which loads the upper 16 bits of the gp register. The next reloc
229 difference between the GP value and the current location; the
386 /* Adjust the GP value for a new range in the object file. */
631 /* Copy the gp value for this object file into the addend, to
634 rptr->addend += ecoff_data (abfd)->gp;
739 bfd_vma gp; local
1340 bfd_vma gp; local
    [all...]
elf32-mips.c 215 /* GP relative reference. */
292 /* 32 bit GP relative reference. */
1767 bfd_vma gp; local
1816 bfd_vma gp; local
1935 bfd_vma gp; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_driver.h 140 } gp; member in union:nv50_ir_prog_info::__anon29619
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 841 struct nv50_program *gp; member in struct:nv50_blitctx::__anon29656
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 796 struct nvc0_program *gp; member in struct:nvc0_blitctx::__anon29668
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_screen.c 990 struct drm_i915_getparam gp; local
992 memset(&gp, 0, sizeof(gp));
993 gp.param = param;
994 gp.value = value;
996 if (drmIoctl(screen->driScrnPriv->fd, DRM_IOCTL_I915_GETPARAM, &gp) == -1) {
1591 struct drm_i915_getparam gp; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_luv.c 795 uint8* gp = (uint8*) op; local
799 *gp++ = (uint8) ((Y <= 0.) ? 0 : (Y >= 1.) ? 255 : (int)(256.*sqrt(Y)));
    [all...]
  /external/syslinux/extlinux/
main.c 171 const struct geometry_table *gp; local
187 for (gp = standard_geometries; gp->bytes; gp++) {
188 if (gp->bytes == totalbytes) {
189 memcpy(geo, &gp->g, sizeof *geo);
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 743 UlpLocation* gp = (UlpLocation*)&(mLocation); local
744 if (gp != NULL && gp->rawData != NULL)
746 delete (char*)gp->rawData;
747 gp->rawData = NULL;
748 gp->rawDataSize = 0;
    [all...]

Completed in 619 milliseconds

1 2 34 5 6 7