Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_AND (Results 1 – 16 of 16) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c129 { 1, 2, 0, 0, 0, 0, COMP, "AND", TGSI_OPCODE_AND },
330 case TGSI_OPCODE_AND: in tgsi_opcode_infer_type()
Dtgsi_util.c215 case TGSI_OPCODE_AND: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c131 case TGSI_OPCODE_AND: in tgsi_opcode_infer_type()
Dtgsi_exec.c5461 case TGSI_OPCODE_AND: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h420 #define TGSI_OPCODE_AND 89 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h431 #define TGSI_OPCODE_AND 89 macro
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1572 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2); in visit_expression()
1578 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2); in visit_expression()
1582 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2); in visit_expression()
1587 emit_asm(ir, TGSI_OPCODE_AND, result_dst, temp1, temp2); in visit_expression()
1721 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], op[1]); in visit_expression()
1758 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], st_src_reg_for_float(1.0)); in visit_expression()
1776 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], st_src_reg_for_int(1)); in visit_expression()
1894 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], op[1]); in visit_expression()
2190 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, op[0], st_src_reg_for_int(1)); in visit_expression()
2214 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, op[0], st_src_reg_for_int(1)); in visit_expression()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c797 case TGSI_OPCODE_AND: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2408 bld_base->op_actions[TGSI_OPCODE_AND].emit = and_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c716 bld_base->op_actions[TGSI_OPCODE_AND].emit = emit_and; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1546 [TGSI_OPCODE_AND] = nir_op_iand,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp580 case TGSI_OPCODE_AND: in inferSrcType()
3221 case TGSI_OPCODE_AND: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c565 case TGSI_OPCODE_AND: in translate_opcode()
5446 case TGSI_OPCODE_AND: in emit_vgpu10_instruction()
Dsvga_tgsi_insn.c2883 case TGSI_OPCODE_AND: in svga_emit_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10339 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
10536 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
10758 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
/external/virglrenderer/src/
Dvrend_shader.c3562 case TGSI_OPCODE_AND: in iter_instruction()