Home
last modified time | relevance | path

Searched refs:brw_gs_prog_key (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c118 const struct brw_gs_prog_key *old_key, in debug_gs_recompile()
119 const struct brw_gs_prog_key *key) in debug_gs_recompile()
193 debug_gs_recompile(c, log, (const struct brw_gs_prog_key *)old_key, in brw_debug_key_recompile()
194 (const struct brw_gs_prog_key *)key); in brw_debug_key_recompile()
Dbrw_compiler.h278 struct brw_gs_prog_key struct
356 struct brw_gs_prog_key gs;
1313 const struct brw_gs_prog_key *key;
Dbrw_compile_gs.cpp143 const struct brw_gs_prog_key *key = params->key; in brw_compile_gs()
Dbrw_compiler.c292 [MESA_SHADER_GEOMETRY] = sizeof(struct brw_gs_prog_key), in brw_prog_key_size()
Dbrw_fs.h134 struct brw_gs_prog_key key;
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c547 static struct brw_gs_prog_key
551 return (struct brw_gs_prog_key) { in iris_to_brw_gs_key()
2479 struct brw_gs_prog_key brw_key = iris_to_brw_gs_key(screen, key); in iris_compile_gs()