Searched refs:sysval_count (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.h58 unsigned sysval_count; member in struct:__anon060edd6a0208
H A Dmidgard_compile.c521 unsigned sysval_count; member in struct:compiler_context
803 unsigned id = ctx->sysval_count++;
811 ctx->sysval_count = 0;
1584 emit_uniform_read(ctx, reg, ctx->sysval_count + offset, !direct ? &instr->src[0] : NULL);
3912 program->sysval_count = ctx->sysval_count;
3913 memcpy(program->sysvals, ctx->sysvals, sizeof(ctx->sysvals[0]) * ctx->sysval_count);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_assemble.c85 program.uniform_count += program.sysval_count;
86 state->sysval_count = program.sysval_count;
87 memcpy(state->sysval, program.sysvals, sizeof(state->sysval[0]) * state->sysval_count);
H A Dpan_context.h272 unsigned sysval_count; member in struct:panfrost_shader_state
H A Dpan_context.c1156 size_t sys_size = sizeof(float) * 4 * ss->sysval_count;
1162 for (unsigned i = 0; i < ss->sysval_count; ++i) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_sysval.c151 unsigned id = sysvals->sysval_count++;
162 sysvals->sysval_count = 0;
H A Dpan_ir.h112 unsigned sysval_count; member in struct:panfrost_sysvals
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_helpers.c34 for (unsigned i = 0; i < ss->info.sysvals.sysval_count; ++i) {
H A Dpan_cmdstream.c943 for (unsigned i = 0; i < ss->info.sysvals.sysval_count; ++i) {
1061 size_t sys_size = sizeof(float) * 4 * ss->info.sysvals.sysval_count;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c139 if (shader->info.sysvals.sysval_count)
222 if (!shader || !shader->info.sysvals.sysval_count)
226 for (unsigned s = 0; s < shader->info.sysvals.sysval_count; s++) {
246 bo_size += shader->info.sysvals.sysval_count * 16;
285 if (!shader->info.sysvals.sysval_count ||
295 for (unsigned i = 0; i < shader->info.sysvals.sysval_count; i++) {
350 if (pipeline->sysvals[i].ids.sysval_count)
356 pipeline->num_sysvals += pipeline->sysvals[i].ids.sysval_count;
H A Dpanvk_vX_cmd_buffer.c331 unsigned sysval_count = pipeline->sysvals[i].ids.sysval_count; local in function:panvk_cmd_prepare_sysvals
332 if (!sysval_count || pipeline->sysvals[i].ubo ||
338 pan_pool_alloc_aligned(&cmdbuf->desc_pool.base, sysval_count * 16, 16);
341 for (unsigned s = 0; s < pipeline->sysvals[i].ids.sysval_count; s++) {
H A Dpanvk_vX_cs.c376 if (!pipeline->sysvals[i].ids.sysval_count)
380 pipeline->sysvals[i].ids.sysval_count * 16,
H A Dpanvk_vX_shader.c542 shader->info.sysvals.sysval_count ? sysval_ubo + 1 : layout->num_ubos;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_indirect_dispatch.c232 assert(!shader_info.sysvals.sysval_count);
H A Dpan_shader.c298 if (info->sysvals.sysval_count)
H A Dpan_indirect_draw.c1110 assert(!shader_info.sysvals.sysval_count);

Completed in 28 milliseconds