| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_opt_constant_fold.c | 152 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 182 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 184 inst->SrcReg[2].File = PROGRAM_UNDEFINED; 213 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 237 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 261 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 269 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 293 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 301 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
|
| H A D | prog_instruction.c | 46 inst[i].SrcReg[0].File = PROGRAM_UNDEFINED; 48 inst[i].SrcReg[1].File = PROGRAM_UNDEFINED; 50 inst[i].SrcReg[2].File = PROGRAM_UNDEFINED; 53 inst[i].DstReg.File = PROGRAM_UNDEFINED;
|
| H A D | prog_parameter.h | 65 PROGRAM_UNDEFINED, /**< Invalid/TBD value */ enumerator in enum:__anonffad8db30103
|
| H A D | ir_to_mesa.cpp | 85 this->file = PROGRAM_UNDEFINED; 114 this->file = PROGRAM_UNDEFINED; 333 static src_reg undef_src = src_reg(PROGRAM_UNDEFINED, 0, NULL); 335 static dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP); 905 this->result.file = PROGRAM_UNDEFINED; 907 if (this->result.file == PROGRAM_UNDEFINED) { 1014 this->result.file = PROGRAM_UNDEFINED; 1016 if (this->result.file == PROGRAM_UNDEFINED) { 1036 this->result.file = PROGRAM_UNDEFINED; 1443 assert(src.file != PROGRAM_UNDEFINED); [all...] |
| H A D | prog_print.c | 71 case PROGRAM_UNDEFINED: 583 if (inst->DstReg.File != PROGRAM_UNDEFINED) {
|
| H A D | prog_optimize.c | 1295 * PROGRAM_UNDEFINED. This is how _mesa_init_instructions initializes 1298 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 1300 inst->SrcReg[2].File = PROGRAM_UNDEFINED;
|
| H A D | prog_to_nir.c | 107 case PROGRAM_UNDEFINED: 128 case PROGRAM_UNDEFINED:
|
| H A D | program_parse.y | 2141 r->File = PROGRAM_UNDEFINED; 2170 r->Base.File = PROGRAM_UNDEFINED;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_opt_constant_fold.c | 152 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 182 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 184 inst->SrcReg[2].File = PROGRAM_UNDEFINED; 213 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 237 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 261 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 269 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 293 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 301 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
|
| H A D | prog_instruction.c | 48 inst[i].SrcReg[0].File = PROGRAM_UNDEFINED; 50 inst[i].SrcReg[1].File = PROGRAM_UNDEFINED; 52 inst[i].SrcReg[2].File = PROGRAM_UNDEFINED; 55 inst[i].DstReg.File = PROGRAM_UNDEFINED;
|
| H A D | prog_parameter.h | 67 PROGRAM_UNDEFINED, /**< Invalid/TBD value */ enumerator in enum:__anona754f4e60103
|
| H A D | ir_to_mesa.cpp | 85 this->file = PROGRAM_UNDEFINED; 114 this->file = PROGRAM_UNDEFINED; 334 static src_reg undef_src = src_reg(PROGRAM_UNDEFINED, 0, NULL); 336 static dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP); 832 this->result.file = PROGRAM_UNDEFINED; 834 if (this->result.file == PROGRAM_UNDEFINED) { 941 this->result.file = PROGRAM_UNDEFINED; 943 if (this->result.file == PROGRAM_UNDEFINED) { 963 this->result.file = PROGRAM_UNDEFINED; 1380 assert(src.file != PROGRAM_UNDEFINED); [all...] |
| H A D | prog_print.c | 72 case PROGRAM_UNDEFINED: 586 if (inst->DstReg.File != PROGRAM_UNDEFINED) {
|
| H A D | prog_optimize.c | 1294 * PROGRAM_UNDEFINED. This is how _mesa_init_instructions initializes 1297 inst->SrcReg[1].File = PROGRAM_UNDEFINED; 1299 inst->SrcReg[2].File = PROGRAM_UNDEFINED;
|
| H A D | prog_to_nir.c | 107 case PROGRAM_UNDEFINED: 128 case PROGRAM_UNDEFINED:
|
| H A D | program_parse.y | 2162 r->File = PROGRAM_UNDEFINED; 2191 r->Base.File = PROGRAM_UNDEFINED;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 153 static const st_src_reg undef_src = st_src_reg(PROGRAM_UNDEFINED, 0, GLSL_TYPE_ERROR); 154 static const st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR); 646 unsigned writemask = inst->dst[1].file == PROGRAM_UNDEFINED 673 addr.file == PROGRAM_UNDEFINED) { 1128 } while (inst->op == op && inst->resource.file == PROGRAM_UNDEFINED); 1463 this->result.file = PROGRAM_UNDEFINED; 1465 if (this->result.file == PROGRAM_UNDEFINED) { 1521 this->result.file = PROGRAM_UNDEFINED; 2504 assert(src.file != PROGRAM_UNDEFINED); 3254 assert(l.file != PROGRAM_UNDEFINED); [all...] |
| H A D | st_glsl_to_tgsi_private.cpp | 122 this->file = PROGRAM_UNDEFINED; 306 this->file = PROGRAM_UNDEFINED;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 155 static const st_src_reg undef_src = st_src_reg(PROGRAM_UNDEFINED, 0, GLSL_TYPE_ERROR); 156 static const st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR); 567 unsigned writemask = inst->dst[1].file == PROGRAM_UNDEFINED 594 addr.file == PROGRAM_UNDEFINED) { 1049 } while (inst->op == op && inst->resource.file == PROGRAM_UNDEFINED); 1384 this->result.file = PROGRAM_UNDEFINED; 1386 if (this->result.file == PROGRAM_UNDEFINED) { 1442 this->result.file = PROGRAM_UNDEFINED; 2414 assert(src.file != PROGRAM_UNDEFINED); 3164 assert(l.file != PROGRAM_UNDEFINED); [all...] |
| H A D | st_glsl_to_tgsi_private.cpp | 122 this->file = PROGRAM_UNDEFINED; 306 this->file = PROGRAM_UNDEFINED;
|
| H A D | st_mesa_to_tgsi.c | 82 case PROGRAM_UNDEFINED: 122 case PROGRAM_UNDEFINED:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 320 PROGRAM_UNDEFINED, 489 return reg.file == PROGRAM_UNDEFINED;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 321 PROGRAM_UNDEFINED, 487 return reg.file == PROGRAM_UNDEFINED;
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| H A D | program_parse.tab.c | 4665 r->File = PROGRAM_UNDEFINED; 4694 r->Base.File = PROGRAM_UNDEFINED;
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | program_parse.tab.c | 4931 r->File = PROGRAM_UNDEFINED; 4960 r->Base.File = PROGRAM_UNDEFINED;
|