| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_surface.c | 2889 ac_surface_override_offset_stride(const struct radeon_info *info, struct radeon_surf *surf, unsigned num_mipmap_levels, uint64_t offset, unsigned pitch) ac_surface_override_offset_stride() argument [all...] |
| /third_party/libdrm/intel/ |
| H A D | intel_bufmgr_gem.c | 356 drm_intel_gem_bo_tile_pitch(drm_intel_bufmgr_gem *bufmgr_gem, unsigned long pitch, uint32_t *tiling_mode) drm_intel_gem_bo_tile_pitch() argument 838 drm_intel_gem_bo_alloc_tiled(drm_intel_bufmgr *bufmgr, const char *name, int x, int y, int cpp, uint32_t *tiling_mode, unsigned long *pitch, unsigned long flags) drm_intel_gem_bo_alloc_tiled() argument 2291 drm_intel_gem_bo_aub_dump_bmp(drm_intel_bo *bo, int x1, int y1, int width, int height, enum aub_dump_bmp_format format, int pitch, int offset) drm_intel_gem_bo_aub_dump_bmp() argument [all...] |
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 2520 EGLint format, name, pitch; in dri2_create_image_mesa_drm_buffer() local
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_clear_blit.c | 307 r2d_dst_buffer(struct tu_cs *cs, enum pipe_format format, uint64_t va, uint32_t pitch, in r2d_dst_buffer() argument 1107 r3d_dst_buffer(struct tu_cs *cs, enum pipe_format format, uint64_t va, uint32_t pitch, in r3d_dst_buffer() argument 243 r2d_src_buffer(struct tu_cmd_buffer *cmd, struct tu_cs *cs, enum pipe_format format, uint64_t va, uint32_t pitch, uint32_t width, uint32_t height, enum pipe_format dst_format) r2d_src_buffer() argument 979 r3d_src_buffer(struct tu_cmd_buffer *cmd, struct tu_cs *cs, enum pipe_format format, uint64_t va, uint32_t pitch, uint32_t width, uint32_t height, enum pipe_format dst_format) r3d_src_buffer() argument 1724 uint32_t pitch = src_width * util_format_get_blocksize(src_format); tu_copy_buffer_to_image() local 1805 uint32_t pitch = dst_width * util_format_get_blocksize(dst_format); tu_copy_image_to_buffer() local [all...] |
| H A D | msm_kgsl.h | 699 unsigned int pitch; member 707 unsigned int pitch; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_state.c | 674 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in r600_create_sampler_view_custom() local 817 unsigned pitch, slice; in r600_init_color_surface() local 1046 unsigned level, pitch, slice, format, offset, array_mode; in r600_init_depth_surface() local 2850 r600_dma_copy_tile(struct r600_context *rctx, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, unsigned src_x, unsigned src_y, unsigned src_z, unsigned copy_height, unsigned pitch, unsigned bpp) r600_dma_copy_tile() argument [all...] |
| H A D | evergreen_state.c | 733 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in evergreen_fill_tex_resource_words() local 1038 unsigned pitch; member 1060 unsigned pitch = align(res->b.b.width0, pitch_alignment); in evergreen_set_color_surface_buffer() local 1125 unsigned pitch, slic in evergreen_set_color_surface_common() local 3764 evergreen_dma_copy_tile(struct r600_context *rctx, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, unsigned src_x, unsigned src_y, unsigned src_z, unsigned copy_height, unsigned pitch, unsigned bpp) evergreen_dma_copy_tile() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_context.h | 309 uint32_t pitch; /* COLORPITCH or DEPTHPITCH. */ member
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 1188 SurfaceImplementation(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) in SurfaceImplementation() argument 1205 Surface *Surface::create(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) in create() argument 1215 Surface::Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) : lockable(true), renderTarget(false) in Surface() argument 3793 int pitch = internal.pitchB; in resolve() local [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTexture.cpp | 1015 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const void* data) in ConstPixelBufferAccess() argument 1026 ConstPixelBufferAccess::ConstPixelBufferAccess(const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3& block, const void* data) in ConstPixelBufferAccess() argument 1061 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data) in PixelBufferAccess() argument 1066 PixelBufferAccess::PixelBufferAccess(const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3& block, void* data) in PixelBufferAccess() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
| H A D | hifb_main.c | 3678 hi_s32 hifb_check_mem_enough(struct fb_info *info, hi_u32 pitch, hi_u32 height) argument 4896 hi_u32 pitch; local 4929 hi_u32 pitch; local 4984 hi_u32 pitch; global() local [all...] |
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | drm_mode.h | 656 __u32 pitch; member 984 __u32 pitch; member
|
| H A D | i915_drm.h | 315 unsigned int pitch; member 352 int pitch; member
|
| /third_party/libdrm/include/drm/ |
| H A D | drm_mode.h | 572 __u32 pitch; member 900 __u32 pitch; member
|
| H A D | i915_drm.h | 191 unsigned int pitch; member 228 int pitch; member
|
| H A D | radeon_drm.h | 678 int pitch; member 860 __u32 pitch; member 866 __u32 pitch; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/include/ |
| H A D | svga_reg.h | 523 uint32 pitch; member
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffplay.c | 831 int pitch; in realloc_texture() local 909 int pitch[4]; in upload_texture() local 975 int pitch[4]; in video_image_display() local 1156 int pitch; in video_audio_display() local 1652 int pitch, j; video_refresh() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | matroskadec.c | 200 double pitch; member 2242 double pitch = proj->pitch, yaw = proj->yaw, roll = proj->roll; in mkv_create_display_matrix() local [all...] |
| /third_party/mesa3d/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 594 UINT_32 pitch; ///< Pitch in elements (in blocks for compressed formats) member 681 UINT_32 pitch; ///< Surface pitch, in pixels member 769 UINT_32 pitch; ///< Pitch, in pixels member 878 UINT_32 pitch; ///< Surface pitch, i member 904 UINT_32 pitch; ///< Pitch in pixels of depth buffer represented in this global() member 948 UINT_32 pitch; ///< Pitch, in pixels global() member 1015 UINT_32 pitch; ///< Pitch, in pixels global() member 1098 UINT_32 pitch; ///< Pitch, in pixels, of color buffer global() member 1122 UINT_32 pitch; ///< Pitch in pixels of color buffer which global() member 1167 UINT_32 pitch; ///< Pitch in pixels, of color buffer global() member 1228 UINT_32 pitch; ///< Pitch, in pixels global() member 1290 UINT_32 pitch; ///< Surface pitch, in pixels global() member 1321 UINT_32 pitch; ///< Pitch of fmask in pixels global() member 1373 UINT_32 pitch; ///< Surface pitch, in pixels global() member 1448 UINT_32 pitch; ///< Pitch, in pixels global() member 2460 UINT_32 pitch; ///< Pitch in elements global() member 2491 UINT_32 pitch; ///< Pitch in elements (blocks for compressed formats) global() member 2775 UINT_32 pitch; ///< Pitch in pixels of depth buffer represented in this global() member 2982 UINT_32 pitch; ///< Pitch in pixels of color buffer which global() member 3211 UINT_32 pitch; ///< Pitch of fmask in pixels global() member 3405 UINT_32 pitch; ///< DCC surface mip chain pitch global() member 3496 UINT_32 pitch; ///< ADDR2_COMPUTE_DCC_INFO_OUTPUT::pitch global() member [all...] |
| /third_party/mesa3d/include/GL/internal/ |
| H A D | dri_interface.h | 962 unsigned int pitch; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_device.c | 4826 uint32_t offset, pitch; in radv_sparse_image_bind_memory() local
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_private.h | 312 uint32_t pitch; member
|
| H A D | pvr_cmd_buffer.c | 695 static inline uint32_t pvr_stride_from_pitch(uint32_t pitch, VkFormat vk_format) in pvr_stride_from_pitch() argument
|