Searched refs:PROGRAM_UNDEFINED (Results 1 – 12 of 12) sorted by relevance
152 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()182 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()184 inst->SrcReg[2].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()213 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()237 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()261 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()269 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()293 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()301 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_constant_fold()
48 inst[i].SrcReg[0].File = PROGRAM_UNDEFINED; in _mesa_init_instructions()50 inst[i].SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_init_instructions()52 inst[i].SrcReg[2].File = PROGRAM_UNDEFINED; in _mesa_init_instructions()55 inst[i].DstReg.File = PROGRAM_UNDEFINED; in _mesa_init_instructions()
85 this->file = PROGRAM_UNDEFINED; in src_reg()114 this->file = PROGRAM_UNDEFINED; in dst_reg()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; in emit_swz()834 if (this->result.file == PROGRAM_UNDEFINED) { in emit_swz()941 this->result.file = PROGRAM_UNDEFINED; in visit()943 if (this->result.file == PROGRAM_UNDEFINED) { in visit()963 this->result.file = PROGRAM_UNDEFINED; in visit()1379 assert(src.file != PROGRAM_UNDEFINED); in visit()[all …]
67 PROGRAM_UNDEFINED, /**< Invalid/TBD value */ enumerator
72 case PROGRAM_UNDEFINED: in _mesa_register_file_name()586 if (inst->DstReg.File != PROGRAM_UNDEFINED) { in _mesa_fprint_alu_instruction()
1298 inst->SrcReg[1].File = PROGRAM_UNDEFINED; in _mesa_simplify_cmp()1300 inst->SrcReg[2].File = PROGRAM_UNDEFINED; in _mesa_simplify_cmp()
107 case PROGRAM_UNDEFINED: in ptn_get_dest()128 case PROGRAM_UNDEFINED: in ptn_get_src()
2142 r->File = PROGRAM_UNDEFINED;2171 r->Base.File = PROGRAM_UNDEFINED;
154 static const st_src_reg undef_src = st_src_reg(PROGRAM_UNDEFINED, 0, GLSL_TYPE_ERROR);155 static const st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR);568 unsigned writemask = inst->dst[1].file == PROGRAM_UNDEFINED in emit_asm()595 addr.file == PROGRAM_UNDEFINED) { in emit_asm()1050 } while (inst->op == op && inst->resource.file == PROGRAM_UNDEFINED); in add_buffer_to_load_and_stores()1385 this->result.file = PROGRAM_UNDEFINED; in visit()1387 if (this->result.file == PROGRAM_UNDEFINED) { in visit()1443 this->result.file = PROGRAM_UNDEFINED; in visit_expression()2425 assert(src.file != PROGRAM_UNDEFINED); in visit()3175 assert(l.file != PROGRAM_UNDEFINED); in visit()[all …]
122 this->file = PROGRAM_UNDEFINED; in reset()306 this->file = PROGRAM_UNDEFINED; in st_dst_reg()
83 case PROGRAM_UNDEFINED: in dst_register()126 case PROGRAM_UNDEFINED: in src_register()
320 PROGRAM_UNDEFINED,489 return reg.file == PROGRAM_UNDEFINED; in is_undef()