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

  /external/mesa3d/src/mesa/main/
config.h 219 #define MAX_NV_FRAGMENT_PROGRAM_TEMPS 96
context.c 701 assert(MAX_NV_FRAGMENT_PROGRAM_TEMPS <= MAX_PROGRAM_TEMPS);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c 51 #define FIRST_INTERNAL_TEMP MAX_NV_FRAGMENT_PROGRAM_TEMPS
  /external/mesa3d/src/mesa/program/
nvfragparse.c 724 if (reg >= MAX_NV_FRAGMENT_PROGRAM_TEMPS)
    [all...]

Completed in 60 milliseconds