Searched refs:gds_op (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Deg_asm.c228 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f; local in function:eg_bytecode_gds_build
232 gds_op = 0;
245 S_SQ_MEM_GDS_WORD1_GDS_OP(gds_op) |
H A Dr600_shader.c9281 int gds_op = get_gds_op(inst->Instruction.Opcode); local in function:tgsi_atomic_op_gds
9287 if (gds_op == -1) {
9296 if (gds_op == FETCH_OP_GDS_CMP_XCHG_RET) {
9326 if (abs_value != value && gds_op == FETCH_OP_GDS_ADD_RET)
9327 gds_op = FETCH_OP_GDS_SUB_RET;
9354 gds.op = gds_op;
9362 if (gds_op == FETCH_OP_GDS_CMP_XCHG_RET)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Deg_asm.c228 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f; local in function:eg_bytecode_gds_build
232 gds_op = 0;
245 S_SQ_MEM_GDS_WORD1_GDS_OP(gds_op) |
H A Dr600_shader.c9380 int gds_op = get_gds_op(inst->Instruction.Opcode); local in function:tgsi_atomic_op_gds
9386 if (gds_op == -1) {
9395 if (gds_op == FETCH_OP_GDS_CMP_XCHG_RET) {
9425 if (abs_value != value && gds_op == FETCH_OP_GDS_ADD_RET)
9426 gds_op = FETCH_OP_GDS_SUB_RET;
9453 gds.op = gds_op;
9461 if (gds_op == FETCH_OP_GDS_CMP_XCHG_RET)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp415 unsigned gds_op; local in function:r600_sb::bc_decoder::decode_fetch
419 gds_op = (dw1 >> 9) & 0x1f;
421 fetch_opcode = FETCH_OP_GDS_ADD_RET + gds_op;
423 fetch_opcode = FETCH_OP_GDS_ADD + gds_op;
H A Dsb_bc_builder.cpp568 unsigned gds_op = (ctx.fetch_opcode(bc.op) >> 8) & 0x3f; local in function:r600_sb::bc_builder::build_fetch_gds
574 gds_op = 0;
588 .GDS_OP(gds_op)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp415 unsigned gds_op; local in function:r600_sb::bc_decoder::decode_fetch
419 gds_op = (dw1 >> 9) & 0x1f;
421 fetch_opcode = FETCH_OP_GDS_ADD_RET + gds_op;
423 fetch_opcode = FETCH_OP_GDS_ADD + gds_op;
H A Dsb_bc_builder.cpp568 unsigned gds_op = (ctx.fetch_opcode(bc.op) >> 8) & 0x3f; local in function:r600_sb::bc_builder::build_fetch_gds
574 gds_op = 0;
588 .GDS_OP(gds_op)

Completed in 31 milliseconds