Searched refs:TGSI_OPCODE_UP2H (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 282 case TGSI_OPCODE_UP2H: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 194 case TGSI_OPCODE_UP2H: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5463 case TGSI_OPCODE_UP2H: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 406 TGSI_OPCODE_UP2H = 55, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 390 #define TGSI_OPCODE_UP2H 55 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 95 { 1, 1, 0, 0, 0, 0, COMP, "UP2H", TGSI_OPCODE_UP2H },
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 668 case TGSI_OPCODE_UP2H: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1173 bld_base->op_actions[TGSI_OPCODE_UP2H] = up2h_action; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 396 case TGSI_OPCODE_UP2H: in srcMask() 551 case TGSI_OPCODE_UP2H: in inferSrcType() 664 case TGSI_OPCODE_UP2H: in inferDstType() 3517 case TGSI_OPCODE_UP2H: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 627 [nir_op_unpack_half_2x16] = { TGSI_OPCODE_UP2H }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1834 [TGSI_OPCODE_UP2H] = 0, /* XXX */
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11728 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_unsupported}, 11926 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_up2h}, 12152 [TGSI_OPCODE_UP2H] = { ALU_OP0_NOP, tgsi_up2h},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2229 emit_asm(ir, TGSI_OPCODE_UP2H, result_dst, op[0]); in visit_expression()
|