Searched refs:old_ish (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c1799 struct iris_uncompiled_shader *old_ish = local in function:iris_bind_fs_state
1808 if (!old_ish || !new_ish ||
1809 (old_ish->nir->info.outputs_written & color_bits) !=
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c3073 struct crocus_uncompiled_shader *old_ish = local in function:crocus_bind_fs_state
3082 if (!old_ish || !new_ish ||
3083 (old_ish->nir->info.outputs_written & color_bits) !=
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c2873 struct iris_uncompiled_shader *old_ish = local in function:iris_bind_fs_state
2882 if (!old_ish || !new_ish ||
2883 (old_ish->nir->info.outputs_written & color_bits) !=

Completed in 12 milliseconds