Searched refs:max_components (Results 1 – 7 of 7) sorted by relevance
1234 unsigned max_components = nir->info.stage == MESA_SHADER_GEOMETRY ? in st_can_add_pointsize_to_program() local1249 return num_components + needed_components <= max_components; in st_can_add_pointsize_to_program()
519 const unsigned max_components = in xfb_decl_store() local526 assert(last_component < max_components); in xfb_decl_store()530 rzalloc_array(mem_ctx, BITSET_WORD, BITSET_WORDS(max_components)); in xfb_decl_store()
3900 unsigned max_components; in mem_vectorize_callback() local3902 max_components = NIR_MAX_VEC_COMPONENTS; in mem_vectorize_callback()3904 max_components = 16u / bit_size; in mem_vectorize_callback()3906 max_components = 8u / bit_size; in mem_vectorize_callback()3907 return (align % (bit_size / 8u)) == 0 && num_components <= max_components; in mem_vectorize_callback()
4611 unsigned max_components, nir_tex_src *src, nir_alu_type type) in get_n_src() argument4616 assert(num_components <= max_components); in get_n_src()
889 `max_components'.