Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
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()
Dir_builder.h156 ir_expression *subr_to_int(operand a);
Dir_builder.cpp342 subr_to_int(operand a) in subr_to_int() function