Home | History | Annotate | Download | only in nir

Lines Matching defs:out

20  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
68 store_clipdist_output(nir_builder *b, nir_variable *out, nir_ssa_def **val)
74 nir_intrinsic_set_base(store, out->data.driver_location);
155 nir_ssa_def *cv, nir_variable **out)
189 store_clipdist_output(&b, out[0], &clipdist[0]);
191 store_clipdist_output(&b, out[1], &clipdist[4]);
206 nir_variable *out[2] = { NULL };
247 out[0] =
250 out[1] =
255 lower_clip_vs(function->impl, ucp_enables, cv, out);