Home
last modified time | relevance | path

Searched defs:pitch (Results 451 - 475 of 476) sorted by relevance

1...<<11121314151617181920

/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h594 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 Ddri_interface.h962 unsigned int pitch; member
/third_party/libdrm/include/drm/
H A Di915_drm.h191 unsigned int pitch; member
228 int pitch; member
H A Dradeon_drm.h678 int pitch; member
860 __u32 pitch; member
866 __u32 pitch; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dmsm_kgsl.h699 unsigned int pitch; member
707 unsigned int pitch; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c4826 uint32_t offset, pitch; in radv_sparse_image_bind_memory() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h312 uint32_t pitch; member
H A Dpvr_cmd_buffer.c695 static inline uint32_t pvr_stride_from_pitch(uint32_t pitch, VkFormat vk_format) in pvr_stride_from_pitch() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c733 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...]
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H A Di915_drm.h205 unsigned int pitch; member
242 int pitch; member
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dradeon_drm.h678 int pitch; member
859 __u32 pitch; member
865 __u32 pitch; member
H A Di915_drm.h205 unsigned int pitch; member
242 int pitch; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9636 unsigned int pitch; in dm_check_cursor_fb() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2530 uint32_t pitch: 2; member
/kernel/linux/linux-6.6/include/uapi/drm/
H A Dradeon_drm.h678 int pitch; member
859 __u32 pitch; member
865 __u32 pitch; member
H A Di915_drm.h330 unsigned int pitch; member
367 int pitch; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dradeon_drm.h518 int pitch; member
649 __u32 pitch; member
654 __u32 pitch; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Di915_drm.h89 unsigned int pitch; member
121 int pitch; member
H A Dradeon_drm.h518 int pitch; member
649 __u32 pitch; member
654 __u32 pitch; member
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H A Di915_drm.h330 unsigned int pitch; member
367 int pitch; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Di915_drm.h89 unsigned int pitch; member
121 int pitch; member
H A Dradeon_drm.h518 int pitch; member
649 __u32 pitch; member
654 __u32 pitch; member
/third_party/mesa3d/include/drm-uapi/
H A Di915_drm.h315 unsigned int pitch; member
352 int pitch; member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon.h503 u32 pitch; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display.c2342 unsigned int pitch = state->color_plane[color_plane].stride; in intel_fb_xy_to_linear() local
2394 intel_adjust_aligned_offset(int *x, int *y, const struct drm_framebuffer *fb, int color_plane, unsigned int rotation, unsigned int pitch, u32 old_offset, u32 new_offset) intel_adjust_aligned_offset() argument
2462 intel_compute_aligned_offset(struct drm_i915_private *dev_priv, int *x, int *y, const struct drm_framebuffer *fb, int color_plane, unsigned int pitch, unsigned int rotation, u32 alignment) intel_compute_aligned_offset() argument
2525 int pitch = state->color_plane[color_plane].stride; intel_plane_compute_aligned_offset() local
[all...]

Completed in 125 milliseconds

1...<<11121314151617181920