Searched refs:global_size (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_system_values.c | 165 nir_ssa_def *global_size = build_global_group_size(b, bit_size); local in function:convert_block 169 nir_channel(b, global_size, 1)); 171 sysval = nir_imul(b, nir_channel(b, global_size, 0), sysval);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_system_values.c | 476 nir_ssa_def *global_size = build_global_group_size(b, bit_size); local in function:lower_compute_system_value_instr 481 nir_channel(b, global_size, 1)); 483 index = nir_imul(b, nir_channel(b, global_size, 0), index);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 1511 uint32_t global_size = sizeof(struct tu6_global); local in function:tu_CreateDevice 1513 global_size += TU_BORDER_COLOR_COUNT * sizeof(struct bcolor_entry); 1515 result = tu_bo_init_new(device, &device->global_bo, global_size,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 5232 uint32_t global_size[3] = {}; local in function:cmd_buffer_trace_rays 5268 /* global_size = DIV_ROUND_UP(launch_size, local_size) 5293 global_size[i] = DIV_ROUND_UP((uint64_t)launch_size[i], local_size); 5304 cw.ThreadGroupIDXDimension = global_size[0]; 5305 cw.ThreadGroupIDYDimension = global_size[1]; 5306 cw.ThreadGroupIDZDimension = global_size[2];
|
Completed in 15 milliseconds