| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | gen6_urb.c | 51 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 D | gen7_urb.c | 68 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 D | brw_context.h | 1024 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 D | brw_context.c | 1096 brw->urb.gs_present = false;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | gfx6_urb.c | 51 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 D | gfx7_urb.c | 68 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 D | brw_context.h | 1044 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 D | genX_blorp_exec.c | 409 brw->urb.gs_present = false;
|
| H A D | brw_context.c | 1149 brw->urb.gs_present = false;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_genx_protos.h | 35 bool gs_present,
|
| H A D | crocus_blorp.c | 381 ice->urb.gs_present = false;
|
| H A D | crocus_context.h | 722 bool gs_present; member in struct:crocus_context::__anone5ee0d6b0a08
|
| H A D | crocus_state.c | 6042 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 D | gen_urb_config.c | 55 * \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 D | gen_l3_config.h | 97 bool tess_present, bool gs_present,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_l3_config.h | 103 bool tess_present, bool gs_present,
|
| H A D | intel_urb_config.c | 55 * \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 D | iris_context.h | 731 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 D | iris_state.c | 6314 bool tess_present, bool gs_present) 6325 tess_present, gs_present,
|