OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempdst
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_alu.c
443
struct rc_dst_register
tempdst
= try_to_reuse_dst(c, inst);
local
444
struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY,
tempdst
.Index);
445
tempdst
.WriteMask = RC_MASK_W;
448
emit1(c, inst->Prev, RC_OPCODE_LG2, 0,
tempdst
, swizzle_xxxx(inst->U.I.SrcReg[0]));
449
emit2(c, inst->Prev, RC_OPCODE_MUL, 0,
tempdst
, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1]));
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c
443
struct rc_dst_register
tempdst
= try_to_reuse_dst(c, inst);
local
444
struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY,
tempdst
.Index);
445
tempdst
.WriteMask = RC_MASK_W;
448
emit1(c, inst->Prev, RC_OPCODE_LG2, 0,
tempdst
, swizzle_xxxx(inst->U.I.SrcReg[0]));
449
emit2(c, inst->Prev, RC_OPCODE_MUL, 0,
tempdst
, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1]));
[
all
...]
Completed in 1274 milliseconds