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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 159 RC_ALURESULT_X,
r500_fragprog.c 100 alu_chan = RC_ALURESULT_X;
114 if (alu_chan == RC_ALURESULT_X) {
radeon_dataflow_deadcode.c 172 if (inst->U.I.WriteALUResult == RC_ALURESULT_X)
343 if (inst->U.I.WriteALUResult == RC_ALURESULT_X)
radeon_program_print.c 327 (inst->U.I.WriteALUResult == RC_ALURESULT_X) ? "x" : "w",
399 if (inst->WriteALUResult == RC_ALURESULT_X)
radeon_pair_translate.c 94 if (inst->WriteALUResult == RC_ALURESULT_X)
r500_fragprog_emit.c 350 if (inst->WriteALUResult == RC_ALURESULT_X)

Completed in 51 milliseconds