| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| link_uniform_blocks.cpp | 245 size_t new_length = name_length; local 249 ralloc_asprintf_rewrite_tail(name, &new_length, "[%u]", element_idx); 254 process_block_array(ub_array->array, name, new_length, blocks,
|
| link_uniforms.cpp | 356 size_t new_length = name_length; local 363 ralloc_asprintf_rewrite_tail(name, &new_length, "%s", field); 365 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", field); 383 recursion(t->fields.structure[i].type, name, new_length, 416 size_t new_length = name_length; local 419 ralloc_asprintf_rewrite_tail(name, &new_length, "[%u]", i); 421 recursion(t->fields.array, name, new_length, row_major,
|
| link_varyings.cpp | 82 size_t new_length = name_length; local 85 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", ifc_member_name); 87 create_xfb_varying_names(mem_ctx, ifc_member_t, name, new_length, count, 92 size_t new_length = name_length; local 94 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", field); 97 new_length, count, NULL, NULL, 104 size_t new_length = name_length; local 107 ralloc_asprintf_rewrite_tail(name, &new_length, "[%u]", i); 109 create_xfb_varying_names(mem_ctx, t->fields.array, name, new_length,
|
| gl_nir_link_uniforms.c | 895 size_t new_length = name_length; local 902 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", 910 ralloc_asprintf_rewrite_tail(name, &new_length, "[%u]", i); 914 var, name, new_length, 1220 size_t new_length = name_length; local 1244 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", 1267 ralloc_asprintf_rewrite_tail(name, &new_length, "[%u]", i); 1272 state, name, new_length,
|
| lower_ubo_reference.cpp | 197 size_t new_length; local 208 new_length = base_length; 210 char *end = ralloc_strdup(NULL, &name_copy[new_length]); 229 ralloc_asprintf_rewrite_tail(&name_copy, &new_length, "[0]%s", 232 ralloc_asprintf_rewrite_tail(&name_copy, &new_length, "[%d]%s",
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_pack.c | 217 unsigned new_length, i; local 224 new_length = src_type.length; 231 new_length <<= 1; 232 for (i = 0; i < new_length; i++) { 237 LLVMConstVector(shuffles, new_length), ""); 937 unsigned new_length = src_type.length / size_ratio; local 940 unsigned start_index = (i % size_ratio) * new_length; 942 start_index, new_length); 945 src_type.length = new_length;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| link_uniform_blocks.cpp | 245 size_t new_length = name_length; local 248 ralloc_asprintf_rewrite_tail(name, &new_length, "[%u]", 252 process_block_array(ub_array->array, name, new_length, blocks,
|
| link_uniforms.cpp | 141 size_t new_length = name_length; local 148 ralloc_asprintf_rewrite_tail(name, &new_length, "%s", field); 150 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", field); 168 recursion(t->fields.structure[i].type, name, new_length, 201 size_t new_length = name_length; local 204 ralloc_asprintf_rewrite_tail(name, &new_length, "[%u]", i); 206 recursion(t->fields.array, name, new_length, row_major,
|
| link_varyings.cpp | 75 size_t new_length = name_length; local 78 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", ifc_member_name); 80 create_xfb_varying_names(mem_ctx, ifc_member_t, name, new_length, count, 85 size_t new_length = name_length; local 87 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", field); 90 new_length, count, NULL, NULL, 97 size_t new_length = name_length; local 100 ralloc_asprintf_rewrite_tail(name, &new_length, "[%u]", i); 102 create_xfb_varying_names(mem_ctx, t->fields.array, name, new_length,
|
| lower_ubo_reference.cpp | 195 size_t new_length; local 206 new_length = base_length; 208 char *end = ralloc_strdup(NULL, &name_copy[new_length]); 227 ralloc_asprintf_rewrite_tail(&name_copy, &new_length, "[0]%s", 230 ralloc_asprintf_rewrite_tail(&name_copy, &new_length, "[%d]%s",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_pack.c | 217 unsigned new_length, i; local 224 new_length = src_type.length; 231 new_length <<= 1; 232 for (i = 0; i < new_length; i++) { 237 LLVMConstVector(shuffles, new_length), ""); 937 unsigned new_length = src_type.length / size_ratio; local 940 unsigned start_index = (i % size_ratio) * new_length; 942 start_index, new_length); 945 src_type.length = new_length;
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| entropy_encode.c | 416 size_t new_length = length; local 419 --new_length; 429 DecideOverRleUse(depth, new_length, 434 for (i = 0; i < new_length;) { 440 for (k = i + 1; k < new_length && depth[k] == value; ++k) {
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftrfork.c | 876 size_t new_length; local 882 new_length = ft_strlen( original_name ) + ft_strlen( insertion ); 883 if ( FT_ALLOC( new_name, new_length + 1 ) )
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| ralloc.c | 511 size_t new_length; local 523 new_length = u_printf_length(fmt, args); 525 ptr = resize(*str, *start + new_length + 1); 529 vsnprintf(ptr + *start, new_length + 1, fmt, args); 531 *start += new_length; 847 size_t new_length; local 858 new_length = u_printf_length(fmt, args); 860 ptr = linear_realloc(parent, *str, *start + new_length + 1); 864 vsnprintf(ptr + *start, new_length + 1, fmt, args); 866 *start += new_length; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| ralloc.c | 512 size_t new_length; local 524 new_length = printf_length(fmt, args); 526 ptr = resize(*str, *start + new_length + 1); 530 vsnprintf(ptr + *start, new_length + 1, fmt, args); 532 *start += new_length; 848 size_t new_length; local 859 new_length = printf_length(fmt, args); 861 ptr = linear_realloc(parent, *str, *start + new_length + 1); 865 vsnprintf(ptr + *start, new_length + 1, fmt, args); 867 *start += new_length; [all...] |
| /xsrc/external/mit/libxcb/dist/src/ |
| xcb_in.c | 242 uint64_t new_length = ((uint64_t)p[2]) * ((uint64_t)p[3]); local 243 if(new_length >= (UINT32_MAX / UINT32_C(16))) 248 genrep.length = (uint32_t)(new_length * UINT64_C(2));
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| dxil_nir.c | 1185 int new_length = (old_length + var->data.location_frac) - 4; local 1186 old_length -= new_length; 1189 if (new_length <= 0) 1196 new_var->type = glsl_array_type(glsl_float_type(), new_length, 0);
|