Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c153 const struct brw_gs_prog_key *old_key, in debug_gs_recompile()
154 const struct brw_gs_prog_key *key) in debug_gs_recompile()
234 debug_gs_recompile(c, log, (const struct brw_gs_prog_key *)old_key, in brw_debug_key_recompile()
235 (const struct brw_gs_prog_key *)key); in brw_debug_key_recompile()
Dbrw_shader.h185 struct brw_gs_prog_key key;
Dbrw_compiler.h390 struct brw_gs_prog_key struct
575 struct brw_gs_prog_key gs;
1672 const struct brw_gs_prog_key *key;
Dbrw_compiler.c267 [MESA_SHADER_GEOMETRY] = sizeof(struct brw_gs_prog_key), in brw_prog_key_size()
Dbrw_vec4_gs_visitor.cpp589 const struct brw_gs_prog_key *key = params->key; in brw_compile_gs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h47 struct brw_gs_prog_key;
133 struct brw_gs_prog_key *key);
Dcrocus_program.c1708 const struct brw_gs_prog_key *key) in crocus_compile_gs()
1753 struct brw_gs_prog_key key_clean = *key; in crocus_compile_gs()
1813 struct brw_gs_prog_key key = { KEY_INIT() }; in crocus_update_compiled_gs()
2857 struct brw_gs_prog_key key = { KEY_INIT() }; in crocus_create_gs_state()
Dcrocus_state.c4756 struct brw_gs_prog_key *key) in crocus_populate_gs_key()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c142 static struct brw_gs_prog_key
146 return (struct brw_gs_prog_key) { in iris_to_brw_gs_key()
1857 struct brw_gs_prog_key brw_key = iris_to_brw_gs_key(screen, key); in iris_compile_gs()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c355 struct brw_gs_prog_key *key) in populate_gs_prog_key()