Searched refs:TGSI_OPCODE_ATOMOR (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.h | 156 case TGSI_OPCODE_ATOMOR: in is_resource_instruction()
|
D | st_glsl_to_tgsi.cpp | 3340 opcode = TGSI_OPCODE_ATOMOR; in visit_atomic_counter_intrinsic() 3441 opcode = TGSI_OPCODE_ATOMOR; in visit_ssbo_intrinsic() 3573 opcode = TGSI_OPCODE_ATOMOR; in visit_shared_intrinsic() 3764 opcode = TGSI_OPCODE_ATOMOR; in visit_image_intrinsic() 5872 case TGSI_OPCODE_ATOMOR: in compile_tgsi_instruction()
|
/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 | 381 case TGSI_OPCODE_ATOMOR: in scan_instruction()
|
D | tgsi_exec.c | 4233 case TGSI_OPCODE_ATOMOR: in exec_atomop_mem() 5932 case TGSI_OPCODE_ATOMOR: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 510 #define TGSI_OPCODE_ATOMOR 171 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 516 #define TGSI_OPCODE_ATOMOR 171 macro
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_image.c | 440 case TGSI_OPCODE_ATOMOR: in handle_op_uint() 556 case TGSI_OPCODE_ATOMOR: in handle_op_int()
|
D | sp_buffer.c | 217 case TGSI_OPCODE_ATOMOR: in handle_op_uint()
|
/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/radeonsi/ |
D | si_shader_tgsi_mem.c | 895 case TGSI_OPCODE_ATOMOR: in atomic_emit_memory() 1986 bld_base->op_actions[TGSI_OPCODE_ATOMOR] = tmpl; in si_shader_context_init_mem() 1987 bld_base->op_actions[TGSI_OPCODE_ATOMOR].intr_name = "or"; in si_shader_context_init_mem()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 605 case TGSI_OPCODE_ATOMOR: in inferSrcType() 1007 case TGSI_OPCODE_ATOMOR: return NV50_IR_SUBOP_ATOM_OR; in opcodeToSubOp() 1608 case TGSI_OPCODE_ATOMOR: in scanInstruction() 3817 case TGSI_OPCODE_ATOMOR: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 8614 case TGSI_OPCODE_ATOMOR: in get_gds_op() 8711 case TGSI_OPCODE_ATOMOR: in get_lds_op() 10421 [TGSI_OPCODE_ATOMOR] = { ALU_OP0_NOP, tgsi_unsupported}, 10618 [TGSI_OPCODE_ATOMOR] = { V_RAT_INST_OR_RTN, tgsi_atomic_op}, 10840 [TGSI_OPCODE_ATOMOR] = { V_RAT_INST_OR_RTN, tgsi_atomic_op},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2523 case TGSI_OPCODE_ATOMOR: in get_atomic_opname() 3928 case TGSI_OPCODE_ATOMOR: in iter_instruction()
|