Searched refs:xy_xform (Results 1 – 1 of 1) sorted by relevance
216 nir_def *xy_xform = load_struct_var(b, push, 0); in build_blit_shader() local217 nir_def *xy_off = nir_channels(b, xy_xform, 3 << 0); in build_blit_shader()218 nir_def *xy_scale = nir_channels(b, xy_xform, 3 << 2); in build_blit_shader()