Searched refs:TGSI_OPCODE_F2D (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 210 case TGSI_OPCODE_F2D: in tgsi_opcode_infer_type() 278 case TGSI_OPCODE_F2D: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 207 case TGSI_OPCODE_F2D: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 447 if ((fullinst->Instruction.Opcode >= TGSI_OPCODE_F2D && in scan_instruction()
|
D | tgsi_exec.c | 5824 case TGSI_OPCODE_F2D: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 237 { 1, 1, 0, 0, 0, 0, COMP, "F2D", TGSI_OPCODE_F2D }, 408 case TGSI_OPCODE_F2D: in tgsi_opcode_infer_type() 444 case TGSI_OPCODE_F2D: in tgsi_opcode_infer_src_type()
|
D | tgsi_scan.c | 166 if (fullinst->Instruction.Opcode >= TGSI_OPCODE_F2D && in tgsi_scan_shader()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 543 #define TGSI_OPCODE_F2D 195 /* SM5 */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 549 #define TGSI_OPCODE_F2D 195 /* SM5 */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 388 case TGSI_OPCODE_F2D: { in srcMask() 728 case TGSI_OPCODE_F2D: in inferDstType() 3955 case TGSI_OPCODE_F2D: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1219 bld_base->op_actions[TGSI_OPCODE_F2D].emit = f2d_emit; in lp_set_default_actions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 595 if (op == TGSI_OPCODE_F2D || op == TGSI_OPCODE_U2D || op == TGSI_OPCODE_I2D || in emit_asm() 2108 emit_asm(ir, TGSI_OPCODE_F2D, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10642 [TGSI_OPCODE_F2D] = { ALU_OP1_FLT32_TO_FLT64, tgsi_op2_64}, 10864 [TGSI_OPCODE_F2D] = { ALU_OP1_FLT32_TO_FLT64, tgsi_op2_64},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3635 case TGSI_OPCODE_F2D: in iter_instruction()
|