/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_rs.c | 419 etna_clear_rs(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, in etna_clear_rs() argument 356 etna_blit_clear_zs_rs(struct pipe_context *pctx, struct pipe_surface *dst, unsigned buffers, double depth, unsigned stencil) etna_blit_clear_zs_rs() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw.c | 135 svga_hwtnl_vertex_buffers(struct svga_hwtnl *hwtnl, unsigned count, struct pipe_vertex_buffer *buffers) svga_hwtnl_vertex_buffers() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.c | 925 panfrost_batch_clear(struct panfrost_batch *batch, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) panfrost_batch_clear() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 212 r300_clear(struct pipe_context* pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) r300_clear() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 129 allocateStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateStagingBuffers() argument 160 allocateAndWriteStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateAndWriteStagingBuffers() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | BindGroupTests.cpp | 395 std::vector<wgpu::Buffer> buffers; in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 176 std::vector<swap_chain_buffer> buffers; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 129 allocateStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateStagingBuffers() argument 160 allocateAndWriteStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateAndWriteStagingBuffers() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexArrayObjectTests.cpp | 128 vector<BufferSpec> buffers; member [all...] |
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pDrawCallBatchingTests.cpp | 402 vector<GLuint> buffers; in createArrayBuffers() local
|
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2.c | 93 int buffers; member [all...] |
/third_party/libdrm/include/drm/ |
H A D | nouveau_drm.h | 167 __u64 buffers; member
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_draw.c | 1534 v3d_tlb_clear(struct v3d_job *job, unsigned buffers, in v3d_tlb_clear() argument 1515 v3d_draw_clear(struct v3d_context *v3d, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) v3d_draw_clear() argument 1652 v3d_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) v3d_clear() argument 1674 v3d_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h, bool render_condition_enabled) v3d_clear_depth_stencil() argument [all...] |
H A D | v3dx_state.c | 1319 v3d_set_shader_buffers(struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) v3d_set_shader_buffers() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd.c | 1036 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument
|
H A D | si_clear.c | 665 static void si_fast_clear(struct si_context *sctx, unsigned *buffers, in si_fast_clear() argument 647 si_can_fast_clear_depth(struct si_texture *zstex, unsigned level, float depth, unsigned buffers) si_can_fast_clear_depth() argument 656 si_can_fast_clear_stencil(struct si_texture *zstex, unsigned level, uint8_t stencil, unsigned buffers) si_can_fast_clear_stencil() argument 1102 si_clear(struct pipe_context *ctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) si_clear() argument 1216 si_try_normal_clear(struct si_context *sctx, struct pipe_surface *dst, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled, unsigned buffers, const union pipe_color_union *color, float depth, unsigned stencil) si_try_normal_clear() argument [all...] |
H A D | si_compute_blit.c | 220 si_launch_grid_internal_ssbos(struct si_context *sctx, struct pipe_grid_info *info, void *shader, unsigned flags, enum si_coherency coher, unsigned num_buffers, const struct pipe_shader_buffer *buffers, unsigned writeable_bitmask) si_launch_grid_internal_ssbos() argument
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 70 __DRIbuffer buffers[5]; member 628 process_buffers(struct dri2_drawable * pdraw, DRI2Buffer * buffers, in process_buffers() argument 767 DRI2Buffer *buffers; dri2GetBuffers() local 790 DRI2Buffer *buffers; dri2GetBuffersWithFormat() local [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pipeline.c | 581 struct pvr_pds_buffer *const buffers = *buffers_out_ptr; in pvr_pds_descriptor_program_setup_buffers() local
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_dri.c | 150 image_get_buffers(__DRIdrawable *driDrawable, unsigned int format, uint32_t *stamp, void *loaderPrivate, uint32_t buffer_mask, struct __DRIimageList *buffers) image_get_buffers() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.c | 864 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_error_decode.c | 453 } buffers[] = { in read_data_file() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup.c | 639 lp_setup_set_fs_constants(struct lp_setup_context *setup, unsigned num, struct pipe_constant_buffer *buffers) lp_setup_set_fs_constants() argument 660 lp_setup_set_fs_ssbos(struct lp_setup_context *setup, unsigned num, struct pipe_shader_buffer *buffers, uint32_t ssbo_write_mask) lp_setup_set_fs_ssbos() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.h | 223 struct pipe_shader_buffer buffers[NV50_MAX_GLOBALS]; member
|
H A D | nv50_state.c | 1383 nv50_set_shader_buffers(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned nr, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) nv50_set_shader_buffers() argument
|