Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c172 if (ureg_dst_is_undef(t->temps[index])) in dst_register()
214 if (ureg_dst_is_undef(t->temps[index])) in src_register()
Dst_glsl_to_tgsi.cpp4016 if (ureg_dst_is_undef(t->temps[index])) in dst_register()
4057 if (ureg_dst_is_undef(t->temps[index])) in src_register()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h1114 ureg_dst_is_undef( struct ureg_dst dst ) in ureg_dst_is_undef() function