Searched refs:inst3 (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c325 code->inst[ip].inst3 |= inst->RGB.Omod << R500_ALU_RGB_OMOD_SHIFT;
336 code->inst[ip].inst3 |= translate_arg_rgb(inst, 0) << R500_ALU_RGB_SEL_A_SHIFT;
337 code->inst[ip].inst3 |= translate_arg_rgb(inst, 1) << R500_ALU_RGB_SEL_B_SHIFT;
344 code->inst[ip].inst3 |= R500_ALU_RGB_TARGET(inst->RGB.Target);
348 code->inst[ip].inst3 |= R500_ALU_RGB_WMASK;
433 code->inst[ip].inst3 =
518 s->Code->inst[newip].inst3 = R500_FC_INT_ADDR(0)
523 s->Code->inst[loop->BgnLoop].inst3 = R500_FC_INT_ADDR(0)
529 s->Code->inst[loop->Brks[loop->BrkCount]].inst3 =
535 s->Code->inst[loop->Conts[loop->ContCount]].inst3
[all...]
H A Dr500_fragprog.c415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3);
416 inst = code->inst[n].inst3;
509 inst = code->inst[n].inst3;
516 inst = code->inst[n].inst3;
535 fprintf(stderr,"\t3:TEX_DXDY: 0x%08x\n", code->inst[n].inst3);
H A Dradeon_code.h229 uint32_t inst3; member in struct:r500_fragment_program_code::__anon15098
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DMachO_i386_DynNoPIC_relocations.s27 inst3: label
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_install_data.py58 inst3 = os.path.join(cmd.install_dir, 'inst3')
63 ('inst3', [three]),
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_legalize.c450 struct toy_inst *inst2, *inst3; local
477 inst3 = inst2;
478 LIST_FOR_EACH_ENTRY_FROM(inst2, &inst3->list, &tc->instructions, list) {
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c278 OUT_CB(code->inst[i].inst3);

Completed in 1718 milliseconds