Searched refs:max_alu_insts (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h60 int max_alu_insts; member in struct:radeon_compiler
H A Dradeon_emulate_loops.c65 return 1 + ((c->max_alu_insts - total_i) / loop_i);
302 if (c->max_alu_insts > 0
H A Dr500_fragprog_emit.c240 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) {
H A Dr300_fragprog_emit.c157 if (code->alu.length >= c->Base.max_alu_insts) {
H A Dr3xx_vertprog.c396 if (compiler->code->length >= c->max_alu_insts * 4) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h60 int max_alu_insts; member in struct:radeon_compiler
H A Dradeon_emulate_loops.c65 return 1 + ((c->max_alu_insts - total_i) / loop_i);
302 if (c->max_alu_insts > 0
H A Dr500_fragprog_emit.c242 if (code->inst_end >= c->Base.max_alu_insts-1) {
378 if (code->inst_end >= c->Base.max_alu_insts-1) {
449 if (s->Code->inst_end >= s->C->max_alu_insts-1) {
669 if (code->inst_end >= compiler->Base.max_alu_insts-1) {
H A Dr300_fragprog_emit.c159 if (code->alu.length >= c->Base.max_alu_insts) {
H A Dr3xx_vertprog.c399 if (compiler->code->length >= c->max_alu_insts * 4) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs.c227 compiler.Base.max_alu_insts = r300->screen->caps.is_r500 ? 1024 : 256;
H A Dr300_fs.c447 compiler.Base.max_alu_insts =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs.c227 compiler.Base.max_alu_insts = r300->screen->caps.is_r500 ? 1024 : 256;
H A Dr300_fs.c447 compiler.Base.max_alu_insts =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c518 c->max_alu_insts = (is_r500 || is_r400) ? 512 : 64;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c518 c->max_alu_insts = (is_r500 || is_r400) ? 512 : 64;

Completed in 17 milliseconds