Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c255 { 1, 1, 0, 0, 0, 0, COMP, "D2I", TGSI_OPCODE_D2I },
415 case TGSI_OPCODE_D2I: in tgsi_opcode_infer_type()
522 case TGSI_OPCODE_D2I: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c307 case TGSI_OPCODE_D2I: in tgsi_opcode_infer_src_type()
Dtgsi_util.c238 case TGSI_OPCODE_D2I: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6133 case TGSI_OPCODE_D2I: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h577 TGSI_OPCODE_D2I = 213, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h559 #define TGSI_OPCODE_D2I 213 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
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()
3851 case TGSI_OPCODE_D2I: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c969 case TGSI_OPCODE_D2I: in translate_opcode()
8575 case TGSI_OPCODE_D2I: in opcode_has_dbl_src()
8632 case TGSI_OPCODE_D2I: in check_double_dst_writemask()
9432 case TGSI_OPCODE_D2I: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c588 [nir_op_f2i32] = { TGSI_OPCODE_F2I, TGSI_OPCODE_D2I }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1216 bld_base->op_actions[TGSI_OPCODE_D2I].emit = d2i_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5022 assert(inst->Instruction.Opcode == TGSI_OPCODE_D2I || in egcm_double_to_int()
12085 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},
12311 [TGSI_OPCODE_D2I] = { ALU_OP1_FLT_TO_INT, egcm_double_to_int},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2191 emit_asm(ir, TGSI_OPCODE_D2I, result_dst, op[0]); in visit_expression()
/external/virglrenderer/src/
Dvrend_shader.c5089 case TGSI_OPCODE_D2I: in iter_instruction()