Home
last modified time | relevance | path

Searched refs:ubo_count (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c313 info->ubo_count = s->info.num_ubos; in GENX()
315 info->ubo_count++; in GENX()
Dpan_shader.h231 rsd->properties.uniform_buffer_count = shader_info->ubo_count; in pan_shader_prepare_rsd()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c1482 unsigned ubo_count = shader->info.ubo_count - (sys_size ? 1 : 0); in panfrost_emit_const_buf() local
1483 unsigned sysval_ubo = sys_size ? ubo_count : ~0; in panfrost_emit_const_buf()
1488 ubo_count + 1, in panfrost_emit_const_buf()
1492 ubo_count + 1, in panfrost_emit_const_buf()
1497 *buffer_count = ubo_count + (sys_size ? 1 : 0); in panfrost_emit_const_buf()
1502 panfrost_emit_ubo(ubos.cpu, ubo_count, transfer.gpu, sys_size); in panfrost_emit_const_buf()
3136 mali_ptr ubos, unsigned ubo_count) in panfrost_emit_resources() argument
3148 panfrost_make_resource_table(T, PAN_TABLE_UBO, ubos, ubo_count); in panfrost_emit_resources()
3182 unsigned fau_words = 0, ubo_count = 0; in panfrost_emit_shader() local
3185 ubos = panfrost_emit_const_buf(batch, stage, &ubo_count, &cfg->fau, in panfrost_emit_shader()
[all …]
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h356 unsigned ubo_count; member
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c381 shader->info.ubo_count = PANVK_NUM_BUILTIN_UBOS + in panvk_per_arch()