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

12

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_opt_constant_fold.c157 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
187 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
189 inst->SrcReg[2].File = PROGRAM_UNDEFINED;
222 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
246 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
270 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
278 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
302 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
310 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
334 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
[all...]
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 Dir_to_mesa.cpp86 this->file = PROGRAM_UNDEFINED;
116 this->file = PROGRAM_UNDEFINED;
328 src_reg undef_src = src_reg(PROGRAM_UNDEFINED, 0, NULL);
330 dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP);
1053 this->result.file = PROGRAM_UNDEFINED;
1055 if (this->result.file == PROGRAM_UNDEFINED) {
1125 this->result.file = PROGRAM_UNDEFINED;
1127 if (this->result.file == PROGRAM_UNDEFINED) {
1147 this->result.file = PROGRAM_UNDEFINED;
1488 assert(src.file != PROGRAM_UNDEFINED);
[all...]
H A Dprog_print.c79 case PROGRAM_UNDEFINED:
646 if (inst->DstReg.File != PROGRAM_UNDEFINED) {
700 if (inst->SrcReg[0].File != PROGRAM_UNDEFINED) {
791 if (inst->SrcReg[0].File != PROGRAM_UNDEFINED) {
H A Dprog_optimize.c1326 * PROGRAM_UNDEFINED. This is how _mesa_init_instructions initializes
1329 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
1331 inst->SrcReg[2].File = PROGRAM_UNDEFINED;
H A Dprogram_parse.y2327 r->File = PROGRAM_UNDEFINED;
2360 r->Base.File = PROGRAM_UNDEFINED;
H A Dprogram.c943 case PROGRAM_UNDEFINED:
/external/mesa3d/src/mesa/program/
H A Dprog_opt_constant_fold.c157 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
187 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
189 inst->SrcReg[2].File = PROGRAM_UNDEFINED;
222 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
246 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
270 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
278 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
302 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
310 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
334 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
[all...]
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 Dir_to_mesa.cpp86 this->file = PROGRAM_UNDEFINED;
116 this->file = PROGRAM_UNDEFINED;
328 src_reg undef_src = src_reg(PROGRAM_UNDEFINED, 0, NULL);
330 dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP);
1053 this->result.file = PROGRAM_UNDEFINED;
1055 if (this->result.file == PROGRAM_UNDEFINED) {
1125 this->result.file = PROGRAM_UNDEFINED;
1127 if (this->result.file == PROGRAM_UNDEFINED) {
1147 this->result.file = PROGRAM_UNDEFINED;
1488 assert(src.file != PROGRAM_UNDEFINED);
[all...]
H A Dprog_print.c79 case PROGRAM_UNDEFINED:
646 if (inst->DstReg.File != PROGRAM_UNDEFINED) {
700 if (inst->SrcReg[0].File != PROGRAM_UNDEFINED) {
791 if (inst->SrcReg[0].File != PROGRAM_UNDEFINED) {
H A Dprog_optimize.c1326 * PROGRAM_UNDEFINED. This is how _mesa_init_instructions initializes
1329 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
1331 inst->SrcReg[2].File = PROGRAM_UNDEFINED;
H A Dprogram_parse.y2327 r->File = PROGRAM_UNDEFINED;
2360 r->Base.File = PROGRAM_UNDEFINED;
H A Dprogram.c943 case PROGRAM_UNDEFINED:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c104 return src_reg(PROGRAM_UNDEFINED, 0);
109 return src.File == PROGRAM_UNDEFINED;
155 return dst_reg(PROGRAM_UNDEFINED, 0);
H A Dbrw_vs_emit.c1149 case PROGRAM_UNDEFINED: /* undef values */
1332 case PROGRAM_UNDEFINED:
1356 if (src->File == PROGRAM_UNDEFINED)
1404 case PROGRAM_UNDEFINED:
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c104 return src_reg(PROGRAM_UNDEFINED, 0);
109 return src.File == PROGRAM_UNDEFINED;
155 return dst_reg(PROGRAM_UNDEFINED, 0);
H A Dbrw_vs_emit.c1149 case PROGRAM_UNDEFINED: /* undef values */
1332 case PROGRAM_UNDEFINED:
1356 if (src->File == PROGRAM_UNDEFINED)
1404 case PROGRAM_UNDEFINED:
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp128 this->file = PROGRAM_UNDEFINED;
161 this->file = PROGRAM_UNDEFINED;
433 static st_src_reg undef_src = st_src_reg(PROGRAM_UNDEFINED, 0, GLSL_TYPE_ERROR);
435 static st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR);
1365 this->result.file = PROGRAM_UNDEFINED;
1367 if (this->result.file == PROGRAM_UNDEFINED) {
1387 this->result.file = PROGRAM_UNDEFINED;
1908 assert(src.file != PROGRAM_UNDEFINED);
2252 assert(l.file != PROGRAM_UNDEFINED);
2253 assert(r.file != PROGRAM_UNDEFINED);
[all...]
H A Dst_mesa_to_tgsi.c168 case PROGRAM_UNDEFINED:
208 case PROGRAM_UNDEFINED:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp128 this->file = PROGRAM_UNDEFINED;
161 this->file = PROGRAM_UNDEFINED;
433 static st_src_reg undef_src = st_src_reg(PROGRAM_UNDEFINED, 0, GLSL_TYPE_ERROR);
435 static st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR);
1365 this->result.file = PROGRAM_UNDEFINED;
1367 if (this->result.file == PROGRAM_UNDEFINED) {
1387 this->result.file = PROGRAM_UNDEFINED;
1908 assert(src.file != PROGRAM_UNDEFINED);
2252 assert(l.file != PROGRAM_UNDEFINED);
2253 assert(r.file != PROGRAM_UNDEFINED);
[all...]
H A Dst_mesa_to_tgsi.c168 case PROGRAM_UNDEFINED:
208 case PROGRAM_UNDEFINED:
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c326 PROGRAM_UNDEFINED,
496 return reg.file == PROGRAM_UNDEFINED;
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c326 PROGRAM_UNDEFINED,
496 return reg.file == PROGRAM_UNDEFINED;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c5469 r->File = PROGRAM_UNDEFINED;
5502 r->Base.File = PROGRAM_UNDEFINED;

Completed in 1575 milliseconds

12