Home
last modified time | relevance | path

Searched defs:pitch (Results 376 - 400 of 476) sorted by relevance

1...<<11121314151617181920

/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1265 HwlComputeHtileBytes( UINT_32 pitch, UINT_32 height, UINT_32 bpp, BOOL_32 isLinear, UINT_32 numSlices, UINT_64* pSliceBytes, UINT_32 baseAlign ) const HwlComputeHtileBytes() argument
1288 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const HwlComputeXmaskAddrFromCoord() argument
1447 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const HwlComputeXmaskCoordFromAddr() argument
1699 UINT_32 pitch = *pPitch; HwlGetSizeAdjustmentLinear() local
1849 UINT_32 pitch = *pPitch; HwlGetSizeAdjustmentMicroTiled() local
1946 HwlSetupTileInfo( AddrTileMode tileMode, ADDR_SURFACE_FLAGS flags, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, ADDR_TILEINFO* pTileInfoIn, ADDR_TILEINFO* pTileInfoOut, AddrTileType inTileType, ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut ) const HwlSetupTileInfo() argument
[all...]
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.cpp1943 ComputeCmaskBytes( UINT_32 pitch, UINT_32 height, UINT_32 numSlices ) const ComputeCmaskBytes() argument
2174 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const HwlComputeXmaskCoordFromAddr() argument
2356 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const HwlComputeXmaskAddrFromCoord() argument
2568 ComputeSurfaceAddrFromCoordLinear( UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 sample, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pBitPosition ) const ComputeSurfaceAddrFromCoordLinear() argument
2605 ComputeSurfaceCoordFromAddrLinear( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample ) const ComputeSurfaceCoordFromAddrLinear() argument
2638 ComputeSurfaceCoordFromAddrMicroTiled( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, AddrTileType microTileType, BOOL_32 isDepthSampleOrder ) const ComputeSurfaceCoordFromAddrMicroTiled() argument
[all...]
/third_party/libdrm/include/drm/
H A Dmga_drm.h151 unsigned int pitch; member
H A Dr128_drm.h283 int pitch; member
H A Dvmwgfx_drm.h500 __u32 pitch[3]; member
/third_party/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h397 unsigned int pitch; member
405 unsigned int pitch; member
/third_party/libdrm/intel/
H A Dintel_decode.c1786 int width, height, pitch, dword; in decode_3d_1d() local
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c1099 int name, pitch; in back_bo_to_dri_buffer() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c872 unsigned pitch = base_level_info->nblk_x * block_width; in si_set_mutable_tex_desc_fields() local
2441 uint32_t pitch = in radv_GetImageSubresourceLayout() local
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c482 int pitch = -1; in handle_3dstate_vertex_buffers() local
171 ctx_print_buffer(struct intel_batch_decode_ctx *ctx, struct intel_batch_decode_bo bo, uint32_t read_length, uint32_t pitch, int max_lines) ctx_print_buffer() argument
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c982 dri2_create_image_from_name(__DRIscreen *_screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) dri2_create_image_from_name() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c136 unsigned pitch; in si_texture_get_offset() local
H A Dsi_descriptors.c417 unsigned pitch = base_level_info->nblk_x * block_width; in si_set_mutable_tex_desc_fields() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h507 __u32 pitch[3]; member
/third_party/libdrm/
H A Dxf86drmMode.c259 drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth, uint8_t bpp, uint32_t pitch, uint32_t bo_handle, uint32_t *buf_id) drmModeAddFB() argument
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h1217 uint32 pitch; in svga3dsurface_calculate_pitch() local
1250 svga3dsurface_get_image_buffer_size(const struct svga3d_surface_desc *desc, const SVGA3dSize *size, uint32 pitch) svga3dsurface_get_image_buffer_size() argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp1979 int pitch = src->rowPitchBytes(VK_IMAGE_ASPECT_DEPTH_BIT, 0); in resolveDepth() local
2010 int pitch = src->rowPitchBytes(VK_IMAGE_ASPECT_STENCIL_BIT, 0); in resolveStencil() local
2147 int pitch = src->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, region.srcSubresource.mipLevel); in fastResolve() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp350 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, stencilPitchB)); in stencilTest() local
428 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in depthTest32F() local
500 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in depthTest16() local
605 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in depthBoundsTest16() local
626 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in depthBoundsTest32F() local
691 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); writeDepth32F() local
718 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); writeDepth16() local
808 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, stencilPitchB)); writeStencil() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c666 tjCompress2(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) tjCompress2() argument
733 tjCompress(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) tjCompress() argument
756 tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **dstPlanes, int *strides, int subsamp, int flags) tjEncodeYUVPlanes() argument
914 tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, int pad, int subsamp, int flags) tjEncodeYUV3() argument
953 tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, int subsamp, int flags) tjEncodeYUV2() argument
961 tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *dstBuf, int subsamp, int flags) tjEncodeYUV() argument
1278 tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecompress2() argument
1365 tjDecompress(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelSize, int flags) tjDecompress() argument
1428 tjDecodeYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, const int *strides, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUVPlanes() argument
1576 tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, int pad, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUV() argument
2058 size_t pitch; tjLoadImage() local
2151 tjSaveImage(const char *filename, unsigned char *buffer, int width, int pitch, int height, int pixelFormat, int flags) tjSaveImage() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c372 FT_Pos width, height, pitch; in FT_BASE_DEF() local
4771 int pitch = bitmap.pitch; in FT_BASE_DEF() local
4815 int pitch = slot->bitmap.pitch; FT_BASE_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c465 int pitch; /* pitch to go down one row */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr100.c900 uint32_t pitch; in r100_copy_blit() local
3093 r100_set_surface_reg(struct radeon_device *rdev, int reg, uint32_t tiling_flags, uint32_t pitch, uint32_t offset, uint32_t obj_size) r100_set_surface_reg() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
H A Dsaa7164.h337 u32 pitch; member
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Daty128fb.c416 u32 pitch; member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb.c2580 u32 dx, dy, width, height, pitch; in atafb_imageblit() local

Completed in 74 milliseconds

1...<<11121314151617181920