Searched refs:TGSI_OPCODE_ATOMOR (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.h | 179 case TGSI_OPCODE_ATOMOR: in is_resource_instruction()
|
D | st_glsl_to_tgsi.cpp | 3512 opcode = TGSI_OPCODE_ATOMOR; in visit_atomic_counter_intrinsic() 3613 opcode = TGSI_OPCODE_ATOMOR; in visit_ssbo_intrinsic() 3745 opcode = TGSI_OPCODE_ATOMOR; in visit_shared_intrinsic() 3941 opcode = TGSI_OPCODE_ATOMOR; in visit_image_intrinsic() 6209 case TGSI_OPCODE_ATOMOR: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_buffer.c | 196 case TGSI_OPCODE_ATOMOR: { in handle_op_atomic()
|
D | sp_image.c | 407 case TGSI_OPCODE_ATOMOR: in handle_op_uint() 523 case TGSI_OPCODE_ATOMOR: in handle_op_int()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 382 case TGSI_OPCODE_ATOMOR: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 397 case TGSI_OPCODE_ATOMOR: in scan_instruction()
|
D | tgsi_exec.c | 4324 case TGSI_OPCODE_ATOMOR: in exec_atomop_mem() 6157 case TGSI_OPCODE_ATOMOR: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 526 TGSI_OPCODE_ATOMOR = 171, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 508 #define TGSI_OPCODE_ATOMOR 171 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 213 { 1, 3, 0, 0, 0, 0, OTHR, "ATOMOR", TGSI_OPCODE_ATOMOR },
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 543 case TGSI_OPCODE_ATOMOR: in inferSrcType() 951 case TGSI_OPCODE_ATOMOR: return NV50_IR_SUBOP_ATOM_OR; in opcodeToSubOp() 1580 case TGSI_OPCODE_ATOMOR: in scanInstruction() 3746 case TGSI_OPCODE_ATOMOR: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 1141 opcode = TGSI_OPCODE_ATOMOR; in ntt_emit_mem() 1283 op = TGSI_OPCODE_ATOMOR; in ntt_emit_image_load_store()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 3776 case TGSI_OPCODE_ATOMOR: in atomic_emit() 4557 bld.bld_base.op_actions[TGSI_OPCODE_ATOMOR].emit = atomic_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9344 case TGSI_OPCODE_ATOMOR: in get_gds_op() 9471 case TGSI_OPCODE_ATOMOR: in get_lds_op() 11844 [TGSI_OPCODE_ATOMOR] = { ALU_OP0_NOP, tgsi_unsupported}, 12041 [TGSI_OPCODE_ATOMOR] = { V_RAT_INST_OR_RTN, tgsi_atomic_op}, 12267 [TGSI_OPCODE_ATOMOR] = { V_RAT_INST_OR_RTN, tgsi_atomic_op},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3277 case TGSI_OPCODE_ATOMOR: in get_atomic_opname() 5348 case TGSI_OPCODE_ATOMOR: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9468 case TGSI_OPCODE_ATOMOR: in emit_vgpu10_instruction()
|