Searched refs:xyuv (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 467 nir_ssa_def *xyuv = sample_plane(b, tex, 0, options); local in function:lower_xyuv_external 470 nir_channel(b, xyuv, 2), 471 nir_channel(b, xyuv, 1), 472 nir_channel(b, xyuv, 0),
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 481 nir_ssa_def *xyuv = sample_plane(b, tex, 0, options); local in function:lower_xyuv_external 484 nir_channel(b, xyuv, 2), 485 nir_channel(b, xyuv, 1), 486 nir_channel(b, xyuv, 0),
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 1868 - st/mesa: run st_nir_lower_tex_src_plane for lowered xyuv/ayuv
|
Completed in 8 milliseconds