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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c1462 struct brw_tcs_prog_key key_clean = *key; local in function:crocus_compile_tcs
1463 crocus_sanitize_tex_key(&key_clean.base.tex);
1466 brw_compile_tcs(compiler, &ice->dbg, mem_ctx, &key_clean, tcs_prog_data, nir,
1595 struct brw_tes_prog_key key_clean = *key; local in function:crocus_compile_tes
1596 crocus_sanitize_tex_key(&key_clean.base.tex);
1599 brw_compile_tes(compiler, &ice->dbg, mem_ctx, &key_clean, &input_vue_map,
1728 struct brw_gs_prog_key key_clean = *key; local in function:crocus_compile_gs
1729 crocus_sanitize_tex_key(&key_clean.base.tex);
1733 brw_compile_gs(compiler, &ice->dbg, mem_ctx, &key_clean, gs_prog_data, nir,
1857 struct brw_wm_prog_key key_clean local in function:crocus_compile_fs
[all...]

Completed in 5 milliseconds