HomeSort by relevance Sort by last modified time
    Searched refs:UsesDFdy (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/glsl/
ir_set_program_inouts.cpp 30 * IsCentroid bitfield, and the UsesDFdy flag.
179 fprog->UsesDFdy = true;
209 fprog->UsesDFdy = false;
  /external/mesa3d/src/mesa/program/
program_parser.h 217 unsigned UsesDFdy:1;
arbprogparse.c 123 program->UsesDFdy = state.fragment.UsesDFdy;
program.c 549 fpc->UsesDFdy = fp->UsesDFdy;
771 newFprog->UsesDFdy = fprogA->UsesDFdy || fprogB->UsesDFdy;
    [all...]
program_parse.y 386 state->fragment.UsesDFdy = 1;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 495 bool program_uses_dfdy = fp->program.UsesDFdy;
brw_fs_emit.cpp 972 /* Make sure fp->UsesDFdy flag got set (otherwise there's no
975 assert(fp->UsesDFdy);
brw_fs.cpp     [all...]
brw_wm_emit.c     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 75 milliseconds