Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_shader.c40 static struct panfrost_uncompiled_shader *
43 struct panfrost_uncompiled_shader *so = in panfrost_alloc_shader()
44 rzalloc(NULL, struct panfrost_uncompiled_shader); in panfrost_alloc_shader()
66 panfrost_alloc_variant(struct panfrost_uncompiled_shader *so) in panfrost_alloc_variant()
187 struct panfrost_uncompiled_shader *uncompiled, in panfrost_shader_get()
236 struct panfrost_uncompiled_shader *uncompiled) in panfrost_build_key()
247 struct panfrost_uncompiled_shader *vs = ctx->uncompiled[MESA_SHADER_VERTEX]; in panfrost_build_key()
290 struct panfrost_uncompiled_shader *uncompiled, in panfrost_new_variant_locked()
340 struct panfrost_uncompiled_shader *uncompiled = ctx->uncompiled[type]; in panfrost_update_shader_variant()
388 struct panfrost_uncompiled_shader *so = panfrost_alloc_shader(nir); in panfrost_create_shader_state()
[all …]
H A Dpan_context.h184 struct panfrost_uncompiled_shader *uncompiled[PIPE_SHADER_TYPES];
395 struct panfrost_uncompiled_shader { struct
444 const struct panfrost_uncompiled_shader *uncompiled, argument
450 const struct panfrost_uncompiled_shader *uncompiled,
H A Dpan_disk_cache.c50 const struct panfrost_uncompiled_shader *uncompiled, in panfrost_disk_cache_compute_key()
69 const struct panfrost_uncompiled_shader *uncompiled, in panfrost_disk_cache_store()
111 const struct panfrost_uncompiled_shader *uncompiled, in panfrost_disk_cache_retrieve()
H A Dpan_csf.c940 struct panfrost_uncompiled_shader *vs = ctx->uncompiled[PIPE_SHADER_VERTEX]; in csf_emit_draw_id_register()
H A Dpan_cmdstream.c2846 struct panfrost_uncompiled_shader *vs_uncompiled = in panfrost_launch_xfb()