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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_translate.c 45 inst->SrcReg[1].File = RC_FILE_NONE;
66 inst->SrcReg[1].File = RC_FILE_NONE;
68 inst->SrcReg[2].File = RC_FILE_NONE;
73 inst->SrcReg[2].File = RC_FILE_NONE;
radeon_vert_fc.c 108 new_inst->U.I.SrcReg[0].File = RC_FILE_NONE;
128 new_inst->U.I.SrcReg[1].File = RC_FILE_NONE;
142 inst->U.I.SrcReg[0].File = RC_FILE_NONE;
radeon_program_constants.h 52 RC_FILE_NONE = 0,
r500_fragprog.c 110 inst_mov->U.I.DstReg.File = RC_FILE_NONE;
160 writer->Inst->U.I.DstReg.File = RC_FILE_NONE;
radeon_program_pair.c 48 if ((!rgb && !alpha) || file == RC_FILE_NONE)
radeon_optimize.c 181 if (src.File != RC_FILE_NONE) {
326 inst->U.I.SrcReg[src].File = RC_FILE_NONE;
375 newsrc.File = RC_FILE_NONE;
637 * function only works if the register's file is RC_FILE_NONE */
radeon_program_alu.c 109 .File = RC_FILE_NONE,
114 .File = RC_FILE_NONE,
120 .File = RC_FILE_NONE,
126 .File = RC_FILE_NONE,
    [all...]
radeon_variable.c 340 file = RC_FILE_NONE;
r3xx_vertprog.c 88 case RC_FILE_NONE:
326 if (vpi->SrcReg[i].File != RC_FILE_NONE)
radeon_program_tex.c 40 reg.File = RC_FILE_NONE;
51 reg.File = RC_FILE_NONE;
radeon_compiler.c 335 inst_add->U.I.SrcReg[0].File = RC_FILE_NONE;
radeon_compiler_util.c 404 if (src->File == RC_FILE_NONE)
radeon_program_print.c 130 if (file == RC_FILE_NONE) {
radeon_dataflow.c 199 if (inst->U.I.SrcReg[src].File == RC_FILE_NONE)
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 135 src_reg->File = RC_FILE_NONE;

Completed in 93 milliseconds