Searched refs:ubo_count (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_shader.c | 313 info->ubo_count = s->info.num_ubos; in pan_shader_compile() 315 info->ubo_count++; in pan_shader_compile()
|
H A D | pan_shader.h | 231 rsd->properties.uniform_buffer_count = shader_info->ubo_count; in pan_shader_prepare_rsd()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 1482 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() 3148 panfrost_make_resource_table(T, PAN_TABLE_UBO, ubos, ubo_count); in panfrost_emit_resources() 3182 unsigned fau_words = 0, ubo_count in panfrost_emit_shader() local 3134 panfrost_emit_resources(struct panfrost_batch *batch, enum pipe_shader_type stage, mali_ptr ubos, unsigned ubo_count) panfrost_emit_resources() argument [all...] |
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_ir.h | 356 unsigned ubo_count; member
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_shader.c | 381 shader->info.ubo_count = PANVK_NUM_BUILTIN_UBOS + in shader_create()
|
Completed in 10 milliseconds