| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_nir_analyze_ubo_ranges.c | 258 track_ubo_use(nir_intrinsic_instr *instr, nir_builder *b, int *num_ubos) 267 *num_ubos = MAX2(*num_ubos, block + 1); 269 *num_ubos = b->shader->info.num_ubos; 276 int *num_ubos, uint32_t alignment) 282 track_ubo_use(instr, b, num_ubos); 292 track_ubo_use(instr, b, num_ubos); 425 int num_ubos = 0; local 436 nir_instr_as_intrinsic(instr), &builder, state, &num_ubos, [all...] |
| ir3_shader.h | 163 unsigned num_ubos; member in struct:ir3_const_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_const.c | 212 int num_ubos = const_state->num_ubos; local 214 if (!num_ubos) 217 OUT_PKT7(ring, fd6_stage2opcode(v->type), 3 + (2 * num_ubos)); 222 CP_LOAD_STATE6_0_NUM_UNIT(num_ubos)); 226 for (int i = 0; i < num_ubos; i++) { 273 size += 2 * const_state->num_ubos;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_vX_cs.c | 363 unsigned num_ubos = (set_layout->num_dynoffsets != 0) + set_layout->num_ubos; local 364 memset(&ubos[offset], 0, num_ubos * sizeof(*ubos)); 366 memcpy(&ubos[offset], set->ubos, set_layout->num_ubos * sizeof(*ubos)); 370 &ubos[offset + set_layout->num_ubos]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.c | 102 const unsigned num_ubos = util_last_bit(cb->enabled_mask); variable 103 for (unsigned i = 1; i < num_ubos; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| shader_info.h | 95 unsigned num_ubos; member in struct:shader_info
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.c | 73 const unsigned num_ubos = util_last_bit(ctx->constbuf[stage].enabled_mask); local 74 for (unsigned i = 1; i < num_ubos; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| agx_compile.c | 344 unsigned num_ubos = b->shader->nir->info.num_ubos; local 345 unsigned base_length = (num_ubos * 4);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| shader_info.h | 139 uint8_t num_ubos; member in struct:shader_info
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_context.h | 309 uint8_t num_ubos[PIPE_SHADER_TYPES]; member in struct:zink_context::__anon2073
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| ir3_shader.h | 369 unsigned num_ubos; member in struct:ir3_shader_variant
|