Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
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()
247 struct crocus_compiled_shader *shader = in crocus_blorp_lookup_shader()
276 struct crocus_compiled_shader *shader = crocus_upload_shader( in crocus_blorp_upload_shader()
343 struct crocus_compiled_shader *shader = entry->data; in crocus_print_program_cache()
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;
888 const struct crocus_compiled_shader *shader,
892 struct crocus_compiled_shader *
903 struct crocus_compiled_shader *crocus_find_cached_shader(struct crocus_context *ice,
907 struct crocus_compiled_shader *crocus_upload_shader(struct crocus_context *ice,
Dcrocus_program.c1174 static struct crocus_compiled_shader *
1261 struct crocus_compiled_shader *shader = in crocus_compile_vs()
1296 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_VS]; in crocus_update_compiled_vs()
1297 struct crocus_compiled_shader *shader = in crocus_update_compiled_vs()
1391 static struct crocus_compiled_shader *
1482 struct crocus_compiled_shader *shader = in crocus_compile_tcs()
1530 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_TCS]; in crocus_update_compiled_tcs()
1531 struct crocus_compiled_shader *shader = in crocus_update_compiled_tcs()
1552 static struct crocus_compiled_shader *
1618 struct crocus_compiled_shader *shader = in crocus_compile_tes()
[all …]
Dcrocus_disk_cache.c80 const struct crocus_compiled_shader *shader, in crocus_disk_cache_store()
131 struct crocus_compiled_shader *
219 struct crocus_compiled_shader *shader = in crocus_disk_cache_retrieve()
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()
3529 struct crocus_compiled_shader *shader = ice->shaders.prog[stage]; in upload_sysvals()
4871 KSP(const struct crocus_context *ice, const struct crocus_compiled_shader *shader) in KSP()
5377 …struct crocus_compiled_shader *shader = ff_gs ? ice->shaders.ff_gs_prog : ice->shaders.prog[stage]; in crocus_populate_binding_table()
5400 struct crocus_compiled_shader *shader = ice->shaders.prog[MESA_SHADER_FRAGMENT]; in crocus_populate_binding_table()
5655 struct crocus_compiled_shader *shader = ice->shaders.prog[stage]; in setup_constant_buffers()
5722 struct crocus_compiled_shader *shader = ice->shaders.prog[stage]; in emit_push_constant_packets()
6278 struct crocus_compiled_shader *shader = ice->shaders.prog[stage];
[all …]
Dcrocus_draw.c452 const struct crocus_compiled_shader *shader = ice->shaders.prog[MESA_SHADER_COMPUTE]; in crocus_update_grid_size_resource()