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

1 2 3 4 5 6 7

  /external/mesa3d/src/loader/
pci_id_driver_map.c 35 struct drm_nouveau_getparam gp = { NOUVEAU_GETPARAM_CHIPSET_ID, 0 }; local
38 ret = drmCommandWriteRead(fd, DRM_NOUVEAU_GETPARAM, &gp, sizeof(gp));
42 return gp.value;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ton_stab.h 97 Word16 gp[N_FRAME]; member in struct:__anon45335
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_winsys.c 22 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/syslinux/gnu-efi/gnu-efi-3.0/apps/
t6.c 7 unsigned long gp; member in struct:__anon37552
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
md_var.h 40 uint64_t gp; member in struct:ia64_fdesc
44 #define FDESC_GP(fn) (((struct ia64_fdesc *) fn)->gp)
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 50 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.search_ino = ino
    [all...]
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 42 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/mesa/drivers/dri/i965/
brw_gs_surface_state.c 44 struct brw_program *gp = (struct brw_program *) brw->geometry_program; local
46 if (!gp)
54 brw_upload_pull_constants(brw, BRW_NEW_GS_CONSTBUF, &gp->program,
103 const struct gl_program *gp = brw->geometry_program; local
105 if (gp) {
107 brw_upload_abo_surfaces(brw, gp, &brw->gs.base, brw->gs.base.prog_data);
126 const struct gl_program *gp = brw->geometry_program; local
128 if (gp) {
130 brw_upload_image_surfaces(brw, gp, &brw->gs.base,
gen6_gs_state.c 40 const struct brw_program *gp = brw_program_const(brw->geometry_program); local
42 if (gp) {
47 gen6_upload_push_constants(brw, &gp->program, prog_data, stage_state,
52 gen7_upload_constant_state(brw, stage_state, gp, _3DSTATE_CONSTANT_GS);
brw_gs.c 79 struct brw_program *gp,
91 assign_gs_binding_table_offsets(devinfo, &gp->program, &prog_data);
101 int param_count = gp->program.nir->num_uniforms / 4;
109 gp->program.info.num_images);
111 prog_data.base.base.nr_image_params = gp->program.info.num_images;
113 brw_nir_setup_glsl_uniforms(gp->program.nir, &gp->program,
117 uint64_t outputs_written = gp->program.info.outputs_written;
121 gp->program.info.separate_shader);
125 st_index = brw_get_shader_time_index(brw, &gp->program, ST_GS, true)
187 struct brw_program *gp = (struct brw_program *) brw->geometry_program; local
203 struct brw_program *gp = (struct brw_program *) brw->geometry_program; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 44 GlobalizationPreferences gp = new GlobalizationPreferences(); local
57 ULocale gpLocale0 = gp.getLocale(0);
64 ULocale gpLocale1 = gp.getLocale(1);
71 ULocale gpLocale2 = gp.getLocale(2);
77 Calendar cal = gp.getCalendar();
85 Collator coll = gp.getCollator();
93 BreakIterator brk = gp.getBreakIterator(GlobalizationPreferences.BI_CHARACTER);
102 DateFormat df = gp.getDateFormat(GlobalizationPreferences.DF_FULL, GlobalizationPreferences.DF_NONE);
111 NumberFormat nf = gp.getNumberFormat(GlobalizationPreferences.NF_NUMBER);
122 GlobalizationPreferences gp = new GlobalizationPreferences() local
275 GlobalizationPreferences gp = new GlobalizationPreferences(); local
404 GlobalizationPreferences gp = new GlobalizationPreferences(); local
455 GlobalizationPreferences gp = new GlobalizationPreferences(); local
524 GlobalizationPreferences gp = new GlobalizationPreferences(); local
619 GlobalizationPreferences gp = new GlobalizationPreferences(); local
699 GlobalizationPreferences gp = new GlobalizationPreferences(); local
782 GlobalizationPreferences gp = new GlobalizationPreferences(); local
867 GlobalizationPreferences gp = new GlobalizationPreferences(); local
994 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1178 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1390 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1564 GlobalizationPreferences gp = new GlobalizationPreferences(); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 41 GlobalizationPreferences gp = new GlobalizationPreferences(); local
54 ULocale gpLocale0 = gp.getLocale(0);
61 ULocale gpLocale1 = gp.getLocale(1);
68 ULocale gpLocale2 = gp.getLocale(2);
74 Calendar cal = gp.getCalendar();
82 Collator coll = gp.getCollator();
90 BreakIterator brk = gp.getBreakIterator(GlobalizationPreferences.BI_CHARACTER);
99 DateFormat df = gp.getDateFormat(GlobalizationPreferences.DF_FULL, GlobalizationPreferences.DF_NONE);
108 NumberFormat nf = gp.getNumberFormat(GlobalizationPreferences.NF_NUMBER);
119 GlobalizationPreferences gp = new GlobalizationPreferences() local
272 GlobalizationPreferences gp = new GlobalizationPreferences(); local
401 GlobalizationPreferences gp = new GlobalizationPreferences(); local
452 GlobalizationPreferences gp = new GlobalizationPreferences(); local
521 GlobalizationPreferences gp = new GlobalizationPreferences(); local
616 GlobalizationPreferences gp = new GlobalizationPreferences(); local
696 GlobalizationPreferences gp = new GlobalizationPreferences(); local
779 GlobalizationPreferences gp = new GlobalizationPreferences(); local
864 GlobalizationPreferences gp = new GlobalizationPreferences(); local
991 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1175 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1387 GlobalizationPreferences gp = new GlobalizationPreferences(); local
1561 GlobalizationPreferences gp = new GlobalizationPreferences(); local
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 43 // 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/tests/
PrimitiveProcessorTest.cpp 55 class GP : public GrGeometryProcessor {
57 GP(int numAttribs)
67 const char* name() const override { return "Dummy GP"; }
73 const GP& gp = args.fGP.cast<GP>(); variable
74 args.fVaryingHandler->emitAttributes(gp);
75 this->writeOutputPosition(args.fVertBuilder, gpArgs, gp.getAttrib(0).fName);
96 sk_sp<GrGeometryProcessor> gp(new GP(fNumAttribs))
    [all...]
  /external/skqp/tests/
PrimitiveProcessorTest.cpp 55 class GP : public GrGeometryProcessor {
57 GP(int numAttribs)
67 const char* name() const override { return "Dummy GP"; }
73 const GP& gp = args.fGP.cast<GP>(); variable
74 args.fVaryingHandler->emitAttributes(gp);
75 this->writeOutputPosition(args.fVertBuilder, gpArgs, gp.getAttrib(0).fName);
96 sk_sp<GrGeometryProcessor> gp(new GP(fNumAttribs))
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseColEtree.h 43 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/
rsalist.c 204 struct genlist_entry *gp; local
206 for(key = genlist_next(list, &gp); key; key = genlist_next(NULL, &gp)) {
  /external/libunwind/tests/
Gtest-dyn1.c 64 long gp; member in struct:fdesc
68 # define get_gp(fdesc) ((fdesc).gp)
205 di.gp = get_gp (fdesc);
ia64-test-dyn1.c 43 unw_word_t gp = 0; local
76 di->gp = gp;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_shader_state.c 219 struct nvc0_program *gp = nvc0->gmtyprog; local
222 if (gp && nvc0_program_validate(nvc0, gp) && gp->code_size) {
223 const bool gp_selects_layer = !!(gp->hdr[13] & (1 << 9));
228 PUSH_DATA (push, gp->code_base);
230 PUSH_DATA (push, gp->num_gprs);
238 nvc0_program_update_context_state(nvc0, gp, 3);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
ListViewActivity.java 84 double gp = Math.random(); local
90 Color.rgb(new Double(rp * 255).intValue(), new Double(gp * 255).intValue(), new Double(bp * 255).intValue()),
  /external/autotest/client/site_tests/graphics_GpuReset/src/
gpureset.c 251 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/drm_gralloc/
gralloc_drm_pipe.c 371 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/mesa3d/src/intel/vulkan/
anv_gem.c 201 drm_i915_getparam_t gp = { local
206 int ret = anv_ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp);
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 136 struct st_geometry_program *gp = local
150 if (gp)
151 active_shader_states |= gp->affected_states;
592 st_reference_geomprog(st, &st->gp, NULL);

Completed in 357 milliseconds

1 2 3 4 5 6 7