HomeSort by: relevance | last modified time | path
    Searched refs:bufs (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
fd4_program.h 38 int nr, struct pipe_surface **bufs);
fd4_emit.h 40 unsigned nr_bufs, struct pipe_surface **bufs);
fd4_gmem.c 47 struct pipe_surface **bufs, uint32_t *bases,
69 if ((i < nr_bufs) && bufs[i]) {
70 struct pipe_surface *psurf = bufs[i];
118 if (bin_w || (i >= nr_bufs) || !bufs[i]) {
304 struct pipe_surface **bufs, uint32_t nr_bufs, uint32_t bin_w)
309 emit_mrt(ring, nr_bufs, bufs, bases, bin_w, false);
311 if (bufs[0] && (bufs[0]->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT)) {
316 zsbufs[0] = zsbufs[1] = bufs[0];
317 bufs = zsbufs
    [all...]
fd4_emit.c 255 struct pipe_surface **bufs)
290 if (bufs[i]) {
291 struct fd_resource *rsc = fd_resource(bufs[i]->texture);
292 enum pipe_format format = fd_gmem_restore_format(bufs[i]->format);
303 unsigned lvl = bufs[i]->u.tex.level;
305 unsigned offset = fd_resource_offset(rsc, lvl, bufs[i]->u.tex.first_layer);
318 debug_assert(bufs[i]->u.tex.first_layer == bufs[i]->u.tex.last_layer);
324 OUT_RING(ring, A4XX_TEX_CONST_1_WIDTH(bufs[i]->width) |
325 A4XX_TEX_CONST_1_HEIGHT(bufs[i]->height))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
fd3_program.h 38 int nr, struct pipe_surface **bufs);
fd3_emit.h 40 struct pipe_surface **psurf, int bufs);
  /xsrc/external/mit/MesaLib/dist/src/glx/apple/
apple_xgl_api_stereo.c 88 __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs)
99 if (GL_BACK == bufs[i]) {
102 else if (GL_FRONT == bufs[i]) {
106 newbuf[outi++] = bufs[i];
123 __ogl_framework_api->DrawBuffers(n, bufs);
apple_xgl_api.h 39 void __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs);
  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_xgl_api_stereo.c 88 __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs)
99 if (GL_BACK == bufs[i]) {
102 else if (GL_FRONT == bufs[i]) {
106 newbuf[outi++] = bufs[i];
123 __ogl_framework_api->DrawBuffers(n, bufs);
apple_xgl_api.h 39 void __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
fd3_program.h 52 struct pipe_surface **bufs);
fd3_emit.h 42 struct pipe_surface **psurf, int bufs);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_program.h 52 struct pipe_surface **bufs);
fd4_emit.h 40 struct pipe_surface **bufs);
fd4_gmem.c 61 struct pipe_surface **bufs, const uint32_t *bases, uint32_t bin_w,
82 if ((i < nr_bufs) && bufs[i]) {
83 struct pipe_surface *psurf = bufs[i];
130 if (bin_w || (i >= nr_bufs) || !bufs[i]) {
310 struct pipe_surface **bufs, uint32_t nr_bufs, uint32_t bin_w)
315 emit_mrt(ring, nr_bufs, bufs, bases, bin_w, false);
317 if (bufs[0] && (bufs[0]->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT)) {
322 zsbufs[0] = zsbufs[1] = bufs[0];
323 bufs = zsbufs
    [all...]
fd4_emit.c 269 struct pipe_surface **bufs)
304 if (bufs[i]) {
305 struct fd_resource *rsc = fd_resource(bufs[i]->texture);
306 enum pipe_format format = fd_gmem_restore_format(bufs[i]->format);
317 unsigned lvl = bufs[i]->u.tex.level;
319 fd_resource_offset(rsc, lvl, bufs[i]->u.tex.first_layer);
332 debug_assert(bufs[i]->u.tex.first_layer == bufs[i]->u.tex.last_layer);
338 OUT_RING(ring, A4XX_TEX_CONST_1_WIDTH(bufs[i]->width) |
339 A4XX_TEX_CONST_1_HEIGHT(bufs[i]->height))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
buffers.h 63 const GLenum *bufs);
67 const GLenum *bufs);
105 const GLenum *bufs);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
buffers.h 63 const GLenum *bufs);
67 const GLenum *bufs);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_cs.h 53 const struct panvk_attrib_buf *bufs,
61 const struct panvk_attrib_buf *bufs,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_vbuf.h 73 const struct pipe_vertex_buffer *bufs);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
main.h 47 struct fd_bo *bufs[MAX_BUFS]; member in struct:kernel
main.c 267 kernel->bufs[i] = fd_bo_new(dev, kernel->buf_sizes[i] * 4, 0, "buf[%d]", i);
296 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ);
297 void *map = fd_bo_map(kernel->bufs[i]);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_vbuf.h 86 const struct pipe_vertex_buffer *bufs);
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_cs.c 150 void *bufs = realloc(enc->buffers, sizeof(*enc->buffers) * buf_max); local
151 if (!bufs)
154 enc->buffers = bufs;
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmwarevideo.c 185 VMWAREVideoBuffer bufs[VMWARE_VID_NUM_BUFFERS]; member in struct:VMWAREVideoRec
685 pVid->bufs[0].dataOffset = pVid->fbarea->offset;
686 pVid->bufs[0].data = pVMWARE->FbBase + pVid->bufs[0].dataOffset;
689 pVid->bufs[i].dataOffset = pVid->bufs[i-1].dataOffset + pVid->size;
690 pVid->bufs[i].data = pVMWARE->FbBase + pVid->bufs[i].dataOffset;
842 memcpy(pVid->bufs[pVid->currBuf].data, buf, pVid->size);
857 pVid->bufs[pVid->currBuf].dataOffset
    [all...]

Completed in 24 milliseconds

1 2 3 4 5