Home
last modified time | relevance | path

Searched refs:gds_op (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Deg_asm.c226 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f; in eg_bytecode_gds_build() local
230 gds_op = 0; in eg_bytecode_gds_build()
243 S_SQ_MEM_GDS_WORD1_GDS_OP(gds_op) | in eg_bytecode_gds_build()
Dr600_shader.c8636 int gds_op = get_gds_op(inst->Instruction.Opcode); in tgsi_atomic_op_gds() local
8642 if (gds_op == -1) { in tgsi_atomic_op_gds()
8654 if (abs_value != value && gds_op == FETCH_OP_GDS_ADD_RET) in tgsi_atomic_op_gds()
8655 gds_op = FETCH_OP_GDS_SUB_RET; in tgsi_atomic_op_gds()
8682 gds.op = gds_op; in tgsi_atomic_op_gds()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_decoder.cpp415 unsigned gds_op; in decode_fetch() local
417 gds_op = (dw1 >> 9) & 0x1f; in decode_fetch()
419 fetch_opcode = FETCH_OP_GDS_ADD_RET + gds_op; in decode_fetch()
421 fetch_opcode = FETCH_OP_GDS_ADD + gds_op; in decode_fetch()
Dsb_bc_builder.cpp566 unsigned gds_op = (ctx.fetch_opcode(bc.op) >> 8) & 0x3f; in build_fetch_gds() local
572 gds_op = 0; in build_fetch_gds()
586 .GDS_OP(gds_op) in build_fetch_gds()