Searched refs:PROGRAM_UNDEFINED (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_opt_constant_fold.c152 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 Dprog_instruction.c46 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 Dprog_parameter.h65 PROGRAM_UNDEFINED, /**< Invalid/TBD value */ enumerator in enum:__anonffad8db30103
H A Dir_to_mesa.cpp85 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 Dprog_print.c71 case PROGRAM_UNDEFINED:
583 if (inst->DstReg.File != PROGRAM_UNDEFINED) {
H A Dprog_optimize.c1295 * 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 Dprog_to_nir.c107 case PROGRAM_UNDEFINED:
128 case PROGRAM_UNDEFINED:
H A Dprogram_parse.y2141 r->File = PROGRAM_UNDEFINED;
2170 r->Base.File = PROGRAM_UNDEFINED;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_opt_constant_fold.c152 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 Dprog_instruction.c48 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 Dprog_parameter.h67 PROGRAM_UNDEFINED, /**< Invalid/TBD value */ enumerator in enum:__anona754f4e60103
H A Dir_to_mesa.cpp85 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 Dprog_print.c72 case PROGRAM_UNDEFINED:
586 if (inst->DstReg.File != PROGRAM_UNDEFINED) {
H A Dprog_optimize.c1294 * 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 Dprog_to_nir.c107 case PROGRAM_UNDEFINED:
128 case PROGRAM_UNDEFINED:
H A Dprogram_parse.y2162 r->File = PROGRAM_UNDEFINED;
2191 r->Base.File = PROGRAM_UNDEFINED;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp153 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 Dst_glsl_to_tgsi_private.cpp122 this->file = PROGRAM_UNDEFINED;
306 this->file = PROGRAM_UNDEFINED;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp155 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 Dst_glsl_to_tgsi_private.cpp122 this->file = PROGRAM_UNDEFINED;
306 this->file = PROGRAM_UNDEFINED;
H A Dst_mesa_to_tgsi.c82 case PROGRAM_UNDEFINED:
122 case PROGRAM_UNDEFINED:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c320 PROGRAM_UNDEFINED,
489 return reg.file == PROGRAM_UNDEFINED;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c321 PROGRAM_UNDEFINED,
487 return reg.file == PROGRAM_UNDEFINED;
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c4665 r->File = PROGRAM_UNDEFINED;
4694 r->Base.File = PROGRAM_UNDEFINED;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c4931 r->File = PROGRAM_UNDEFINED;
4960 r->Base.File = PROGRAM_UNDEFINED;

Completed in 76 milliseconds