Searched refs:load_frag_coord (Results 1 – 4 of 4) sorted by relevance
29 load_frag_coord(nir_builder *b) in load_frag_coord() function68 : load_frag_coord(&b); in try_lower_input_load()
28 load_frag_coord(const nir_input_attachment_options *options, nir_builder *b) in load_frag_coord() function97 nir_ssa_def *frag_coord = load_frag_coord(options, &b); in try_lower_input_load()170 nir_ssa_def *frag_coord = load_frag_coord(options, &b); in try_lower_input_texop()
50 load_frag_coord(nir_builder *b) in load_frag_coord() function74 nir_ssa_def *frag_coord = state->fs_pos_is_sysval ? nir_load_frag_coord(b) : load_frag_coord(b); in nir_lower_pstipple_block()
4166 - nir: fix lower_wpos_ytransform in load_frag_coord case