Searched refs:TGSI_OPCODE_ATOMXOR (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.h | 180 case TGSI_OPCODE_ATOMXOR: in is_resource_instruction()
|
D | st_glsl_to_tgsi.cpp | 3515 opcode = TGSI_OPCODE_ATOMXOR; in visit_atomic_counter_intrinsic() 3616 opcode = TGSI_OPCODE_ATOMXOR; in visit_ssbo_intrinsic() 3748 opcode = TGSI_OPCODE_ATOMXOR; in visit_shared_intrinsic() 3944 opcode = TGSI_OPCODE_ATOMXOR; in visit_image_intrinsic() 6210 case TGSI_OPCODE_ATOMXOR: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_buffer.c | 202 case TGSI_OPCODE_ATOMXOR: { in handle_op_atomic()
|
D | sp_image.c | 414 case TGSI_OPCODE_ATOMXOR: in handle_op_uint() 530 case TGSI_OPCODE_ATOMXOR: in handle_op_int()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 383 case TGSI_OPCODE_ATOMXOR: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 398 case TGSI_OPCODE_ATOMXOR: in scan_instruction()
|
D | tgsi_exec.c | 4321 case TGSI_OPCODE_ATOMXOR: in exec_atomop_mem() 6158 case TGSI_OPCODE_ATOMXOR: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 511 #define TGSI_OPCODE_ATOMXOR 172 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 527 TGSI_OPCODE_ATOMXOR = 172, enumerator
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 214 { 1, 3, 0, 0, 0, 0, OTHR, "ATOMXOR", TGSI_OPCODE_ATOMXOR },
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 544 case TGSI_OPCODE_ATOMXOR: in inferSrcType() 952 case TGSI_OPCODE_ATOMXOR: return NV50_IR_SUBOP_ATOM_XOR; in opcodeToSubOp() 1581 case TGSI_OPCODE_ATOMXOR: in scanInstruction() 3747 case TGSI_OPCODE_ATOMXOR: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 1145 opcode = TGSI_OPCODE_ATOMXOR; in ntt_emit_mem() 1286 op = TGSI_OPCODE_ATOMXOR; in ntt_emit_image_load_store()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 3779 case TGSI_OPCODE_ATOMXOR: in atomic_emit() 4558 bld.bld_base.op_actions[TGSI_OPCODE_ATOMXOR].emit = atomic_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9346 case TGSI_OPCODE_ATOMXOR: in get_gds_op() 9473 case TGSI_OPCODE_ATOMXOR: in get_lds_op() 11845 [TGSI_OPCODE_ATOMXOR] = { ALU_OP0_NOP, tgsi_unsupported}, 12042 [TGSI_OPCODE_ATOMXOR] = { V_RAT_INST_XOR_RTN, tgsi_atomic_op}, 12268 [TGSI_OPCODE_ATOMXOR] = { V_RAT_INST_XOR_RTN, tgsi_atomic_op},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2526 case TGSI_OPCODE_ATOMXOR: in get_atomic_opname() 3929 case TGSI_OPCODE_ATOMXOR: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9473 case TGSI_OPCODE_ATOMXOR: in emit_vgpu10_instruction()
|