Searched refs:max_components (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 574 const int max_components = local in function:tu_pack_clear_value 579 for (int comp = 0; comp < max_components; comp++) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 1293 const unsigned max_components = local in function:tfeedback_decl::store 1300 assert(last_component < max_components); 1304 rzalloc_array(mem_ctx, BITSET_WORD, BITSET_WORDS(max_components));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 1234 const unsigned max_components = local in function:tfeedback_decl::store 1241 assert(last_component < max_components); 1245 rzalloc_array(mem_ctx, BITSET_WORD, BITSET_WORDS(max_components));
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 3177 unsigned max_components; local in function:mem_vectorize_callback 3179 max_components = NIR_MAX_VEC_COMPONENTS; 3181 max_components = 16u / bit_size; 3183 max_components = 8u / bit_size; 3184 return (align % (bit_size / 8u)) == 0 && num_components <= max_components;
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 3878 unsigned max_components, nir_tex_src *src, nir_alu_type type) 3883 assert(num_components <= max_components); 3877 get_n_src(struct ntd_context * ctx,const struct dxil_value ** values,unsigned max_components,nir_tex_src * src,nir_alu_type type) argument
|
Completed in 26 milliseconds