Searched refs:st_src_reg_for_float (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 444 st_src_reg st_src_reg_for_float(float val); 1145 glsl_to_tgsi_visitor::st_src_reg_for_float(float val) in st_src_reg_for_float() function in glsl_to_tgsi_visitor 1186 return type == GLSL_TYPE_FLOAT ? st_src_reg_for_float(val) : in st_src_reg_for_type() 1189 return st_src_reg_for_float(val); in st_src_reg_for_type() 1593 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], st_src_reg_for_float(1.0)); in visit_expression() 1697 emit_asm(ir, TGSI_OPCODE_MOV, result_dst, st_src_reg_for_float(0.5)); in visit_expression() 1798 emit_asm(ir, TGSI_OPCODE_SGE, result_dst, sge_src, st_src_reg_for_float(0.0)); in visit_expression() 1865 emit_asm(ir, TGSI_OPCODE_SLT, result_dst, slt_src, st_src_reg_for_float(0.0)); in visit_expression() 1905 emit_asm(ir, TGSI_OPCODE_SLT, result_dst, slt_src, st_src_reg_for_float(0.0)); in visit_expression() 1954 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], st_src_reg_for_float(1.0)); in visit_expression() [all …]
|