Searched refs:have_psiz (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 674 bool have_psiz = false; in check_psiz() local 678 have_psiz |= !!var->data.explicit_location; in check_psiz() 681 return have_psiz; in check_psiz() 685 find_var_with_location_frac(nir_shader *nir, unsigned location, unsigned location_frac, bool have_psiz) in find_var_with_location_frac() argument 714 if (location != VARYING_SLOT_PSIZ || !have_psiz || var->data.explicit_location) in find_var_with_location_frac() 822 uint64_t outputs_written, bool have_psiz) in update_so_info() 830 if (bit == VARYING_SLOT_PSIZ && !have_psiz) in update_so_info() 857 var = find_var_with_location_frac(zs->nir, slot--, output->start_component, have_psiz); in update_so_info() 906 var = find_var_with_location_frac(zs->nir, slot--, output->start_component, have_psiz); in update_so_info() 3020 bool have_psiz in zink_shader_create() local 821 update_so_info(struct zink_shader *zs, const struct pipe_stream_output_info *so_info, uint64_t outputs_written, bool have_psiz) update_so_info() argument [all...] |
Completed in 5 milliseconds