Home
last modified time | relevance | path

Searched refs:max_components (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c1234 unsigned max_components = nir->info.stage == MESA_SHADER_GEOMETRY ? in st_can_add_pointsize_to_program() local
1249 return num_components + needed_components <= max_components; in st_can_add_pointsize_to_program()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c519 const unsigned max_components = in xfb_decl_store() local
526 assert(last_component < max_components); in xfb_decl_store()
530 rzalloc_array(mem_ctx, BITSET_WORD, BITSET_WORDS(max_components)); in xfb_decl_store()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c3900 unsigned max_components; in mem_vectorize_callback() local
3902 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()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c4611 unsigned max_components, nir_tex_src *src, nir_alu_type type) in get_n_src()
4616 assert(num_components <= max_components); in get_n_src()
4610 get_n_src(struct ntd_context *ctx, const struct dxil_value **values, unsigned max_components, nir_tex_src *src, nir_alu_type type) get_n_src() argument

Completed in 28 milliseconds