Home
last modified time | relevance | path

Searched refs:max_components (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
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/
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/
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/
Dnir_to_dxil.c4611 unsigned max_components, nir_tex_src *src, nir_alu_type type) in get_n_src() argument
4616 assert(num_components <= max_components); in get_n_src()
/third_party/freetype/docs/oldlogs/
DChangeLog.22889 `max_components'.
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.22889 `max_components'.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.22889 `max_components'.