Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c131 case TGSI_OPCODE_AND: in tgsi_opcode_infer_type()
Dtgsi_exec.c5355 case TGSI_OPCODE_AND: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h434 TGSI_OPCODE_AND = 89, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c798 case TGSI_OPCODE_AND: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2536 bld_base->op_actions[TGSI_OPCODE_AND].emit = and_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1439 [nir_op_iand] = { TGSI_OPCODE_AND, TGSI_OPCODE_AND }, in ntt_emit_alu()
Dtgsi_to_nir.c1866 [TGSI_OPCODE_AND] = nir_op_iand,
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp518 case TGSI_OPCODE_AND: in inferSrcType()
3201 case TGSI_OPCODE_AND: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c67 {D3D10_SB_OPCODE_AND, OF_UINT, TGSI_OPCODE_AND},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2949 case TGSI_OPCODE_AND: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c914 case TGSI_OPCODE_AND: in translate_opcode()
10894 case TGSI_OPCODE_AND: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11874 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
12071 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
12298 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},