Searched refs:agx_uncompiled_shader (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_disk_cache.c | 30 const struct agx_uncompiled_shader *uncompiled, in agx_disk_cache_compute_key() 94 const struct agx_uncompiled_shader *uncompiled, bool is_root) in read_shader() 152 const struct agx_uncompiled_shader *uncompiled, in agx_disk_cache_store() 178 const struct agx_uncompiled_shader *uncompiled, in agx_disk_cache_retrieve()
|
H A D | agx_disk_cache.h | 14 const struct agx_uncompiled_shader *uncompiled, 20 const struct agx_uncompiled_shader *uncompiled,
|
H A D | agx_state.h | 229 const struct agx_uncompiled_shader *so; 280 struct agx_uncompiled_shader { struct 299 struct agx_uncompiled_shader *passthrough_progs[MESA_PRIM_COUNT][3][2]; argument 300 struct agx_uncompiled_shader *passthrough_tcs[32]; argument 338 struct agx_uncompiled_shader *shader; argument
|
H A D | agx_state.c | 1593 struct agx_uncompiled_shader *so, in agx_compile_variant() 1753 struct agx_uncompiled_shader *so, in agx_get_shader_variant() 1796 agx_shader_initialize(struct agx_device *dev, struct agx_uncompiled_shader *so, in agx_shader_initialize() 1911 struct agx_uncompiled_shader *so = in agx_create_shader_state() 1912 rzalloc(NULL, struct agx_uncompiled_shader); in agx_create_shader_state() 2014 struct agx_uncompiled_shader *so = in agx_create_compute_state() 2015 rzalloc(NULL, struct agx_uncompiled_shader); in agx_create_compute_state() 2057 struct agx_uncompiled_shader *so = ctx->stage[stage].shader; in agx_update_shader() 2133 asahi_fast_link(struct agx_context *ctx, struct agx_uncompiled_shader *so, in asahi_fast_link() 2252 struct agx_uncompiled_shader *gs = ctx->stage[PIPE_SHADER_GEOMETRY].shader; in agx_update_gs() [all …]
|