Home
last modified time | relevance | path

Searched refs:subr_to_int (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlower_subroutine.cpp115 last_branch = if_tree(equal(subr_to_int(var), lc), new_call); in visit_leave()
117 last_branch = if_tree(equal(subr_to_int(var), lc), new_call, last_branch); in visit_leave()
H A Dir_builder.h149 ir_expression *subr_to_int(operand a);
H A Dir_builder.cpp335 subr_to_int(operand a) in subr_to_int() function