Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_D2F (Results 1 – 14 of 14) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c238 { 1, 1, 0, 0, 0, 0, COMP, "D2F", TGSI_OPCODE_D2F },
520 case TGSI_OPCODE_D2F: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c305 case TGSI_OPCODE_D2F: in tgsi_opcode_infer_src_type()
Dtgsi_util.c237 case TGSI_OPCODE_D2F: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6049 case TGSI_OPCODE_D2F: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h560 TGSI_OPCODE_D2F = 196, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h542 #define TGSI_OPCODE_D2F 196 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp364 case TGSI_OPCODE_D2F: in srcMask()
576 case TGSI_OPCODE_D2F: in inferSrcType()
661 case TGSI_OPCODE_D2F: in inferDstType()
3853 case TGSI_OPCODE_D2F: { in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c584 [nir_op_f2f32] = { 0, TGSI_OPCODE_D2F }, in ntt_emit_alu()
Dtgsi_to_nir.c1956 [TGSI_OPCODE_D2F] = nir_op_f2f32,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1215 bld_base->op_actions[TGSI_OPCODE_D2F].emit = d2f_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c923 case TGSI_OPCODE_D2F: in translate_opcode()
8567 case TGSI_OPCODE_D2F: in opcode_has_dbl_src()
9282 case TGSI_OPCODE_D2F: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12066 [TGSI_OPCODE_D2F] = { ALU_OP1_FLT64_TO_FLT32, tgsi_op2_64_single_dest},
12292 [TGSI_OPCODE_D2F] = { ALU_OP1_FLT64_TO_FLT32, tgsi_op2_64_single_dest},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2185 emit_asm(ir, TGSI_OPCODE_D2F, result_dst, op[0]); in visit_expression()
/external/virglrenderer/src/
Dvrend_shader.c5077 case TGSI_OPCODE_D2F: in iter_instruction()