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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.c 123 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT)
149 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT && inst->U.I.SrcReg[i].Index == input) {
255 inst_rcp->U.I.SrcReg[0].File = RC_FILE_INPUT;
266 inst_mul->U.I.SrcReg[0].File = RC_FILE_INPUT;
304 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT &&
338 inst_add->U.I.SrcReg[1].File = RC_FILE_INPUT;
348 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT &&
radeon_program_constants.h 62 RC_FILE_INPUT,
radeon_pair_regalloc.c 168 if (file != RC_FILE_INPUT)
193 else if (*file == RC_FILE_INPUT)
700 if (var->Dst.File == RC_FILE_INPUT) {
726 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1;
r3xx_vertprog.c 91 case RC_FILE_INPUT:
125 if (src->File == RC_FILE_INPUT) {
r300_fragprog_emit.c 96 } else if (src.File == RC_FILE_TEMPORARY || src.File == RC_FILE_INPUT) {
radeon_program_print.c 143 case RC_FILE_INPUT: filename = "input"; break;
r500_fragprog_emit.c 210 } else if (src.File == RC_FILE_TEMPORARY || src.File == RC_FILE_INPUT) {
radeon_optimize.c 92 reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_INPUT &&
radeon_program_tex.c 505 if (inst->U.I.SrcReg[0].File != RC_FILE_TEMPORARY && inst->U.I.SrcReg[0].File != RC_FILE_INPUT) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 131 src_reg->File = RC_FILE_INPUT;
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 163 case TGSI_FILE_INPUT: return RC_FILE_INPUT;

Completed in 49 milliseconds