Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c125 { 1, 1, 0, 0, 0, 0, COMP, "NOT", TGSI_OPCODE_NOT },
362 case TGSI_OPCODE_NOT: in tgsi_opcode_infer_type()
Dtgsi_util.c213 case TGSI_OPCODE_NOT: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c129 case TGSI_OPCODE_NOT: in tgsi_opcode_infer_type()
Dtgsi_exec.c5670 case TGSI_OPCODE_NOT: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h435 TGSI_OPCODE_NOT = 85, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h418 #define TGSI_OPCODE_NOT 85 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c777 case TGSI_OPCODE_NOT: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2570 bld_base->op_actions[TGSI_OPCODE_NOT].emit = not_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c651 [nir_op_inot] = { TGSI_OPCODE_NOT, TGSI_OPCODE_NOT }, in ntt_emit_alu()
Dtgsi_to_nir.c1862 [TGSI_OPCODE_NOT] = nir_op_inot,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp521 case TGSI_OPCODE_NOT: in inferSrcType()
3190 case TGSI_OPCODE_NOT: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2886 case TGSI_OPCODE_NOT: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c833 case TGSI_OPCODE_NOT: in translate_opcode()
9262 case TGSI_OPCODE_NOT: in emit_vgpu10_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1460 emit_asm(ir, TGSI_OPCODE_NOT, result_dst, op[0]); in visit_expression()
1938 emit_asm(ir, TGSI_OPCODE_NOT, result_dst, op[0]); in visit_expression()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11758 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},
11955 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},
12181 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},
/external/virglrenderer/src/
Dvrend_shader.c5101 case TGSI_OPCODE_NOT: in iter_instruction()