| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v7_pack.h | 2550 uint32_t uniform_buffer_count; member in struct:MALI_RENDERER_PROPERTIES 2573 cl[ 0] = __gen_uint(values->uniform_buffer_count, 0, 7) | 2597 values->uniform_buffer_count = __gen_unpack_uint(cl, 0, 7); 2616 fprintf(fp, "%*sUniform buffer count: %u\n", indent, "", values->uniform_buffer_count); 3193 cl[ 4] = __gen_uint(values->properties.uniform_buffer_count, 0, 7) | 3318 values->properties.uniform_buffer_count = __gen_unpack_uint(cl, 128, 135);
|
| H A D | v4_pack.h | 2183 uint32_t uniform_buffer_count; member in struct:MALI_RENDERER_PROPERTIES 2204 cl[ 0] = __gen_uint(values->uniform_buffer_count, 0, 7) | 2226 values->uniform_buffer_count = __gen_unpack_uint(cl, 0, 7); 2243 fprintf(fp, "%*sUniform buffer count: %u\n", indent, "", values->uniform_buffer_count); 2564 cl[ 4] = __gen_uint(values->properties.uniform_buffer_count, 0, 7) | 2659 values->properties.uniform_buffer_count = __gen_unpack_uint(cl, 128, 135);
|
| H A D | v5_pack.h | 2239 uint32_t uniform_buffer_count; member in struct:MALI_RENDERER_PROPERTIES 2260 cl[ 0] = __gen_uint(values->uniform_buffer_count, 0, 7) | 2282 values->uniform_buffer_count = __gen_unpack_uint(cl, 0, 7); 2299 fprintf(fp, "%*sUniform buffer count: %u\n", indent, "", values->uniform_buffer_count); 2590 cl[ 4] = __gen_uint(values->properties.uniform_buffer_count, 0, 7) | 2665 values->properties.uniform_buffer_count = __gen_unpack_uint(cl, 128, 135);
|
| H A D | v6_pack.h | 2498 uint32_t uniform_buffer_count; member in struct:MALI_RENDERER_PROPERTIES 2518 cl[ 0] = __gen_uint(values->uniform_buffer_count, 0, 7) | 2539 values->uniform_buffer_count = __gen_unpack_uint(cl, 0, 7); 2555 fprintf(fp, "%*sUniform buffer count: %u\n", indent, "", values->uniform_buffer_count); 3127 cl[ 4] = __gen_uint(values->properties.uniform_buffer_count, 0, 7) | 3247 values->properties.uniform_buffer_count = __gen_unpack_uint(cl, 128, 135);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | disassemble.h | 13 signed uniform_buffer_count; member in struct:midgard_disasm_stats
|
| H A D | disassemble.c | 1547 update_stats(&ctx->midg_stats.uniform_buffer_count,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_shader.h | 206 rsd->properties.uniform_buffer_count = shader_info->ubo_count;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode.c | 585 stats.uniform_buffer_count = -128; 723 bool has_ubo = (stats.uniform_buffer_count > 0); 820 int varying_count = 0, attribute_count = 0, uniform_count = 0, uniform_buffer_count = 0; local in function:pandecode_dcd 846 uniform_buffer_count = state.properties.uniform_buffer_count; 915 if (uniform_buffer_count) 916 pandecode_uniform_buffers(p->uniform_buffers, uniform_buffer_count, job_no); 919 } else if (uniform_buffer_count)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 1128 int varying_count = 0, attribute_count = 0, uniform_count = 0, uniform_buffer_count = 0; local in function:pandecode_replay_vertex_tiler_postfix_pre 1146 uniform_buffer_count = s->bifrost1.uniform_buffer_count; 1150 uniform_buffer_count = 1; 1164 pandecode_prop("uniform_buffer_count = %" PRId32, s->bifrost1.uniform_buffer_count); 1419 pandecode_replay_uniform_buffers(p->uniform_buffers, uniform_buffer_count, job_no);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 496 u32 uniform_buffer_count : 4; member in struct:mali_shader_meta::__anon0cd4e6cb020a::__anon0cd4e6cb0308
|