Home
last modified time | relevance | path

Searched refs:brw_tes_prog_key (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c138 const struct brw_tes_prog_key *old_key, in debug_tes_recompile()
139 const struct brw_tes_prog_key *key) in debug_tes_recompile()
230 debug_tes_recompile(c, log, (const struct brw_tes_prog_key *)old_key, in brw_debug_key_recompile()
231 (const struct brw_tes_prog_key *)key); in brw_debug_key_recompile()
Dbrw_vec4_tes.h43 const struct brw_tes_prog_key *key,
Dbrw_compiler.h367 struct brw_tes_prog_key struct
574 struct brw_tes_prog_key tes;
1643 const struct brw_tes_prog_key *key;
Dbrw_vec4_tes.cpp38 const struct brw_tes_prog_key *key, in vec4_tes_visitor()
Dbrw_compiler.c266 [MESA_SHADER_TESS_EVAL] = sizeof(struct brw_tes_prog_key), in brw_prog_key_size()
Dbrw_shader.cpp1328 const struct brw_tes_prog_key *key = params->key; in brw_compile_tes()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h43 struct brw_tes_prog_key;
129 struct brw_tes_prog_key *key);
Dcrocus_program.c1568 const struct brw_tes_prog_key *key) in crocus_compile_tes()
1611 struct brw_tes_prog_key key_clean = *key; in crocus_compile_tes()
1667 struct brw_tes_prog_key key = { KEY_INIT() }; in crocus_update_compiled_tes()
2829 struct brw_tes_prog_key key = { in crocus_create_tes_state()
Dcrocus_state.c4735 struct brw_tes_prog_key *key) in crocus_populate_tes_key()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c130 static struct brw_tes_prog_key
134 return (struct brw_tes_prog_key) { in iris_to_brw_tes_key()
1718 struct brw_tes_prog_key brw_key = iris_to_brw_tes_key(screen, key); in iris_compile_tes()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c345 struct brw_tes_prog_key *key) in populate_tes_prog_key()