Searched refs:fetch_opcode (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp411 unsigned fetch_opcode = dw0 & 0x1F; local in function:r600_sb::bc_decoder::decode_fetch
413 if (fetch_opcode == 2) { // MEM_INST_MEM
417 fetch_opcode = mem_op == 0 ? FETCH_OP_READ_SCRATCH : FETCH_OP_READ_MEM;
421 fetch_opcode = FETCH_OP_GDS_ADD_RET + gds_op;
423 fetch_opcode = FETCH_OP_GDS_ADD + gds_op;
425 fetch_opcode = FETCH_OP_TF_WRITE;
426 bc.set_op(fetch_opcode);
428 bc.set_op(r600_isa_fetch_by_opcode(ctx.isa, fetch_opcode));
H A Dsb_bc_builder.cpp514 .TEX_INST(ctx.fetch_opcode(bc.op));
524 .TEX_INST(ctx.fetch_opcode(bc.op));
536 .TEX_INST(ctx.fetch_opcode(bc.op));
568 unsigned gds_op = (ctx.fetch_opcode(bc.op) >> 8) & 0x3f;
620 .VC_INST(ctx.fetch_opcode(bc.op));
634 .VC_INST(ctx.fetch_opcode(bc.op));
H A Dsb_bc.h729 unsigned fetch_opcode(unsigned op) { function in class:r600_sb::sb_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp411 unsigned fetch_opcode = dw0 & 0x1F; local in function:r600_sb::bc_decoder::decode_fetch
413 if (fetch_opcode == 2) { // MEM_INST_MEM
417 fetch_opcode = mem_op == 0 ? FETCH_OP_READ_SCRATCH : FETCH_OP_READ_MEM;
421 fetch_opcode = FETCH_OP_GDS_ADD_RET + gds_op;
423 fetch_opcode = FETCH_OP_GDS_ADD + gds_op;
425 fetch_opcode = FETCH_OP_TF_WRITE;
426 bc.set_op(fetch_opcode);
428 bc.set_op(r600_isa_fetch_by_opcode(ctx.isa, fetch_opcode));
H A Dsb_bc_builder.cpp514 .TEX_INST(ctx.fetch_opcode(bc.op));
524 .TEX_INST(ctx.fetch_opcode(bc.op));
536 .TEX_INST(ctx.fetch_opcode(bc.op));
568 unsigned gds_op = (ctx.fetch_opcode(bc.op) >> 8) & 0x3f;
620 .VC_INST(ctx.fetch_opcode(bc.op));
634 .VC_INST(ctx.fetch_opcode(bc.op));
H A Dsb_bc.h768 unsigned fetch_opcode(unsigned op) { function in class:r600_sb::sb_context

Completed in 32 milliseconds