Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h185 case TGSI_OPCODE_ATOMFADD: in is_resource_instruction()
Dst_glsl_to_tgsi.cpp6295 case TGSI_OPCODE_ATOMFADD: in compile_tgsi_instruction()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c327 case TGSI_OPCODE_ATOMFADD: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c403 case TGSI_OPCODE_ATOMFADD: in scan_instruction()
Dtgsi_exec.c4129 case TGSI_OPCODE_ATOMFADD: in exec_atomop_membuf()
5915 case TGSI_OPCODE_ATOMFADD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h447 TGSI_OPCODE_ATOMFADD = 103, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1478 opcode = TGSI_OPCODE_ATOMFADD; in ntt_emit_mem()
1626 op = TGSI_OPCODE_ATOMFADD; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp957 case TGSI_OPCODE_ATOMFADD: return NV50_IR_SUBOP_ATOM_ADD; in opcodeToSubOp()
1607 case TGSI_OPCODE_ATOMFADD: in scanInstruction()
3813 case TGSI_OPCODE_ATOMFADD: in handleInstruction()