Searched refs:sample_via_nir (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 113 sample_via_nir(nir_builder *b, nir_variable *texcoord, function in typeref:typename:nir_ssa_def * 169 nir_ssa_def *depth = sample_via_nir(&b, texcoord, "depth", 0, 191 nir_ssa_def *stencil = sample_via_nir(&b, texcoord, "stencil", 1, 215 nir_ssa_def *depth = sample_via_nir(&b, texcoord, "depth", 0, 217 nir_ssa_def *stencil = sample_via_nir(&b, texcoord, "stencil", 1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 113 sample_via_nir(nir_builder *b, nir_variable *texcoord, function in typeref:typename:nir_ssa_def * 166 nir_ssa_def *depth = sample_via_nir(&b, texcoord, "depth", 0); 187 nir_ssa_def *stencil = sample_via_nir(&b, texcoord, "stencil", 1);
|
Completed in 7 milliseconds