Searched refs:TGSI_OPCODE_NOT (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 129 case TGSI_OPCODE_NOT: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5422 case TGSI_OPCODE_NOT: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 429 TGSI_OPCODE_NOT = 85, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 777 case TGSI_OPCODE_NOT: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 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/ |
D | nir_to_tgsi.c | 953 [nir_op_inot] = { TGSI_OPCODE_NOT, TGSI_OPCODE_NOT }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1859 [TGSI_OPCODE_NOT] = nir_op_inot,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 521 case TGSI_OPCODE_NOT: in inferSrcType() 3249 case TGSI_OPCODE_NOT: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 125 {D3D10_SB_OPCODE_NOT, OF_UINT, TGSI_OPCODE_NOT},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2884 case TGSI_OPCODE_NOT: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 833 case TGSI_OPCODE_NOT: in translate_opcode() 9317 case TGSI_OPCODE_NOT: in emit_vgpu10_instruction()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1538 emit_asm(ir, TGSI_OPCODE_NOT, result_dst, op[0]); in visit_expression() 2016 emit_asm(ir, TGSI_OPCODE_NOT, result_dst, op[0]); in visit_expression()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11842 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2}, 12039 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2}, 12266 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},
|