Searched refs:uploaded (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c80 if (buffer->uploaded.start > offset) {
81 tmp_neg_bias = buffer->uploaded.start - offset;
108 /* Compensate for partially uploaded vbo, and
114 - buffer->uploaded.start);
120 assert(!buffer->uploaded.buffer);
H A Dsvga_resource_buffer.h133 * Ranges that were touched by the application and need to be uploaded to
144 * Information about uploaded version of user buffers.
156 * Range of user buffer that is uploaded in @buffer at @offset.
160 } uploaded; member in struct:svga_buffer
H A Dsvga_resource_buffer.c386 if (sbuf->uploaded.buffer)
387 pipe_resource_reference(&sbuf->uploaded.buffer, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c80 if (buffer->uploaded.start > offset) {
81 tmp_neg_bias = buffer->uploaded.start - offset;
108 /* Compensate for partially uploaded vbo, and
114 - buffer->uploaded.start);
120 assert(!buffer->uploaded.buffer);
H A Dsvga_resource_buffer.h135 * Ranges that were touched by the application and need to be uploaded to
146 * Information about uploaded version of user buffers.
158 * Range of user buffer that is uploaded in @buffer at @offset.
162 } uploaded; member in struct:svga_buffer
H A Dsvga_resource_buffer.c408 if (sbuf->uploaded.buffer)
409 pipe_resource_reference(&sbuf->uploaded.buffer, NULL);
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dsanity-a6xx.lua43 -- constranges[stagename] -> table of offsets that have been uploaded
59 -- reset ranges of uploaded consts on each draw:
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D8.0.rst55 desktop OpenGL, ``GL_COLOR_INDEX`` data can still be uploaded to a
H A D21.2.0.rst1621 - ci/piglit: Fix path to uploaded images
2769 - pan/bi: Create a mask of UBOs that need to be uploaded
2770 - pan/mdg: Create a mask of UBOs that need to be uploaded
3488 - gallium/u_vbuf: add a fast path to skip refcounting for uploaded user buffers
H A D20.0.0.rst1059 - freedreno: Track the set of UBOs to be uploaded in UBO analysis.
H A D21.1.0.rst4660 - radeonsi/sqtt: keep a copy of the uploaded shader code
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dbuffermapping.rst382 as it gets uploaded in ``pipe_transfer_map()`` and avoid stalling on the GPU
H A Dscreen.rst854 uploaded is expected to be used at least several times by the GPU.
856 uploaded is expected to be used only once by the GPU.
H A Dcontext.rst933 uploaded data, unless:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst745 uploaded is expected to be used at least several times by the GPU.
747 uploaded is expected to be used only once by the GPU.
H A Dcontext.rst905 uploaded data, unless:

Completed in 85 milliseconds