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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c279 struct nvc0_transform_feedback_state *tfb; local in function:nvc0_tfb_validate
282 if (nvc0->gmtyprog) tfb = nvc0->gmtyprog->tfb;
284 if (nvc0->tevlprog) tfb = nvc0->tevlprog->tfb;
286 tfb = nvc0->vertprog->tfb;
288 IMMED_NVC0(push, NVC0_3D(TFB_ENABLE), (tfb && nvc0->num_tfbbufs) ? 1 : 0);
290 if (tfb && tfb !
[all...]
H A Dnvc0_program.h70 struct nvc0_transform_feedback_state *tfb; member in struct:nvc0_program
H A Dnvc0_program.c517 struct nvc0_transform_feedback_state *tfb; local in function:nvc0_program_create_tfb_state
520 tfb = MALLOC_STRUCT(nvc0_transform_feedback_state);
521 if (!tfb)
524 tfb->stride[b] = pso->stride[b] * 4;
525 tfb->varying_count[b] = 0;
527 memset(tfb->varying_index, 0xff, sizeof(tfb->varying_index)); /* = skip */
539 tfb->varying_index[b][p++] = info->out[r].slot[s + c];
541 tfb->varying_count[b] = MAX2(tfb
[all...]
H A Dnvc0_screen.h59 struct nvc0_transform_feedback_state *tfb; member in struct:nvc0_graph_state
H A Dnvc0_context.c197 nvc0->screen->save_state.tfb = NULL;
H A Dnvc0_state_validate.c883 /* Reset tfb as the shader that owns it may have been deleted. */
884 ctx_to->state.tfb = NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c311 struct nvc0_transform_feedback_state *tfb; local in function:nvc0_tfb_validate
314 if (nvc0->gmtyprog) tfb = nvc0->gmtyprog->tfb;
316 if (nvc0->tevlprog) tfb = nvc0->tevlprog->tfb;
318 tfb = nvc0->vertprog->tfb;
320 IMMED_NVC0(push, NVC0_3D(TFB_ENABLE), (tfb && nvc0->num_tfbbufs) ? 1 : 0);
322 if (tfb && tfb !
[all...]
H A Dnvc0_program.h71 struct nvc0_transform_feedback_state *tfb; member in struct:nvc0_program
H A Dnvc0_program.c516 struct nvc0_transform_feedback_state *tfb; local in function:nvc0_program_create_tfb_state
519 tfb = MALLOC_STRUCT(nvc0_transform_feedback_state);
520 if (!tfb)
523 tfb->stride[b] = pso->stride[b] * 4;
524 tfb->varying_count[b] = 0;
526 memset(tfb->varying_index, 0xff, sizeof(tfb->varying_index)); /* = skip */
538 tfb->varying_index[b][p++] = info->out[r].slot[s + c];
540 tfb->varying_count[b] = MAX2(tfb
[all...]
H A Dnvc0_screen.h59 struct nvc0_transform_feedback_state *tfb; member in struct:nvc0_graph_state
H A Dnvc0_context.c250 nvc0->screen->save_state.tfb = NULL;
H A Dnvc0_state_validate.c892 /* Reset tfb as the shader that owns it may have been deleted. */
893 ctx_to->state.tfb = NULL;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.1.rst78 - nvc0: always put all tfb bufs into bufctx
H A D10.5.9.rst93 - nvc0: always put all tfb bufs into bufctx

Completed in 13 milliseconds