Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_gs.c55 struct brw_gs_prog_key *key) in brw_codegen_gs_prog()
146 struct brw_gs_prog_key *key) in brw_gs_populate_key()
161 struct brw_gs_prog_key key; in brw_upload_gs_prog()
188 struct brw_gs_prog_key *key, in brw_gs_populate_default_key()
203 struct brw_gs_prog_key key; in brw_gs_precompile()
Dbrw_gs.h42 struct brw_gs_prog_key *key);
45 struct brw_gs_prog_key *key,
Dbrw_disk_cache.c345 struct brw_gs_prog_key gs_key; in brw_disk_cache_write_render_programs()
/external/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.h135 struct brw_gs_prog_key key;
Dbrw_compiler.h356 struct brw_gs_prog_key struct
490 struct brw_gs_prog_key gs;
1457 const struct brw_gs_prog_key *key,
Dbrw_compiler.c252 [MESA_SHADER_GEOMETRY] = sizeof(struct brw_gs_prog_key), in brw_prog_key_size()
Dbrw_vec4_gs_visitor.cpp587 const struct brw_gs_prog_key *key, in brw_compile_gs()
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c102 static struct brw_gs_prog_key
106 return (struct brw_gs_prog_key) { in iris_to_brw_gs_key()
1595 struct brw_gs_prog_key brw_key = iris_to_brw_gs_key(devinfo, key); in iris_compile_gs()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c492 struct brw_gs_prog_key *key) in populate_gs_prog_key()