Searched refs:gs_present (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen6_urb.c51 bool gs_present, unsigned gs_size)
58 if (gs_present) {
104 if (brw->urb.gs_present && !gs_present)
106 brw->urb.gs_present = gs_present;
118 const bool gs_present = local in function:upload_urb
139 gen6_upload_urb(brw, vs_size, gs_present, gs_size);
50 gen6_upload_urb(struct brw_context * brw,unsigned vs_size,bool gs_present,unsigned gs_size) argument
H A Dgen7_urb.c68 bool gs_present = brw->programs[MESA_SHADER_GEOMETRY]; local in function:gen7_allocate_push_constants
77 int stages = 2 + gs_present + 2 * tess_present;
88 unsigned gs_size = gs_present ? size_per_stage : 0;
199 const bool gs_present = brw->gs.base.prog_data; local in function:upload_urb
203 gen7_upload_urb(brw, vs_size, gs_present, tess_present);
208 bool gs_present, bool tess_present)
223 gs_present ? brw_vue_prog_data(brw->gs.base.prog_data) : NULL,
236 brw->urb.gs_present == gs_present &&
244 brw->urb.gs_present
207 gen7_upload_urb(struct brw_context * brw,unsigned vs_size,bool gs_present,bool tess_present) argument
[all...]
H A Dbrw_context.h1024 bool gs_present; member in struct:brw_context::__anonaf9edc7b0a08
1565 bool gs_present, unsigned gs_size);
1568 bool gs_present, bool tess_present);
H A Dbrw_context.c1096 brw->urb.gs_present = false;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx6_urb.c51 bool gs_present, unsigned gs_size)
58 if (gs_present) {
104 if (brw->urb.gs_present && !gs_present)
106 brw->urb.gs_present = gs_present;
118 const bool gs_present = local in function:upload_urb
139 gfx6_upload_urb(brw, vs_size, gs_present, gs_size);
50 gfx6_upload_urb(struct brw_context * brw,unsigned vs_size,bool gs_present,unsigned gs_size) argument
H A Dgfx7_urb.c68 bool gs_present = brw->programs[MESA_SHADER_GEOMETRY]; local in function:gfx7_allocate_push_constants
76 int stages = 2 + gs_present + 2 * tess_present;
87 unsigned gs_size = gs_present ? size_per_stage : 0;
198 const bool gs_present = brw->gs.base.prog_data; local in function:upload_urb
202 gfx7_upload_urb(brw, vs_size, gs_present, tess_present);
207 bool gs_present, bool tess_present)
220 gs_present ? brw_vue_prog_data(brw->gs.base.prog_data) : NULL,
233 brw->urb.gs_present == gs_present &&
241 brw->urb.gs_present
206 gfx7_upload_urb(struct brw_context * brw,unsigned vs_size,bool gs_present,bool tess_present) argument
[all...]
H A Dbrw_context.h1044 bool gs_present; member in struct:brw_context::__anon3cd19dee0a08
1537 bool gs_present, unsigned gs_size);
1540 bool gs_present, bool tess_present);
H A DgenX_blorp_exec.c409 brw->urb.gs_present = false;
H A Dbrw_context.c1149 brw->urb.gs_present = false;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_genx_protos.h35 bool gs_present,
H A Dcrocus_blorp.c381 ice->urb.gs_present = false;
H A Dcrocus_context.h722 bool gs_present; member in struct:crocus_context::__anone5ee0d6b0a08
H A Dcrocus_state.c6042 bool gs_present = ice->shaders.prog[MESA_SHADER_GEOMETRY] != NULL local in function:crocus_upload_dirty_render_state
6055 genX(crocus_upload_urb)(batch, vs_size, gs_present, gs_size);
6059 bool gs_present = ice->shaders.prog[MESA_SHADER_GEOMETRY] != NULL; local in function:crocus_upload_dirty_render_state
6079 ice->urb.gs_present == gs_present &&
6089 ice->urb.gs_present = gs_present;
6101 gs_present,
8908 bool gs_present,
8917 if (gs_present) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_urb_config.c55 * \param[in] gs_present - are geometry shaders active?
63 bool tess_present, bool gs_present,
67 const bool active[4] = { true, tess_present, tess_present, gs_present };
106 [MESA_SHADER_GEOMETRY] = gs_present ? 2 : 0,
61 gen_get_urb_config(const struct gen_device_info * devinfo,unsigned push_constant_bytes,unsigned urb_size_bytes,bool tess_present,bool gs_present,const unsigned entry_size[4],unsigned entries[4],unsigned start[4]) argument
H A Dgen_l3_config.h97 bool tess_present, bool gs_present,
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_l3_config.h103 bool tess_present, bool gs_present,
H A Dintel_urb_config.c55 * \param[in] gs_present - are geometry shaders active?
65 bool tess_present, bool gs_present,
92 const bool active[4] = { true, tess_present, tess_present, gs_present };
131 [MESA_SHADER_GEOMETRY] = gs_present ? 2 : 0,
257 if (gs_present) {
63 intel_get_urb_config(const struct intel_device_info * devinfo,const struct intel_l3_config * l3_cfg,bool tess_present,bool gs_present,const unsigned entry_size[4],unsigned entries[4],unsigned start[4],enum intel_urb_deref_block_size * deref_block_size,bool * constrained) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.h731 bool tess_present, bool gs_present);
735 bool tess_present, bool gs_present);
739 bool tess_present, bool gs_present);
743 bool tess_present, bool gs_present);
H A Diris_state.c6314 bool tess_present, bool gs_present)
6325 tess_present, gs_present,

Completed in 42 milliseconds