Searched refs:st_src_reg_for_int (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 445 st_src_reg st_src_reg_for_int(int val); 803 inst->src[0], st_src_reg_for_int(16)); in emit_asm() 1169 glsl_to_tgsi_visitor::st_src_reg_for_int(int val) in st_src_reg_for_int() function in glsl_to_tgsi_visitor 1187 st_src_reg_for_int(val); in st_src_reg_for_type() 1970 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], st_src_reg_for_int(1)); in visit_expression() 2013 emit_asm(ir, TGSI_OPCODE_USNE, result_dst, op[0], st_src_reg_for_int(0)); in visit_expression() 2134 st_src_reg_for_int(4)); in visit_expression() 2166 emit_asm(ir, TGSI_OPCODE_USNE, result_dst, cbuf, st_src_reg_for_int(0)); in visit_expression() 3252 offset, st_src_reg_for_int(ATOMIC_COUNTER_SIZE)); in visit_atomic_counter_intrinsic() 3254 offset, st_src_reg_for_int(location->data.offset + index * ATOMIC_COUNTER_SIZE)); in visit_atomic_counter_intrinsic() [all …]
|