Searched refs:TGSI_OPCODE_DDIV (Results 1 – 12 of 12) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 265 { 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/ |
D | tgsi_info.c | 198 case TGSI_OPCODE_DDIV: in tgsi_opcode_infer_type()
|
D | tgsi_scan.c | 484 fullinst->Instruction.Opcode == TGSI_OPCODE_DDIV || in scan_instruction()
|
D | tgsi_exec.c | 6065 case TGSI_OPCODE_DDIV: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 619 TGSI_OPCODE_DDIV = 248, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 569 #define TGSI_OPCODE_DDIV 223 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 585 case TGSI_OPCODE_DDIV: in inferSrcType() 4043 case TGSI_OPCODE_DDIV: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 575 [nir_op_fdiv] = { TGSI_OPCODE_DIV, TGSI_OPCODE_DDIV }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1213 bld_base->op_actions[TGSI_OPCODE_DDIV].emit = fdiv_emit; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 965 case TGSI_OPCODE_DDIV: in translate_opcode() 9440 case TGSI_OPCODE_DDIV: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12071 [TGSI_OPCODE_DDIV] = { 0, cayman_ddiv_instr }, 12297 [TGSI_OPCODE_DDIV] = { 0, cayman_ddiv_instr },
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5011 case TGSI_OPCODE_DDIV: in iter_instruction()
|