Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_D2I (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c307 case TGSI_OPCODE_D2I: in tgsi_opcode_infer_src_type()
H A Dtgsi_util.c181 case TGSI_OPCODE_D2I: in tgsi_util_get_src_usage_mask()
H A Dtgsi_exec.c5806 case TGSI_OPCODE_D2I: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h572 TGSI_OPCODE_D2I = 213, enumerator
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp362 case TGSI_OPCODE_D2I: in srcMask()
577 case TGSI_OPCODE_D2I: in inferSrcType()
641 case TGSI_OPCODE_D2I: in inferDstType()
3918 case TGSI_OPCODE_D2I: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1048 case TGSI_OPCODE_D2I: in translate_opcode()
9250 case TGSI_OPCODE_D2I: in opcode_has_dbl_src()
9336 case TGSI_OPCODE_D2I: in check_double_dst_writemask()
11099 case TGSI_OPCODE_D2I: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c849 /* TGSI_OPCODE_D2I */
1216 bld_base->op_actions[TGSI_OPCODE_D2I].emit = d2i_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1375 [nir_op_f2i32] = { TGSI_OPCODE_F2I, TGSI_OPCODE_D2I }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c5040 assert(inst->Instruction.Opcode == TGSI_OPCODE_D2I || in egcm_double_to_int()
12197 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},
12424 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},

Completed in 52 milliseconds