Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c265 { 1, 2, 0, 0, 0, 0, COMP, "DDIV", TGSI_OPCODE_DDIV },
445 case TGSI_OPCODE_DDIV: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c198 case TGSI_OPCODE_DDIV: in tgsi_opcode_infer_type()
Dtgsi_scan.c484 fullinst->Instruction.Opcode == TGSI_OPCODE_DDIV || in scan_instruction()
Dtgsi_exec.c6065 case TGSI_OPCODE_DDIV: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h619 TGSI_OPCODE_DDIV = 248, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h569 #define TGSI_OPCODE_DDIV 223 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp585 case TGSI_OPCODE_DDIV: in inferSrcType()
4043 case TGSI_OPCODE_DDIV: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c575 [nir_op_fdiv] = { TGSI_OPCODE_DIV, TGSI_OPCODE_DDIV }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1213 bld_base->op_actions[TGSI_OPCODE_DDIV].emit = fdiv_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c965 case TGSI_OPCODE_DDIV: in translate_opcode()
9440 case TGSI_OPCODE_DDIV: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12071 [TGSI_OPCODE_DDIV] = { 0, cayman_ddiv_instr },
12297 [TGSI_OPCODE_DDIV] = { 0, cayman_ddiv_instr },
/external/virglrenderer/src/
Dvrend_shader.c5011 case TGSI_OPCODE_DDIV: in iter_instruction()