HomeSort by relevance Sort by last modified time
    Searched refs:PROGRAM_UNDEFINED (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 151 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
181 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
183 inst->SrcReg[2].File = PROGRAM_UNDEFINED;
212 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
236 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
260 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
268 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
292 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
300 inst->SrcReg[1].File = PROGRAM_UNDEFINED;
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;
ir_to_mesa.cpp 84 this->file = PROGRAM_UNDEFINED;
113 this->file = PROGRAM_UNDEFINED;
332 static src_reg undef_src = src_reg(PROGRAM_UNDEFINED, 0, NULL);
334 static dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP);
892 this->result.file = PROGRAM_UNDEFINED;
894 if (this->result.file == PROGRAM_UNDEFINED) {
1001 this->result.file = PROGRAM_UNDEFINED;
1003 if (this->result.file == PROGRAM_UNDEFINED) {
1023 this->result.file = PROGRAM_UNDEFINED;
    [all...]
prog_print.c 69 case PROGRAM_UNDEFINED:
570 if (inst->DstReg.File != PROGRAM_UNDEFINED) {
prog_optimize.c     [all...]
prog_to_nir.c 104 case PROGRAM_UNDEFINED:
125 case PROGRAM_UNDEFINED:
program_parse.y     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 151 this->file = PROGRAM_UNDEFINED;
229 this->file = PROGRAM_UNDEFINED;
348 static st_src_reg undef_src = st_src_reg(PROGRAM_UNDEFINED, 0, GLSL_TYPE_ERROR);
349 static st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR);
774 unsigned writemask = inst->dst[1].file == PROGRAM_UNDEFINED ? inst->dst[0].writemask : inst->dst[1].writemask;
799 addr.file == PROGRAM_UNDEFINED) {
    [all...]
st_mesa_to_tgsi.c 84 case PROGRAM_UNDEFINED:
124 case PROGRAM_UNDEFINED:
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 326 PROGRAM_UNDEFINED,
495 return reg.file == PROGRAM_UNDEFINED;
    [all...]
mtypes.h     [all...]

Completed in 211 milliseconds