Searched refs:epilog_key (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_disk_cache.c | 71 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()
|
D | agx_state.c | 1594 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()
|
D | agx_state.h | 245 struct agx_fs_epilog_link_info epilog_key; member
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_shader.h | 80 struct agx_fs_epilog_link_info epilog_key; member
|
D | hk_cmd_draw.c | 2545 (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()
|
D | hk_shader.c | 816 &shader->info.fs.epilog_key); in hk_compile_nir()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 3468 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()
|