Searched refs:tfb (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_shader_state.c | 311 struct nvc0_transform_feedback_state *tfb; in nvc0_tfb_validate() local 314 if (nvc0->gmtyprog) tfb = nvc0->gmtyprog->tfb; in nvc0_tfb_validate() 316 if (nvc0->tevlprog) tfb = nvc0->tevlprog->tfb; in nvc0_tfb_validate() 318 tfb = nvc0->vertprog->tfb; in nvc0_tfb_validate() 320 IMMED_NVC0(push, NVC0_3D(TFB_ENABLE), (tfb && nvc0->num_tfbbufs) ? 1 : 0); in nvc0_tfb_validate() 322 if (tfb && tfb != nvc0->state.tfb) { in nvc0_tfb_validate() 324 if (tfb->varying_count[b]) { in nvc0_tfb_validate() 325 unsigned n = (tfb->varying_count[b] + 3) / 4; in nvc0_tfb_validate() 328 PUSH_DATA (push, tfb->stream[b]); in nvc0_tfb_validate() 329 PUSH_DATA (push, tfb->varying_count[b]); in nvc0_tfb_validate() [all …]
|
D | nvc0_program.c | 516 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 …]
|
D | nvc0_program.h | 71 struct nvc0_transform_feedback_state *tfb; member
|
D | nvc0_screen.h | 59 struct nvc0_transform_feedback_state *tfb; member
|
D | nvc0_context.c | 250 nvc0->screen->save_state.tfb = NULL; in nvc0_destroy()
|
D | nvc0_state_validate.c | 893 ctx_to->state.tfb = NULL; in nvc0_switch_pipe_context()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSeparableProgramsTransformFeedbackTests.cpp | 255 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()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.6.1.rst | 78 - nvc0: always put all tfb bufs into bufctx
|
D | 10.5.9.rst | 93 - nvc0: always put all tfb bufs into bufctx
|
/third_party/node/deps/uv/ |
D | AUTHORS | 78 Tim Bradshaw <tfb@cley.com>
|
/third_party/libuv/ |
D | AUTHORS | 78 Tim Bradshaw <tfb@cley.com>
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-arboretum.hdr | 78 …mV�]hp_��d��oaQ���`���n�}tj�ld��s��kac\�o{Z�|�Xf��{��nr~��������d�fr�f�~�`tfb`sdtWTukXW�w���w]��… 1343 …�����������Q�����������x���|y��������������h������������������������ުi��tfb屳��������� ���~}�~…
|