Lines Matching defs:psiz
732 update_psiz_location(nir_shader *nir, nir_variable *psiz)
740 psiz->data.location = last_output;
847 nir_variable *psiz = NULL;
859 psiz = var;
967 if (have_fake_psiz && psiz)
968 update_psiz_location(zs->nir, psiz);
3194 nir_variable *psiz = NULL;
3200 psiz = var;
3203 if (have_fake_psiz && psiz) {
3204 psiz->data.mode = nir_var_shader_temp;