| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_draw_upload.c | 468 GLuint interleaved = 0; local in function:brw_prepare_vertices 589 * when we've decided if we're doing interleaved or not. 592 interleaved = glbinding->Stride; 595 else if (interleaved != glbinding->Stride || 599 glattrib->Format._ElementSize > interleaved) 604 * interleaved upload optimization. The second case can most 616 interleaved = 0; 653 if (interleaved) { 655 /* All uploads are interleaved, so upload the arrays together as 656 * interleaved [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | tiling.rst | 112 width, as the stencil buffer is stored with two rows interleaved. 115 mean that "the stencil buffer is stored with two rows interleaved"? The 119 x 32rows) but every pair of rows in the stencil buffer is interleaved into 240 width, as the stencil buffer is stored with two rows interleaved. 243 interleaved". More accurately, a W-tiled buffer can be viewed as a Y-tiled 244 buffer with each set of 4 W-tiled lines interleaved to form 2 Y-tiled lines. In
|
| H A D | units.rst | 62 which allows us to express both the array and interleaved cases. Most of the
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.1.4.rst | 99 - i965: Fix output register sizes when variable ranges are interleaved
|
| H A D | 9.1.5.rst | 88 - i965: Be more careful with the interleaved user array upload
|
| H A D | 17.1.4.rst | 123 - i965: Disable the interleaved vertex optimization when instancing 124 - i965: Set step_rate = 0 for interleaved vertex buffers
|
| H A D | 7.10.3.rst | 294 - i965: Align interleaved URB write length to 2
|
| H A D | 20.2.0.rst | 3288 - gallium/u_vbuf: add a faster path for uploading non-interleaved attribs
|
| H A D | 20.3.0.rst | 3738 - zink: use u_transfer_helper to split/merge interleaved depth/stencil formats
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | Makefile.am | 123 tri-array-interleaved \
|
| H A D | Makefile.in | 174 @HAVE_GLUT_TRUE@ tri-array-interleaved$(EXEEXT) \ 513 tri_array_interleaved_SOURCES = tri-array-interleaved.c 514 tri_array_interleaved_OBJECTS = tri-array-interleaved.$(OBJEXT) 836 tri-array-interleaved.c tri-blend.c tri-blend-color.c \ 887 tri-array-interleaved.c tri-blend.c tri-blend-color.c \ 1544 tri-array-interleaved$(EXEEXT): $(tri_array_interleaved_OBJECTS) $(tri_array_interleaved_DEPENDENCIES) $(EXTRA_tri_array_interleaved_DEPENDENCIES) 1545 @rm -f tri-array-interleaved$(EXEEXT) 1986 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-array-interleaved.Po@am__quote@
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_gs_visitor.cpp | 57 attribute_to_hw_reg(int attr, brw_reg_type type, bool interleaved) argument 62 if (interleaved) { 76 * If interleaved is true, then each attribute takes up half a register, with 79 * shaders in "single" or "dual instanced" dispatch mode). If interleaved is 130 * to be interleaved, so one register contains two attribute slots. 925 * do interleaved outputs, but currently, the vec4 visitor and generator
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_gs_visitor.cpp | 58 attribute_to_hw_reg(int attr, brw_reg_type type, bool interleaved) argument 63 if (interleaved) { 77 * If interleaved is true, then each attribute takes up half a register, with 80 * shaders in "single" or "dual instanced" dispatch mode). If interleaved is 131 * to be interleaved, so one register contains two attribute slots. 906 * do interleaved outputs, but currently, the vec4 visitor and generator
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 143 const Bool interleaved = local in function:cursor_bitpos 151 const int stride = interleaved ? width / 4 : width / 8;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 145 const Bool interleaved = local in function:cursor_bitpos 153 const int stride = interleaved ? width / 4 : width / 8;
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | buffermapping.rst | 54 incrementing ``glBufferSubData()`` offsets interleaved with draws from that data 384 interleaved with drawing.
|
| H A D | screen.rst | 399 * ``PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS``: Whether interleaved stream
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 505 UINT_32 interleaved : 1; ///< Special flag for interleaved YUV surface padding member in struct:_ADDR_SURFACE_FLAGS::__anona73c1f960508 908 BOOL_32 sliceInterleaved; ///< Flag to indicate if different slice's htile is interleaved 909 /// Compute engine clear can't be used if htile is interleaved 2356 UINT_32 interleaved : 1; ///< Special flag for interleaved YUV surface padding member in struct:_ADDR2_SURFACE_FLAGS::__anona73c1f961708
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 508 UINT_32 interleaved : 1; ///< Special flag for interleaved YUV surface padding member in struct:_ADDR_SURFACE_FLAGS::__anond65a1f890508 915 BOOL_32 sliceInterleaved; ///< Flag to indicate if different slice's htile is interleaved 916 /// Compute engine clear can't be used if htile is interleaved 2404 UINT_32 interleaved : 1; ///< Special flag for interleaved YUV surface padding member in struct:_ADDR2_SURFACE_FLAGS::__anond65a1f891708
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 1658 if (flags.interleaved)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 1658 if (flags.interleaved)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | screen.rst | 374 * ``PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS``: Whether interleaved stream
|