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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.h 129 RC_INSTRUCTION_NORMAL = 0,
radeon_variable.c 54 if (var_ptr->Inst->Type == RC_INSTRUCTION_NORMAL) {
76 if (reader->Inst->Type == RC_INSTRUCTION_NORMAL) {
244 if (reader_a.Inst->Type == RC_INSTRUCTION_NORMAL
245 && reader_b.Inst->Type == RC_INSTRUCTION_NORMAL
366 if (inst->Type == RC_INSTRUCTION_NORMAL) {
419 if (a->Inst->Type == RC_INSTRUCTION_NORMAL) {
451 if (src_type == RC_INSTRUCTION_NORMAL) {
radeon_pair_dead_sources.c 48 if (inst->Type == RC_INSTRUCTION_NORMAL)
radeon_pair_schedule.c 253 if (sinst->Instruction->Type == RC_INSTRUCTION_NORMAL)
305 assert(sinst->Instruction->Type != RC_INSTRUCTION_NORMAL);
328 if (sinst->Instruction->Type == RC_INSTRUCTION_NORMAL) {
350 if (sinst->Instruction->Type == RC_INSTRUCTION_NORMAL) {
1137 if (!writer || writer->Instruction->Type != RC_INSTRUCTION_NORMAL) {
    [all...]
radeon_dataflow.c 192 if (inst->Type != RC_INSTRUCTION_NORMAL) {
243 if (inst->Type == RC_INSTRUCTION_NORMAL) {
290 if (inst->Type == RC_INSTRUCTION_NORMAL) {
444 if (inst->Type == RC_INSTRUCTION_NORMAL)
775 if (tmp->Type == RC_INSTRUCTION_NORMAL) {
radeon_pair_regalloc.c 289 * RC_INSTRUCTION_NORMAL then it is a TEX instruction.
292 if (var_ptr->Inst->Type == RC_INSTRUCTION_NORMAL) {
696 if (!s->C->is_r500 && var->Inst->Type == RC_INSTRUCTION_NORMAL) {
radeon_pair_translate.c 364 if (inst->Type != RC_INSTRUCTION_NORMAL)
radeon_emulate_branches.c 323 if (inst->Type == RC_INSTRUCTION_NORMAL) {
radeon_emulate_loops.c 481 if(ptr->Type == RC_INSTRUCTION_NORMAL &&
r300_fragprog_emit.c 492 if (inst->Type == RC_INSTRUCTION_NORMAL) {
radeon_compiler.c 376 if (tmp->Type == RC_INSTRUCTION_NORMAL) {
radeon_compiler_util.c 617 if (inst->Type == RC_INSTRUCTION_NORMAL) {
r500_fragprog_emit.c 640 if (inst->Type == RC_INSTRUCTION_NORMAL) {
radeon_optimize.c 783 RC_INSTRUCTION_NORMAL, &inst_mul->U.I.SrcReg[temp_index]);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 325 inst->Type = RC_INSTRUCTION_NORMAL;

Completed in 251 milliseconds