Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I2D (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c213 case TGSI_OPCODE_I2D: in tgsi_opcode_infer_type()
289 case TGSI_OPCODE_I2D: in tgsi_opcode_infer_src_type()
Dtgsi_util.c208 case TGSI_OPCODE_I2D: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6129 case TGSI_OPCODE_I2D: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c256 { 1, 1, 0, 0, 0, 0, COMP, "I2D", TGSI_OPCODE_I2D },
447 case TGSI_OPCODE_I2D: in tgsi_opcode_infer_type()
504 case TGSI_OPCODE_I2D: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h578 TGSI_OPCODE_I2D = 214, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h560 #define TGSI_OPCODE_I2D 214 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp384 case TGSI_OPCODE_I2D: in srcMask()
557 case TGSI_OPCODE_I2D: in inferSrcType()
666 case TGSI_OPCODE_I2D: in inferDstType()
3883 case TGSI_OPCODE_I2D: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c593 [nir_op_i2f64] = { TGSI_OPCODE_I2D, TGSI_OPCODE_I642D }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1220 bld_base->op_actions[TGSI_OPCODE_I2D].emit = i2d_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c973 case TGSI_OPCODE_I2D: in translate_opcode()
8550 case TGSI_OPCODE_I2D: in opcode_has_dbl_dst()
9435 case TGSI_OPCODE_I2D: in emit_vgpu10_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp659 op == TGSI_OPCODE_I2D || in emit_asm()
2194 emit_asm(ir, TGSI_OPCODE_I2D, result_dst, op[0]); in visit_expression()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4911 assert(inst->Instruction.Opcode == TGSI_OPCODE_I2D || in egcm_int_to_double()
12086 [TGSI_OPCODE_I2D] = { ALU_OP1_INT_TO_FLT, egcm_int_to_double},
12312 [TGSI_OPCODE_I2D] = { ALU_OP1_INT_TO_FLT, egcm_int_to_double},
/external/virglrenderer/src/
Dvrend_shader.c5074 case TGSI_OPCODE_I2D: in iter_instruction()