Searched refs:TGSI_OPCODE_NOT (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_info.c | 129 case TGSI_OPCODE_NOT: in tgsi_opcode_infer_type()
|
H A D | tgsi_exec.c | 5343 case TGSI_OPCODE_NOT: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 430 TGSI_OPCODE_NOT = 85, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 778 case TGSI_OPCODE_NOT: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_action.c | 1710 /* TGSI_OPCODE_NOT */ 2570 bld_base->op_actions[TGSI_OPCODE_NOT].emit = not_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 1438 [nir_op_inot] = { TGSI_OPCODE_NOT, TGSI_OPCODE_NOT }, in ntt_emit_alu()
|
H A D | tgsi_to_nir.c | 1863 [TGSI_OPCODE_NOT] = nir_op_inot,
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 521 case TGSI_OPCODE_NOT: in inferSrcType() 3253 case TGSI_OPCODE_NOT: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 125 {D3D10_SB_OPCODE_NOT, OF_UINT, TGSI_OPCODE_NOT},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 2952 case TGSI_OPCODE_NOT: in svga_emit_instruction()
|
H A D | svga_tgsi_vgpu10.c | 908 case TGSI_OPCODE_NOT: in translate_opcode() 10929 case TGSI_OPCODE_NOT: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11870 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2}, 12067 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2}, 12294 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},
|
Completed in 61 milliseconds