Searched refs:wpos_options (Results 1 – 2 of 2) sorted by relevance
604 nir_lower_wpos_ytransform_options wpos_options = { { 0 } }; in st_link_nir() local607 memcpy(wpos_options.state_tokens, wposTransformState, in st_link_nir()608 sizeof(wpos_options.state_tokens)); in st_link_nir()609 wpos_options.fs_coord_origin_upper_left = in st_link_nir()612 wpos_options.fs_coord_origin_lower_left = in st_link_nir()615 wpos_options.fs_coord_pixel_center_integer = in st_link_nir()618 wpos_options.fs_coord_pixel_center_half_integer = in st_link_nir()622 if (nir_lower_wpos_ytransform(nir, &wpos_options)) { in st_link_nir()
120 static const struct nir_lower_wpos_ytransform_options wpos_options = { in brw_create_nir() local127 NIR_PASS(progress, nir, nir_lower_wpos_ytransform, &wpos_options); in brw_create_nir()130 (gl_state_index *) wpos_options.state_tokens); in brw_create_nir()