Home
last modified time | relevance | path

Searched refs:epilog_key (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/asahi/
Dagx_disk_cache.c71 blob_write_bytes(blob, &binary->epilog_key, sizeof(binary->epilog_key)); in write_shader()
123 blob_copy_bytes(blob, &binary->epilog_key, sizeof(binary->epilog_key)); in read_shader()
Dagx_state.c1594 struct agx_fs_epilog_link_info epilog_key = {false}; in agx_compile_variant() local
1649 NIR_PASS(_, nir, agx_nir_lower_fs_output_to_epilog, &epilog_key); in agx_compile_variant()
1691 epilog_key.rt_spill_base = BITSET_LAST_BIT(nir->info.textures_used) + in agx_compile_variant()
1694 compiled->epilog_key = epilog_key; in agx_compile_variant()
2384 .epilog.fs.link = ctx->fs->epilog_key, in agx_update_fs()
2388 .nr_samples_shaded = ctx->fs->epilog_key.sample_shading ? nr_samples : 0, in agx_update_fs()
Dagx_state.h245 struct agx_fs_epilog_link_info epilog_key; member
/external/mesa3d/src/asahi/vulkan/
Dhk_shader.h80 struct agx_fs_epilog_link_info epilog_key; member
Dhk_cmd_draw.c2545 (fs && (fs->info.fs.epilog_key.write_z || in hk_flush_dynamic_state()
2546 fs->info.fs.epilog_key.write_s)); in hk_flush_dynamic_state()
2669 if (fs->info.fs.epilog_key.sample_shading) in hk_flush_dynamic_state()
2707 .link = fs->info.fs.epilog_key, in hk_flush_dynamic_state()
Dhk_shader.c816 &shader->info.fs.epilog_key); in hk_compile_nir()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3468 union si_shader_part_key epilog_key; in si_shader_select_ps_parts() local
3483 si_get_ps_epilog_key(shader, &epilog_key); in si_shader_select_ps_parts()
3486 si_get_shader_part(sscreen, &sscreen->ps_epilogs, MESA_SHADER_FRAGMENT, false, &epilog_key, in si_shader_select_ps_parts()