Home
last modified time | relevance | path

Searched refs:iris_tes_prog_key (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h42 struct iris_tes_prog_key;
128 struct iris_tes_prog_key *key);
Diris_context.h241 struct iris_tes_prog_key { struct
281 struct iris_tes_prog_key tes;
Diris_program.c128 const struct iris_tes_prog_key *key) in iris_to_brw_tes_key()
1684 const struct iris_tes_prog_key *const key = &shader->key.tes; in iris_compile_tes()
1758 struct iris_tes_prog_key key = { KEY_ID(vue.base) }; in iris_update_compiled_tes()
2624 key.tes = (struct iris_tes_prog_key) { in iris_create_shader_state()
Diris_state.c4235 struct iris_tes_prog_key *key) in iris_populate_tes_key()