Home
last modified time | relevance | path

Searched refs:gen_l3_config (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/intel/common/
Dgen_l3_config.c37 static const struct gen_l3_config ivb_l3_configs[] = {
59 static const struct gen_l3_config vlv_l3_configs[] = {
75 static const struct gen_l3_config bdw_l3_configs[] = {
91 static const struct gen_l3_config chv_l3_configs[] = {
107 static const struct gen_l3_config bxt_2x6_l3_configs[] = {
121 static const struct gen_l3_config cnl_l3_configs[] = {
139 static const struct gen_l3_config *
183 gen_get_l3_config_weights(const struct gen_l3_config *cfg) in gen_get_l3_config_weights()
251 const struct gen_l3_config *
257 const struct gen_l3_config *const cfg = get_l3_configs(devinfo); in gen_get_default_l3_config()
[all …]
Dgen_l3_config.h59 struct gen_l3_config { struct
80 gen_get_l3_config_weights(const struct gen_l3_config *cfg); argument
82 const struct gen_l3_config *
85 const struct gen_l3_config *
91 const struct gen_l3_config *cfg);
93 void gen_dump_l3_config(const struct gen_l3_config *cfg, FILE *fp);
Dmeson.build31 'gen_l3_config.c',
32 'gen_l3_config.h',
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_l3_state.c71 setup_l3_config(struct brw_context *brw, const struct gen_l3_config *cfg) in setup_l3_config()
196 update_urb_size(struct brw_context *brw, const struct gen_l3_config *cfg) in update_urb_size()
239 const struct gen_l3_config *const cfg = in emit_l3_state()
305 const struct gen_l3_config *const cfg = gen_get_default_l3_config(devinfo); in gen7_restore_default_l3_config()
Dbrw_context.h678 struct gen_l3_config;
1277 const struct gen_l3_config *config;
/external/mesa3d/src/intel/vulkan/
Danv_genX.h51 const struct gen_l3_config *cfg);
63 const struct gen_l3_config *l3_config,
DgenX_blorp_exec.c198 const struct gen_l3_config *cfg = in genX()
DgenX_gpu_memcpy.c122 const struct gen_l3_config *cfg = in genX()
Danv_private.h67 struct gen_l3_config;
1726 const struct gen_l3_config * current_l3_config;
2134 const struct gen_l3_config * l3_config;
DgenX_pipeline.c237 const struct gen_l3_config *l3_config, in genX()
DgenX_cmd_buffer.c1162 const struct gen_l3_config *cfg) in genX()
/external/mesa3d/src/intel/
DMakefile.sources18 common/gen_l3_config.c \
19 common/gen_l3_config.h \