Home
last modified time | relevance | path

Searched defs:buffers (Results 126 - 150 of 321) sorted by relevance

12345678910>>...13

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp329 VpeSurfaceBuffers buffers = { in ComposeHdrPixelMap() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp599 void DCameraSinkController::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buffers) in OnDataReceived() argument
/test/testfwk/arkxtest/uitest/core/
H A Dui_driver.cpp168 vector<char *> buffers; in DumpUiHierarchy() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c395 dri2_drm_image_get_buffers(__DRIdrawable *driDrawable, unsigned int format, uint32_t *stamp, void *loaderPrivate, uint32_t buffer_mask, struct __DRIimageList *buffers) dri2_drm_image_get_buffers() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_clear.c48 clear_in_rp(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *pcolor, double depth, unsigned stencil) clear_in_rp() argument
181 zink_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *pcolor, double depth, unsigned stencil) zink_clear() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.c924 _mesa_WaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts) _mesa_WaitSemaphoreEXT() argument
984 _mesa_SignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts) _mesa_SignalSemaphoreEXT() argument
H A Dtransformfeedback.c960 unsigned buffers = 1; in _mesa_TransformFeedbackVaryings() local
H A Dglthread_draw.c110 upload_vertices(struct gl_context *ctx, unsigned user_buffer_mask, unsigned start_vertex, unsigned num_vertices, unsigned start_instance, unsigned num_instances, struct glthread_attrib_binding *buffers) upload_vertices() argument
332 const struct glthread_attrib_binding *buffers = _mesa_unmarshal_DrawArraysInstancedBaseInstance() local
354 draw_arrays_async_user(struct gl_context *ctx, GLenum mode, GLint first, GLsizei count, GLsizei instance_count, GLuint baseinstance, unsigned user_buffer_mask, const struct glthread_attrib_binding *buffers) draw_arrays_async_user() argument
405 struct glthread_attrib_binding buffers[VERT_ATTRIB_MAX]; draw_arrays() local
442 const struct glthread_attrib_binding *buffers = _mesa_unmarshal_MultiDrawArrays() local
463 multi_draw_arrays_async(struct gl_context *ctx, GLenum mode, const GLint *first, const GLsizei *count, GLsizei draw_count, unsigned user_buffer_mask, const struct glthread_attrib_binding *buffers) multi_draw_arrays_async() argument
548 struct glthread_attrib_binding buffers[VERT_ATTRIB_MAX]; _mesa_marshal_MultiDrawArrays() local
707 const struct glthread_attrib_binding *buffers = _mesa_unmarshal_DrawElementsInstancedBaseVertexBaseInstance() local
743 draw_elements_async_user(struct gl_context *ctx, GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instance_count, GLint basevertex, GLuint baseinstance, bool index_bounds_valid, GLuint min_index, GLuint max_index, struct gl_buffer_object *index_buffer, unsigned user_buffer_mask, const struct glthread_attrib_binding *buffers) draw_elements_async_user() argument
838 struct glthread_attrib_binding buffers[VERT_ATTRIB_MAX]; draw_elements() local
915 const struct glthread_attrib_binding *buffers = _mesa_unmarshal_MultiDrawElementsBaseVertex() local
949 multi_draw_elements_async(struct gl_context *ctx, GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei draw_count, const GLsizei *basevertex, struct gl_buffer_object *index_buffer, unsigned user_buffer_mask, const struct glthread_attrib_binding *buffers) multi_draw_elements_async() argument
1110 struct glthread_attrib_binding buffers[VERT_ATTRIB_MAX]; _mesa_marshal_MultiDrawElementsBaseVertex() local
[all...]
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h161 struct loader_dri3_buffer *buffers[LOADER_DRI3_NUM_BUFFERS]; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c1051 uint32_t buffers = batch->fast_cleared; in emit_clears() local
1323 fd6_unknown_8c01(enum pipe_format format, unsigned buffers) in fd6_unknown_8c01() argument
1499 uint32_t buffers = batch->fast_cleared; global() variable
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c980 vl_mpg12_bs_decode(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target, struct pipe_mpeg12_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) vl_mpg12_bs_decode() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.c419 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 Dsvga_draw.c135 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 Dpan_job.c925 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 Dr300_blit.c212 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 DvktYCbCrUtil.cpp129 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 DBindGroupTests.cpp395 std::vector<wgpu::Buffer> buffers; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h176 std::vector<swap_chain_buffer> buffers; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp129 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 Des3fVertexArrayObjectTests.cpp128 vector<BufferSpec> buffers; member
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp402 vector<GLuint> buffers; in createArrayBuffers() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c510 struct kbase_debug_copy_buffer *buffers = (struct kbase_debug_copy_buffer *)(uintptr_t)katom->jc; in kbase_debug_copy_finish() local
555 struct kbase_debug_copy_buffer *buffers; in kbase_debug_copy_prepare() local
864 struct kbase_debug_copy_buffer *buffers = (struct kbase_debug_copy_buffer *)(uintptr_t)katom->jc; kbase_debug_copy() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c486 struct kbase_debug_copy_buffer *buffers = katom->softjob_data; in kbase_debug_copy_finish() local
535 struct kbase_debug_copy_buffer *buffers; kbase_debug_copy_prepare() local
828 struct kbase_debug_copy_buffer *buffers = katom->softjob_data; kbase_debug_copy() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c507 struct kbase_debug_copy_buffer *buffers = katom->softjob_data; in kbase_debug_copy_finish() local
553 struct kbase_debug_copy_buffer *buffers; kbase_debug_copy_prepare() local
862 struct kbase_debug_copy_buffer *buffers = katom->softjob_data; kbase_debug_copy() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c525 struct kbase_debug_copy_buffer *buffers = in kbase_debug_copy_finish() local
569 struct kbase_debug_copy_buffer *buffers; in kbase_debug_copy_prepare() local
892 struct kbase_debug_copy_buffer *buffers = kbase_debug_copy() local
[all...]

Completed in 34 milliseconds

12345678910>>...13