Searched refs:buffers (Results 1 - 25 of 627) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c44 * Clear the given buffers to the specified values.
49 unsigned buffers,
60 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
62 lp_setup_clear( llvmpipe->setup, color, depth, stencil, buffers );
48 llvmpipe_clear(struct pipe_context * pipe,unsigned buffers,const union pipe_color_union * color,double depth,unsigned stencil) argument
H A Dlp_clear.h39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dlp_state_vertex.c80 const struct pipe_vertex_buffer *buffers)
88 buffers, start_slot, count);
92 draw_set_vertex_buffers(llvmpipe->draw, start_slot, count, buffers);
78 llvmpipe_set_vertex_buffers(struct pipe_context * pipe,unsigned start_slot,unsigned count,const struct pipe_vertex_buffer * buffers) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c45 * Clear the given buffers to the specified values.
50 unsigned buffers,
64 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
66 lp_setup_clear( llvmpipe->setup, color, depth, stencil, buffers );
49 llvmpipe_clear(struct pipe_context * pipe,unsigned buffers,const struct pipe_scissor_state * scissor_state,const union pipe_color_union * color,double depth,unsigned stencil) argument
H A Dlp_clear.h39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dlp_state_vertex.c82 const struct pipe_vertex_buffer *buffers)
90 buffers, start_slot, count,
97 unbind_num_trailing_slots, buffers);
78 llvmpipe_set_vertex_buffers(struct pipe_context * pipe,unsigned start_slot,unsigned count,unsigned unbind_num_trailing_slots,bool take_ownership,const struct pipe_vertex_buffer * buffers) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_clear.h38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dsp_clear.c45 * Clear the given buffers to the specified values.
49 softpipe_clear(struct pipe_context *pipe, unsigned buffers, argument
55 unsigned zs_buffers = buffers & PIPE_CLEAR_DEPTHSTENCIL;
69 if (buffers & PIPE_CLEAR_COLOR) {
71 if (buffers & (PIPE_CLEAR_COLOR0 << i))
H A Dsp_state_image.c59 const struct pipe_shader_buffer *buffers,
65 assert(start + num <= ARRAY_SIZE(softpipe->buffers[shader]));
71 if (buffers) {
72 pipe_resource_reference(&softpipe->tgsi.buffer[shader]->sp_bview[idx].buffer, buffers[i].buffer);
73 softpipe->tgsi.buffer[shader]->sp_bview[idx] = buffers[i];
55 softpipe_set_shader_buffers(struct pipe_context * pipe,enum pipe_shader_type shader,unsigned start,unsigned num,const struct pipe_shader_buffer * buffers,unsigned writable_bitmask) argument
H A Dsp_state_vertex.c84 const struct pipe_vertex_buffer *buffers)
92 buffers, start_slot, count);
96 draw_set_vertex_buffers(softpipe->draw, start_slot, count, buffers);
82 softpipe_set_vertex_buffers(struct pipe_context * pipe,unsigned start_slot,unsigned count,const struct pipe_vertex_buffer * buffers) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_clear.h38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dsp_clear.c46 * Clear the given buffers to the specified values.
50 softpipe_clear(struct pipe_context *pipe, unsigned buffers, argument
57 unsigned zs_buffers = buffers & PIPE_CLEAR_DEPTHSTENCIL;
71 if (buffers & PIPE_CLEAR_COLOR) {
73 if (buffers & (PIPE_CLEAR_COLOR0 << i))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.h53 const void * const *buffers,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.h53 const void * const *buffers,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dbuffers.c27 * \file buffers.c
34 #include "buffers.h"
47 * Return bitmask of BUFFER_BIT_* flags indicating which color buffers are
108 * 2) Pbuffers are back buffers from the application point of view,
109 * but they are front buffers from the Mesa point of view,
131 * Given a GLenum naming one or more color buffers (such as
310 /* none of the named color buffers exist! */
403 * \param buffers array [n] of renderbuffer names. Unlike glDrawBuffer, the
411 const GLenum *buffers, const char *caller, bool no_error)
434 "%s(n > maximum number of draw buffers)", calle
410 draw_buffers(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei n,const GLenum * buffers,const char * caller,bool no_error) argument
622 draw_buffers_error(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei n,const GLenum * buffers,const char * caller) argument
630 draw_buffers_no_error(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei n,const GLenum * buffers,const char * caller) argument
638 _mesa_DrawBuffers_no_error(GLsizei n,const GLenum * buffers) argument
646 _mesa_DrawBuffers(GLsizei n,const GLenum * buffers) argument
724 _mesa_drawbuffers(struct gl_context * ctx,struct gl_framebuffer * fb,GLuint n,const GLenum16 * buffers,const GLbitfield * destMask) argument
[all...]
H A Dbuffers.h2 * \file buffers.h
56 _mesa_DrawBuffers_no_error(GLsizei n, const GLenum *buffers);
59 _mesa_DrawBuffers(GLsizei n, const GLenum *buffers);
71 GLuint n, const GLenum16 *buffers,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dbuffers.c27 * \file buffers.c
34 #include "buffers.h"
48 * Return bitmask of BUFFER_BIT_* flags indicating which color buffers are
105 * 2) Pbuffers are back buffers from the application point of view,
106 * but they are front buffers from the Mesa point of view,
128 * Given a GLenum naming one or more color buffers (such as
305 /* none of the named color buffers exist! */
417 * \param buffers array [n] of renderbuffer names. Unlike glDrawBuffer, the
425 const GLenum *buffers, const char *caller, bool no_error)
448 "%s(n > maximum number of draw buffers)", calle
424 draw_buffers(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei n,const GLenum * buffers,const char * caller,bool no_error) argument
636 draw_buffers_error(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei n,const GLenum * buffers,const char * caller) argument
644 draw_buffers_no_error(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei n,const GLenum * buffers,const char * caller) argument
652 _mesa_DrawBuffers_no_error(GLsizei n,const GLenum * buffers) argument
660 _mesa_DrawBuffers(GLsizei n,const GLenum * buffers) argument
756 _mesa_drawbuffers(struct gl_context * ctx,struct gl_framebuffer * fb,GLuint n,const GLenum16 * buffers,const GLbitfield * destMask) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_cs.c18 total_committed_size += enc->buffers[i].committed_size;
23 &enc->buffers[enc->buffer_count - 1];
43 struct vn_cs_encoder_buffer *cur_buf = &enc->buffers[enc->buffer_count++];
60 &enc->buffers[enc->buffer_count - 1];
76 &enc->buffers[enc->buffer_count - 1];
78 vn_renderer_shmem_unref(enc->instance->renderer, enc->buffers[i].shmem);
108 vn_renderer_shmem_unref(enc->instance->renderer, enc->buffers[i].shmem);
109 if (enc->buffers)
110 free(enc->buffers);
150 void *bufs = realloc(enc->buffers, sizeo
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_link_xfb.c93 prog->TransformFeedback.BufferStride[buf] = xfb_info->buffers[buf].stride;
177 * tracking the number of buffers doesn't overflow.
179 unsigned buffers = 0; local in function:gl_nir_link_assign_xfb_resources
180 assert(ctx->Const.MaxTransformFeedbackBuffers <= sizeof(buffers) * 8);
183 if (xfb_info->buffers[buf].stride > 0) {
184 linked_xfb->Buffers[buf].Stride = xfb_info->buffers[buf].stride / 4;
185 linked_xfb->Buffers[buf].NumVaryings = xfb_info->buffers[buf].varying_count;
186 buffers |= 1 << buf;
190 linked_xfb->ActiveBuffers = buffers;
H A Dlink_atomics.cpp102 active_atomic_buffer *const buffers,
117 var, buffers, num_buffers, offset,
121 active_atomic_buffer *buf = &buffers[var->data.binding];
126 * the counter of buffers used.
154 active_atomic_buffer *const buffers = local in function:__anon115f96d50110::find_active_atomic_counters
171 var, buffers, num_buffers, &offset, i);
177 if (buffers[i].size == 0)
180 qsort(buffers[i].uniforms, buffers[i].num_uniforms,
184 for (unsigned j = 1; j < buffers[
100 process_atomic_variable(const glsl_type * t,struct gl_shader_program * prog,unsigned * uniform_loc,ir_variable * var,active_atomic_buffer * const buffers,unsigned * num_buffers,int * offset,const unsigned shader_stage) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_link_xfb.c96 prog->TransformFeedback.BufferStride[buf] = xfb_info->buffers[buf].stride;
180 * tracking the number of buffers doesn't overflow.
182 unsigned buffers = 0; local in function:gl_nir_link_assign_xfb_resources
183 assert(ctx->Const.MaxTransformFeedbackBuffers <= sizeof(buffers) * 8);
186 if (xfb_info->buffers[buf].stride > 0) {
187 linked_xfb->Buffers[buf].Stride = xfb_info->buffers[buf].stride / 4;
188 linked_xfb->Buffers[buf].NumVaryings = xfb_info->buffers[buf].varying_count;
189 buffers |= 1 << buf;
193 linked_xfb->ActiveBuffers = buffers;
H A Dlink_atomics.cpp102 active_atomic_buffer *const buffers,
117 var, buffers, num_buffers, offset,
121 active_atomic_buffer *buf = &buffers[var->data.binding];
126 * the counter of buffers used.
154 active_atomic_buffer *const buffers = local in function:__anon74cb49420110::find_active_atomic_counters
171 var, buffers, num_buffers, &offset, i);
177 if (buffers[i].size == 0)
180 qsort(buffers[i].uniforms, buffers[i].num_uniforms,
184 for (unsigned j = 1; j < buffers[
100 process_atomic_variable(const glsl_type * t,struct gl_shader_program * prog,unsigned * uniform_loc,ir_variable * var,active_atomic_buffer * const buffers,unsigned * num_buffers,int * offset,const unsigned shader_stage) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c105 nouveau_clear(struct gl_context *ctx, GLbitfield buffers) argument
118 buf = buffers & (1 << i);
147 buffers &= ~buf;
151 (buffers & BUFFER_BIT_DEPTH &&
153 (buffers & BUFFER_BIT_STENCIL ?
163 buffers &= ~(BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL);
167 if (buffers)
168 _mesa_meta_Clear(ctx, buffers);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c105 nouveau_clear(struct gl_context *ctx, GLbitfield buffers) argument
118 buf = buffers & (1 << i);
147 buffers &= ~buf;
151 (buffers & BUFFER_BIT_DEPTH &&
153 (buffers & BUFFER_BIT_STENCIL ?
163 buffers &= ~(BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL);
167 if (buffers)
168 _mesa_meta_Clear(ctx, buffers);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.h37 fd_blitter_clear(struct pipe_context *pctx, unsigned buffers,

Completed in 26 milliseconds

1234567891011>>