Home
last modified time | relevance | path

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

/third_party/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.c151 case TGSI_OPCODE_I2D: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5802 case TGSI_OPCODE_I2D: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h573 TGSI_OPCODE_I2D = 214, enumerator
/third_party/mesa3d/src/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()
3950 case TGSI_OPCODE_I2D: in handleInstruction()
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1052 case TGSI_OPCODE_I2D: in translate_opcode()
9224 case TGSI_OPCODE_I2D: in opcode_has_dbl_dst()
11102 case TGSI_OPCODE_I2D: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1380 [nir_op_i2f64] = { TGSI_OPCODE_I2D, TGSI_OPCODE_I642D }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4929 assert(inst->Instruction.Opcode == TGSI_OPCODE_I2D || in egcm_int_to_double()
12198 [TGSI_OPCODE_I2D] = { ALU_OP1_INT_TO_FLT, egcm_int_to_double},
12425 [TGSI_OPCODE_I2D] = { ALU_OP1_INT_TO_FLT, egcm_int_to_double},