Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ATOMFADD (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h185 case TGSI_OPCODE_ATOMFADD: in is_resource_instruction()
Dst_glsl_to_tgsi.cpp6215 case TGSI_OPCODE_ATOMFADD: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c236 case TGSI_OPCODE_ATOMFADD: { in handle_op_atomic()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c388 case TGSI_OPCODE_ATOMFADD: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c403 case TGSI_OPCODE_ATOMFADD: in scan_instruction()
Dtgsi_exec.c4349 case TGSI_OPCODE_ATOMFADD: in exec_atomop_mem()
6163 case TGSI_OPCODE_ATOMFADD: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h453 TGSI_OPCODE_ATOMFADD = 103, enumerator
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1117 opcode = TGSI_OPCODE_ATOMFADD; in ntt_emit_mem()
1265 op = TGSI_OPCODE_ATOMFADD; in ntt_emit_image_load_store()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp957 case TGSI_OPCODE_ATOMFADD: return NV50_IR_SUBOP_ATOM_ADD; in opcodeToSubOp()
1586 case TGSI_OPCODE_ATOMFADD: in scanInstruction()
3752 case TGSI_OPCODE_ATOMFADD: in handleInstruction()