Home
last modified time | relevance | path

Searched refs:load_output (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_tcs_workarounds.c76 load_output(nir_builder *b, int num_components, int offset, int component) in load_output() function
88 nir_ssa_def *inner = load_output(b, 2, 0, 2); in emit_quads_workaround()
89 nir_ssa_def *outer = load_output(b, 4, 1, 0); in emit_quads_workaround()
/third_party/mesa3d/docs/relnotes/
D17.2.4.rst74 - nir/intrinsics: Set the correct num_indices for load_output
D21.2.0.rst530 - agx: Implement load_output
724 - nir/lower_fragcolor: Avoid redundant load_output
D22.0.0.rst2240 - microsoft/compiler: Handle load_output in the HS stage as reading a previously written patch cons…
D21.3.0.rst1472 - nir_to_tgsi: Add support for load_output/load_per_vertex_output.
D20.3.0.rst977 - pan/bi: Add load_output support
D22.2.0.rst1774 - nir_to_tgsi: Avoid swizzling from undefined channels in load_output.