Home
last modified time | relevance | path

Searched refs:tfb (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_shader_state.c301 struct nvc0_transform_feedback_state *tfb; in nvc0_tfb_validate() local
304 if (nvc0->gmtyprog) tfb = nvc0->gmtyprog->tfb; in nvc0_tfb_validate()
306 if (nvc0->tevlprog) tfb = nvc0->tevlprog->tfb; in nvc0_tfb_validate()
308 tfb = nvc0->vertprog->tfb; in nvc0_tfb_validate()
310 IMMED_NVC0(push, NVC0_3D(TFB_ENABLE), (tfb && nvc0->num_tfbbufs) ? 1 : 0); in nvc0_tfb_validate()
312 if (tfb && tfb != nvc0->state.tfb) { in nvc0_tfb_validate()
314 if (tfb->varying_count[b]) { in nvc0_tfb_validate()
315 unsigned n = (tfb->varying_count[b] + 3) / 4; in nvc0_tfb_validate()
318 PUSH_DATA (push, tfb->stream[b]); in nvc0_tfb_validate()
319 PUSH_DATA (push, tfb->varying_count[b]); in nvc0_tfb_validate()
[all …]
Dnvc0_program.c516 struct nvc0_transform_feedback_state *tfb; in nvc0_program_create_tfb_state() local
519 tfb = MALLOC_STRUCT(nvc0_transform_feedback_state); in nvc0_program_create_tfb_state()
520 if (!tfb) in nvc0_program_create_tfb_state()
523 tfb->stride[b] = pso->stride[b] * 4; in nvc0_program_create_tfb_state()
524 tfb->varying_count[b] = 0; in nvc0_program_create_tfb_state()
526 memset(tfb->varying_index, 0xff, sizeof(tfb->varying_index)); /* = skip */ in nvc0_program_create_tfb_state()
538 tfb->varying_index[b][p++] = info->out[r].slot[s + c]; in nvc0_program_create_tfb_state()
540 tfb->varying_count[b] = MAX2(tfb->varying_count[b], p); in nvc0_program_create_tfb_state()
541 tfb->stream[b] = pso->output[i].stream; in nvc0_program_create_tfb_state()
544 for (c = tfb->varying_count[b]; c & 3; ++c) in nvc0_program_create_tfb_state()
[all …]
Dnvc0_program.h70 struct nvc0_transform_feedback_state *tfb; member
Dnvc0_screen.h59 struct nvc0_transform_feedback_state *tfb; member
Dnvc0_context.c203 nvc0->screen->save_state.tfb = NULL; in nvc0_destroy()
Dnvc0_state_validate.c893 ctx_to->state.tfb = NULL; in nvc0_switch_pipe_context()
/external/deqp/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp255 Utils::buffer tfb(m_context); in iterate() local
257 tfb.generate(GL_TRANSFORM_FEEDBACK_BUFFER); in iterate()
258 tfb.update(tfbSize, 0 /* data */, GL_DYNAMIC_COPY); in iterate()
259 tfb.bindRange(0, 0, tfbSize); in iterate()
/external/mesa3d/docs/relnotes/
D10.6.1.rst78 - nvc0: always put all tfb bufs into bufctx
D10.5.9.rst93 - nvc0: always put all tfb bufs into bufctx