Searched refs:gen_l3_config (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_l3_config.h59 struct gen_l3_config { struct
80 gen_get_l3_config_weights(const struct gen_l3_config *cfg);
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);
H A Dgen_l3_config.c30 #include "gen_l3_config.h"
37 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[] = {
142 static const struct gen_l3_config icl_l3_configs[] = {
154 static const struct gen_l3_config *
201 gen_get_l3_config_weights(const struct gen_l3_config *cf
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_genX.h51 const struct gen_l3_config *cfg);
73 const struct gen_l3_config *l3_config,
H A DgenX_blorp_exec.c33 #include "common/gen_l3_config.h"
221 const struct gen_l3_config *cfg =
H A DgenX_gpu_memcpy.c29 #include "common/gen_l3_config.h"
76 const struct gen_l3_config *cfg =
H A Danv_private.h76 struct gen_l3_config;
2341 const struct gen_l3_config * current_l3_config;
2753 const struct gen_l3_config * l3_config;
H A DgenX_pipeline.c29 #include "common/gen_l3_config.h"
260 const struct gen_l3_config *l3_config,
H A DgenX_cmd_buffer.c32 #include "common/gen_l3_config.h"
1573 const struct gen_l3_config *cfg)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen7_l3_state.c24 #include "common/gen_l3_config.h"
71 setup_l3_config(struct brw_context *brw, const struct gen_l3_config *cfg)
194 update_urb_size(struct brw_context *brw, const struct gen_l3_config *cfg)
237 const struct gen_l3_config *const cfg =
303 const struct gen_l3_config *const cfg = gen_get_default_l3_config(devinfo);
H A Dbrw_context.h683 struct gen_l3_config;
1253 const struct gen_l3_config *config;
/xsrc/external/mit/MesaLib.old/dist/src/intel/
H A DMakefile.sources19 common/gen_l3_config.c \
20 common/gen_l3_config.h \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c101 #include "intel/common/gen_l3_config.h"
622 iris_emit_l3_config(struct iris_batch *batch, const struct gen_l3_config *cfg,
653 const struct gen_l3_config *cfg = gen_get_l3_config(devinfo, w);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1758 - intel: Take a gen_l3_config in gen_get_urb_config
H A D20.1.0.rst2336 - intel: Take a gen_l3_config in gen_get_urb_config

Completed in 43 milliseconds