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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 61 int max_alu_insts; member in struct:radeon_compiler
radeon_emulate_loops.c 64 return 1 + ((c->max_alu_insts - total_i) / loop_i);
301 if (c->max_alu_insts > 0
r500_fragprog_emit.c 240 if (code->inst_end >= c->Base.max_alu_insts-1) {
376 if (code->inst_end >= c->Base.max_alu_insts-1) {
447 if (s->Code->inst_end >= s->C->max_alu_insts-1) {
667 if (code->inst_end >= compiler->Base.max_alu_insts-1) {
r300_fragprog_emit.c 157 if (code->alu.length >= c->Base.max_alu_insts) {
r3xx_vertprog.c 389 if (compiler->code->length >= c->max_alu_insts * 4) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.c 226 compiler.Base.max_alu_insts = r300->screen->caps.is_r500 ? 1024 : 256;
r300_fs.c 460 compiler.Base.max_alu_insts =

Completed in 302 milliseconds