Home
last modified time | relevance | path

Searched refs:PROGRAM_UNDEFINED (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c48 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()
Dprog_parameter.h65 PROGRAM_UNDEFINED, /**< Invalid/TBD value */ enumerator
Dprog_print.c68 case PROGRAM_UNDEFINED: in _mesa_register_file_name()
572 if (inst->DstReg.File != PROGRAM_UNDEFINED) { in _mesa_fprint_alu_instruction()
Dprog_to_nir.c109 case PROGRAM_UNDEFINED: in ptn_get_dest()
130 case PROGRAM_UNDEFINED: in ptn_get_src()
Dprogram_parse.y2157 r->File = PROGRAM_UNDEFINED;
2186 r->Base.File = PROGRAM_UNDEFINED;
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c333 PROGRAM_UNDEFINED,
499 return reg.file == PROGRAM_UNDEFINED; in is_undef()