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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 106 int16_t maxGPR; /* may be -1 if none used */
nv50_ir.cpp 1009 maxGPR = -1;
1173 info->bin.maxGPR = prog->maxGPR;
nv50_ir_lowering_nv50.cpp 1004 prog->maxGPR = MAX2(prog->maxGPR, id);
nv50_ir.h 1061 int maxGPR;
nv50_ir_peephole.cpp     [all...]
nv50_ir_ra.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 106 int16_t maxGPR; /* may be -1 if none used */
nv50_ir.cpp 1009 maxGPR = -1;
1173 info->bin.maxGPR = prog->maxGPR;
nv50_ir_lowering_nv50.cpp 1004 prog->maxGPR = MAX2(prog->maxGPR, id);
nv50_ir.h 1061 int maxGPR;
nv50_ir_peephole.cpp     [all...]
nv50_ir_ra.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.c 352 prog->max_gpr = MAX2(4, (info->bin.maxGPR >> 1) + 1);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c 352 prog->max_gpr = MAX2(4, (info->bin.maxGPR >> 1) + 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 1002 prog->maxGPR = MAX2(prog->maxGPR, id);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 1002 prog->maxGPR = MAX2(prog->maxGPR, id);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.c 585 prog->max_gpr = MAX2(4, (info->bin.maxGPR + 1));
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 585 prog->max_gpr = MAX2(4, (info->bin.maxGPR + 1));

Completed in 146 milliseconds