Home
last modified time | relevance | path

Searched refs:crocus_compiled_shader (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c84 struct crocus_compiled_shader *
122 static const struct crocus_compiled_shader *
127 const struct crocus_compiled_shader *existing = entry->data; in find_existing_assembly()
186 struct crocus_compiled_shader *
197 struct crocus_compiled_shader *shader = in crocus_upload_shader()
198 rzalloc_size(cache, sizeof(struct crocus_compiled_shader)); in crocus_upload_shader()
199 const struct crocus_compiled_shader *existing = find_existing_assembly( in crocus_upload_shader()
245 struct crocus_compiled_shader *shader = in crocus_blorp_lookup_shader()
274 struct crocus_compiled_shader *shader = crocus_upload_shader( in crocus_blorp_upload_shader()
341 struct crocus_compiled_shader *shader = entry->data; in crocus_print_program_cache()
H A Dcrocus_program.c1154 static struct crocus_compiled_shader *
1249 struct crocus_compiled_shader *shader = in crocus_compile_vs()
1284 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_VS]; in crocus_update_compiled_vs()
1285 struct crocus_compiled_shader *shader = in crocus_update_compiled_vs()
1379 static struct crocus_compiled_shader *
1443 struct crocus_compiled_shader *shader = in crocus_compile_tcs()
1491 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_TCS]; in crocus_update_compiled_tcs()
1492 struct crocus_compiled_shader *shader = in crocus_update_compiled_tcs()
1513 static struct crocus_compiled_shader *
1591 struct crocus_compiled_shader *shader = in crocus_compile_tes()
[all …]
H A Dcrocus_context.h369 struct crocus_compiled_shader { struct
513 struct crocus_compiled_shader *prog[MESA_SHADER_STAGES];
524 struct crocus_compiled_shader *clip_prog;
525 struct crocus_compiled_shader *sf_prog;
527 struct crocus_compiled_shader *ff_gs_prog;
889 const struct crocus_compiled_shader *shader,
893 struct crocus_compiled_shader *
904 struct crocus_compiled_shader *crocus_find_cached_shader(struct crocus_context *ice,
908 struct crocus_compiled_shader *crocus_upload_shader(struct crocus_context *ice,
H A Dcrocus_disk_cache.c80 const struct crocus_compiled_shader *shader, in crocus_disk_cache_store()
131 struct crocus_compiled_shader *
216 struct crocus_compiled_shader *shader = in crocus_disk_cache_retrieve()
H A Dcrocus_state.c916 struct crocus_compiled_shader *shader = ice->shaders.prog[stage]; in upload_shader_consts()
1549 struct crocus_compiled_shader *shader = ice->shaders.prog[MESA_SHADER_FRAGMENT]; in set_blend_entry_bits()
1568 struct crocus_compiled_shader *shader = ice->shaders.prog[MESA_SHADER_FRAGMENT]; in set_blend_entry_bits()
3532 struct crocus_compiled_shader *shader = ice->shaders.prog[stage]; in upload_sysvals()
4869 KSP(const struct crocus_context *ice, const struct crocus_compiled_shader *shader) in KSP()
5373 …struct crocus_compiled_shader *shader = ff_gs ? ice->shaders.ff_gs_prog : ice->shaders.prog[stage]; in crocus_populate_binding_table()
5396 struct crocus_compiled_shader *shader = ice->shaders.prog[MESA_SHADER_FRAGMENT]; in crocus_populate_binding_table()
5652 struct crocus_compiled_shader *shader = ice->shaders.prog[stage]; in setup_constant_buffers()
5716 struct crocus_compiled_shader *shader = ice->shaders.prog[stage]; in emit_push_constant_packets()
6275 struct crocus_compiled_shader *shader = ice->shaders.prog[stage];
[all …]
H A Dcrocus_draw.c453 const struct crocus_compiled_shader *shader = ice->shaders.prog[MESA_SHADER_COMPUTE]; in crocus_update_grid_size_resource()