| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_large_constants.c | 76 UNUSED unsigned var_size, var_align; local in function:build_constant_load 77 size_align(var->type, &var_size, &var_align); 87 .range = var_size, 114 unsigned var_size, var_align; local in function:handle_constant_store 115 size_align(info->var->type, &var_size, &var_align); 116 info->constant_data_size = var_size; 117 info->constant_data = rzalloc_size(mem_ctx, var_size); 306 unsigned var_size, var_align; local in function:nir_opt_large_constants 307 size_align(info->var->type, &var_size, &var_align); 308 if (var_size < [all...] |
| H A D | nir_lower_scratch.c | 137 unsigned var_size, var_align; local in function:nir_lower_vars_to_scratch 138 size_align(var->type, &var_size, &var_align); 139 if (var_size <= size_threshold) 210 unsigned var_size, var_align; local in function:nir_lower_vars_to_scratch 211 size_align(var->type, &var_size, &var_align); 214 shader->scratch_size = var->data.location + var_size;
|
| H A D | nir_linking_helpers.c | 1437 unsigned var_size, driver_size; local in function:nir_assign_io_var_locations 1453 var_size = driver_size = end / 4 - location; 1474 var_size = 1477 var_size = driver_size; 1488 for (unsigned i = 0; i < var_size; i++) { 1517 unsigned last_slot_location = driver_location + var_size; 1520 unsigned first_unallocated_slot = var_size - num_unallocated_slots; 1521 for (unsigned i = first_unallocated_slot; i < var_size; i++) { 1529 for (unsigned i = 0; i < var_size; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_scratch.c | 142 unsigned var_size, var_align; local in function:nir_lower_vars_to_scratch 143 size_align(var->type, &var_size, &var_align); 144 if (var_size <= size_threshold) 153 shader->scratch_size = var->data.location + var_size;
|
| H A D | nir_opt_large_constants.c | 42 UNUSED unsigned var_size, var_align; local in function:build_constant_load 43 size_align(var->type, &var_size, &var_align); 50 nir_intrinsic_set_range(load, var_size); 229 unsigned var_size, var_align; local in function:nir_opt_large_constants 230 size_align(var->type, &var_size, &var_align); 231 if (var_size <= threshold || !info->found_read) { 238 shader->constant_data_size = var->data.location + var_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_nir.cpp | 132 unsigned var_size = type_size(type); local in function:st_nir_assign_var_locations 141 for (unsigned i = 0; i < var_size; i++) { 169 unsigned last_slot_location = driver_location + var_size; 172 unsigned first_unallocated_slot = var_size - num_unallocated_slots; 181 for (unsigned i = 0; i < var_size; i++) { 186 location += var_size;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_shared_reference.cpp | 116 unsigned var_size = var->type->std430_size(false); local in function:__anon9d6f96a50110::lower_shared_reference_visitor::get_shared_offset 117 shared_size = new_entry->offset + var_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_shared_reference.cpp | 114 unsigned var_size = var->type->std430_size(false); local in function:__anonc11af5520110::lower_shared_reference_visitor::get_shared_offset 115 shared_size = new_entry->offset + var_size;
|