HomeSort by relevance Sort by last modified time
    Searched defs:fpc (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 547 struct gl_fragment_program *fpc = gl_fragment_program(clone); local
548 fpc->UsesKill = fp->UsesKill;
549 fpc->UsesDFdy = fp->UsesDFdy;
550 fpc->OriginUpperLeft = fp->OriginUpperLeft;
551 fpc->PixelCenterInteger = fp->PixelCenterInteger;
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 547 struct gl_fragment_program *fpc = gl_fragment_program(clone); local
548 fpc->UsesKill = fp->UsesKill;
549 fpc->UsesDFdy = fp->UsesDFdy;
550 fpc->OriginUpperLeft = fp->OriginUpperLeft;
551 fpc->PixelCenterInteger = fp->PixelCenterInteger;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 45 temp(struct nvfx_fpc *fpc)
47 int idx = __builtin_ctzll(~fpc->r_temps);
49 if (idx >= fpc->max_temps) {
55 fpc->r_temps |= (1ULL << idx);
56 fpc->r_temps_discard |= (1ULL << idx);
61 release_temps(struct nvfx_fpc *fpc)
63 fpc->r_temps &= ~fpc->r_temps_discard;
64 fpc->r_temps_discard = 0ULL;
68 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d
1119 struct nvfx_fpc *fpc = NULL; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 45 temp(struct nvfx_fpc *fpc)
47 int idx = __builtin_ctzll(~fpc->r_temps);
49 if (idx >= fpc->max_temps) {
55 fpc->r_temps |= (1ULL << idx);
56 fpc->r_temps_discard |= (1ULL << idx);
61 release_temps(struct nvfx_fpc *fpc)
63 fpc->r_temps &= ~fpc->r_temps_discard;
64 fpc->r_temps_discard = 0ULL;
68 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d
1119 struct nvfx_fpc *fpc = NULL; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 279 struct omap3isp_ccdc_fpc __user *fpc; member in struct:omap3isp_ccdc_update_config
  /development/ndk/platforms/android-L/include/linux/
omap3isp.h 279 struct omap3isp_ccdc_fpc __user *fpc; member in struct:omap3isp_ccdc_update_config
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 363 * @fpcaddr: Memory address of the FPC Table
403 * @fpc: Number of faulty pixels corrected in the frame, address of FPC table.
413 struct omap3isp_ccdc_fpc __user *fpc; member in struct:omap3isp_ccdc_update_config

Completed in 182 milliseconds