Home
last modified time | relevance | path

Searched refs:load_frag_coord (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_input_attachments.c29 load_frag_coord(nir_builder *b) in load_frag_coord() function
68 : load_frag_coord(&b); in try_lower_input_load()
/external/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c28 load_frag_coord(const nir_input_attachment_options *options, nir_builder *b) in load_frag_coord() function
97 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()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_draw_helpers.c50 load_frag_coord(nir_builder *b) in load_frag_coord() function
74 nir_ssa_def *frag_coord = state->fs_pos_is_sysval ? nir_load_frag_coord(b) : load_frag_coord(b); in nir_lower_pstipple_block()
/external/mesa3d/docs/relnotes/
D19.1.0.rst4166 - nir: fix lower_wpos_ytransform in load_frag_coord case