Searched refs:bufs (Results 1 - 25 of 111) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.h38 int nr, struct pipe_surface **bufs);
H A Dfd4_emit.h40 unsigned nr_bufs, struct pipe_surface **bufs);
H A Dfd4_gmem.c47 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
46 emit_mrt(struct fd_ringbuffer * ring,unsigned nr_bufs,struct pipe_surface ** bufs,uint32_t * bases,uint32_t bin_w,bool decode_srgb) argument
303 emit_mem2gmem_surf(struct fd_batch * batch,uint32_t * bases,struct pipe_surface ** bufs,uint32_t nr_bufs,uint32_t bin_w) argument
[all...]
H A Dfd4_emit.c255 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[
254 fd4_emit_gmem_restore_tex(struct fd_ringbuffer * ring,unsigned nr_bufs,struct pipe_surface ** bufs) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.h38 int nr, struct pipe_surface **bufs);
H A Dfd3_emit.h40 struct pipe_surface **psurf, int bufs);
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_xgl_api_stereo.c88 __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs) argument
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);
H A Dapple_xgl_api.h39 void __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs);
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_xgl_api_stereo.c88 __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs) argument
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);
H A Dapple_xgl_api.h39 void __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.h52 struct pipe_surface **bufs);
H A Dfd3_emit.h42 struct pipe_surface **psurf, int bufs);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.h52 struct pipe_surface **bufs);
H A Dfd4_emit.h40 struct pipe_surface **bufs);
H A Dfd4_gmem.c61 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
60 emit_mrt(struct fd_ringbuffer * ring,unsigned nr_bufs,struct pipe_surface ** bufs,const uint32_t * bases,uint32_t bin_w,bool decode_srgb) argument
309 emit_mem2gmem_surf(struct fd_batch * batch,const uint32_t * bases,struct pipe_surface ** bufs,uint32_t nr_bufs,uint32_t bin_w) argument
[all...]
H A Dfd4_emit.c269 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[
268 fd4_emit_gmem_restore_tex(struct fd_ringbuffer * ring,unsigned nr_bufs,struct pipe_surface ** bufs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dbuffers.h63 const GLenum *bufs);
67 const GLenum *bufs);
105 const GLenum *bufs);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dbuffers.h63 const GLenum *bufs);
67 const GLenum *bufs);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.h73 const struct pipe_vertex_buffer *bufs);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.h53 const struct panvk_attrib_buf *bufs,
61 const struct panvk_attrib_buf *bufs,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.h86 const struct pipe_vertex_buffer *bufs);
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A Dmain.h47 struct fd_bo *bufs[MAX_BUFS]; member in struct:kernel
H A Dmain.c267 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/virtio/vulkan/
H A Dvn_cs.c150 void *bufs = realloc(enc->buffers, sizeof(*enc->buffers) * buf_max); local in function:vn_cs_encoder_grow_buffer_array
151 if (!bufs)
154 enc->buffers = bufs;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarevideo.c185 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[pVi
[all...]

Completed in 17 milliseconds

12345