Searched refs:dstFormat (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.h46 st_get_blit_mask(GLenum srcFormat, GLenum dstFormat);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.h46 st_get_blit_mask(GLenum srcFormat, GLenum dstFormat);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_fxt1.c55 assert(dstFormat == MESA_FORMAT_RGB_FXT1 || dstFormat == MESA_FORMAT_RGBA_FXT1);
89 if (dstFormat == MESA_FORMAT_RGB_FXT1)
H A Dtexstore.c101 mesa_format dstFormat,
115 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat);
154 assert(dstFormat == MESA_FORMAT_Z_UNORM32 ||
155 dstFormat == MESA_FORMAT_Z_FLOAT32);
156 assert(_mesa_get_format_bytes(dstFormat) == sizeof(GLuint));
158 if (dstFormat == MESA_FORMAT_Z_UNORM32)
191 assert(dstFormat == MESA_FORMAT_Z24_UNORM_X8_UINT);
221 assert(dstFormat == MESA_FORMAT_X8_UINT_Z24_UNORM);
254 assert(dstFormat == MESA_FORMAT_Z_UNORM16);
255 assert(_mesa_get_format_bytes(dstFormat)
99 _mesa_memcpy_texture(struct gl_context * ctx,GLuint dimensions,mesa_format dstFormat,GLint dstRowStride,GLubyte ** dstSlices,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLenum srcFormat,GLenum srcType,const GLvoid * srcAddr,const struct gl_pixelstore_attrib * srcPacking) argument
825 _mesa_texstore_needs_transfer_ops(struct gl_context * ctx,GLenum baseInternalFormat,mesa_format dstFormat) argument
855 _mesa_texstore_can_use_memcpy(struct gl_context * ctx,GLenum baseInternalFormat,mesa_format dstFormat,GLenum srcFormat,GLenum srcType,const struct gl_pixelstore_attrib * srcPacking) argument
[all...]
H A Dtexstore.h51 * \param dstFormat destination Mesa texture format
64 UNUSED mesa_format dstFormat, \
79 UNUSED mesa_format dstFormat, \
93 mesa_format dstFormat);
98 mesa_format dstFormat,
108 GLenum baseInternalFormat, mesa_format dstFormat,
H A Dtexcompress_s3tc.c55 assert(dstFormat == MESA_FORMAT_RGB_DXT1 ||
56 dstFormat == MESA_FORMAT_SRGB_DXT1);
107 assert(dstFormat == MESA_FORMAT_RGBA_DXT1 ||
108 dstFormat == MESA_FORMAT_SRGBA_DXT1);
163 assert(dstFormat == MESA_FORMAT_RGBA_DXT3 ||
164 dstFormat == MESA_FORMAT_SRGBA_DXT3);
218 assert(dstFormat == MESA_FORMAT_RGBA_DXT5 ||
219 dstFormat == MESA_FORMAT_SRGBA_DXT5);
H A Dtexcompress_rgtc.c90 assert(dstFormat == MESA_FORMAT_R_RGTC1_UNORM ||
91 dstFormat == MESA_FORMAT_L_LATC1_UNORM);
143 assert(dstFormat == MESA_FORMAT_R_RGTC1_SNORM ||
144 dstFormat == MESA_FORMAT_L_LATC1_SNORM);
197 assert(dstFormat == MESA_FORMAT_RG_RGTC2_UNORM ||
198 dstFormat == MESA_FORMAT_LA_LATC2_UNORM);
262 assert(dstFormat == MESA_FORMAT_RG_RGTC2_SNORM ||
263 dstFormat == MESA_FORMAT_LA_LATC2_SNORM);
H A Dcopyimage.c509 GLenum srcFormat, GLenum dstFormat)
525 if (_mesa_texture_view_compatible_format(ctx, srcFormat, dstFormat)) {
529 return compressed_format_compatible(ctx, srcFormat, dstFormat);
530 } else if (_mesa_is_compressed_format(ctx, dstFormat)) {
531 return compressed_format_compatible(ctx, dstFormat, srcFormat);
612 mesa_format srcFormat, dstFormat; local in function:_mesa_CopyImageSubData
642 &dstTexImage, &dstRenderbuffer, &dstFormat,
679 _mesa_get_format_block_size(dstFormat, &dst_bw, &dst_bh);
771 mesa_format srcFormat, dstFormat; local in function:_mesa_CopyImageSubDataNV
800 &dstTexImage, &dstRenderbuffer, &dstFormat,
508 copy_format_compatible(const struct gl_context * ctx,GLenum srcFormat,GLenum dstFormat) argument
[all...]
H A Dtexcompress_bptc.c222 assert(dstFormat == MESA_FORMAT_BPTC_RGB_SIGNED_FLOAT);
225 dstFormat, dstRowStride, dstSlices,
235 assert(dstFormat == MESA_FORMAT_BPTC_RGB_UNSIGNED_FLOAT);
238 dstFormat, dstRowStride, dstSlices,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.c101 mesa_format dstFormat,
115 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat);
154 assert(dstFormat == MESA_FORMAT_Z_UNORM32 ||
155 dstFormat == MESA_FORMAT_Z_FLOAT32);
156 assert(_mesa_get_format_bytes(dstFormat) == sizeof(GLuint));
158 if (dstFormat == MESA_FORMAT_Z_UNORM32)
191 assert(dstFormat == MESA_FORMAT_Z24_UNORM_X8_UINT);
221 assert(dstFormat == MESA_FORMAT_X8_UINT_Z24_UNORM);
254 assert(dstFormat == MESA_FORMAT_Z_UNORM16);
255 assert(_mesa_get_format_bytes(dstFormat)
99 _mesa_memcpy_texture(struct gl_context * ctx,GLuint dimensions,mesa_format dstFormat,GLint dstRowStride,GLubyte ** dstSlices,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLenum srcFormat,GLenum srcType,const GLvoid * srcAddr,const struct gl_pixelstore_attrib * srcPacking) argument
827 _mesa_texstore_needs_transfer_ops(struct gl_context * ctx,GLenum baseInternalFormat,mesa_format dstFormat) argument
857 _mesa_texstore_can_use_memcpy(struct gl_context * ctx,GLenum baseInternalFormat,mesa_format dstFormat,GLenum srcFormat,GLenum srcType,const struct gl_pixelstore_attrib * srcPacking) argument
[all...]
H A Dtexstore.h51 * \param dstFormat destination Mesa texture format
64 MAYBE_UNUSED mesa_format dstFormat, \
79 UNUSED mesa_format dstFormat, \
93 mesa_format dstFormat);
98 mesa_format dstFormat,
108 GLenum baseInternalFormat, mesa_format dstFormat,
H A Dtexcompress_s3tc.c55 assert(dstFormat == MESA_FORMAT_RGB_DXT1 ||
56 dstFormat == MESA_FORMAT_SRGB_DXT1);
107 assert(dstFormat == MESA_FORMAT_RGBA_DXT1 ||
108 dstFormat == MESA_FORMAT_SRGBA_DXT1);
160 assert(dstFormat == MESA_FORMAT_RGBA_DXT3 ||
161 dstFormat == MESA_FORMAT_SRGBA_DXT3);
212 assert(dstFormat == MESA_FORMAT_RGBA_DXT5 ||
213 dstFormat == MESA_FORMAT_SRGBA_DXT5);
H A Dcopyimage.c504 GLenum srcFormat, GLenum dstFormat)
520 if (_mesa_texture_view_compatible_format(ctx, srcFormat, dstFormat)) {
524 return compressed_format_compatible(ctx, srcFormat, dstFormat);
525 } else if (_mesa_is_compressed_format(ctx, dstFormat)) {
526 return compressed_format_compatible(ctx, dstFormat, srcFormat);
607 mesa_format srcFormat, dstFormat; local in function:_mesa_CopyImageSubData
637 &dstTexImage, &dstRenderbuffer, &dstFormat,
674 _mesa_get_format_block_size(dstFormat, &dst_bw, &dst_bh);
503 copy_format_compatible(const struct gl_context * ctx,GLenum srcFormat,GLenum dstFormat) argument
H A Dtexcompress_rgtc.c89 assert(dstFormat == MESA_FORMAT_R_RGTC1_UNORM ||
90 dstFormat == MESA_FORMAT_L_LATC1_UNORM);
142 assert(dstFormat == MESA_FORMAT_R_RGTC1_SNORM ||
143 dstFormat == MESA_FORMAT_L_LATC1_SNORM);
196 assert(dstFormat == MESA_FORMAT_RG_RGTC2_UNORM ||
197 dstFormat == MESA_FORMAT_LA_LATC2_UNORM);
263 assert(dstFormat == MESA_FORMAT_RG_RGTC2_SNORM ||
264 dstFormat == MESA_FORMAT_LA_LATC2_SNORM);
H A Dtexcompress_bptc.c219 assert(dstFormat == MESA_FORMAT_BPTC_RGB_SIGNED_FLOAT);
222 dstFormat, dstRowStride, dstSlices,
232 assert(dstFormat == MESA_FORMAT_BPTC_RGB_UNSIGNED_FLOAT);
235 dstFormat, dstRowStride, dstSlices,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_memory.h29 SWR_FORMAT dstFormat,
38 pDC->pAPI->pfnSwrLoadHotTile(hWorkerPrivateData, pSrcSurface, dstFormat, renderTargetIndex, x, y, renderTargetArrayIndex, pDstHotTile);
27 swr_LoadHotTile(HANDLE hPrivateContext,HANDLE hWorkerPrivateData,SWR_FORMAT dstFormat,SWR_RENDERTARGET_ATTACHMENT renderTargetIndex,UINT x,UINT y,uint32_t renderTargetArrayIndex,uint8_t * pDstHotTile) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_memory.h29 SWR_FORMAT dstFormat,
38 pSDC->pTileAPI->pfnSwrLoadHotTile(hWorkerPrivateData, pSrcSurface, pDC->pContext->pBucketMgr, dstFormat, renderTargetIndex, x, y, renderTargetArrayIndex, pDstHotTile);
27 swr_LoadHotTile(HANDLE hDC,HANDLE hWorkerPrivateData,SWR_FORMAT dstFormat,SWR_RENDERTARGET_ATTACHMENT renderTargetIndex,UINT x,UINT y,uint32_t renderTargetArrayIndex,uint8_t * pDstHotTile) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DInitMemory.h37 /// @param dstFormat - Format for hot tile.
46 SWR_FORMAT dstFormat,
H A DLoadTile.cpp37 /// @param dstFormat - Format for hot tile.
45 SWR_FORMAT dstFormat,
41 SwrLoadHotTile(HANDLE hWorkerPrivateData,const SWR_SURFACE_STATE * pSrcSurface,BucketManager * pBucketMgr,SWR_FORMAT dstFormat,SWR_RENDERTARGET_ATTACHMENT renderTargetIndex,uint32_t x,uint32_t y,uint32_t renderTargetArrayIndex,uint8_t * pDstHotTile) argument
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_exa.c108 struct exa_format_t *dstFormat; member in struct:__anonec9371920108
279 lx_get_source_color(PixmapPtr pSrc, int srcFormat, int dstFormat) argument
295 _GetPixelFromRGBA(&out, red, blue, green, alpha, dstFormat);
695 exaScratch.dstFormat = (struct exa_format_t *) dstFmt;
790 lx_set_source_format(int srcFormat, int dstFormat) argument
792 if (!(srcFormat & 0x10) && (dstFormat & 0x10))
794 else if ((srcFormat & 0x10) && (dstFormat & 0x10))
893 apply = (exaScratch.dstFormat->alphabits != 0 &&
898 gp_set_bpp(lx_get_bpp_from_format(exaScratch.dstFormat->fmt));
901 lx_set_source_format(exaScratch.srcFormat->fmt, exaScratch.dstFormat
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_render.c211 RadeonGetBlendCntl(uint8_t op, uint32_t dstFormat) argument
220 if (RadeonBlendOp[op].dst_alpha && !PICT_FORMAT_A(dstFormat)) {
504 CARD32 dstFormat,
516 blend_cntl = RadeonGetBlendCntl(op, dstFormat);
527 colorformat = RadeonGetColorFormat(dstFormat);
555 CARD32 dstFormat,
567 blend_cntl = RadeonGetBlendCntl(op, dstFormat);
578 colorformat = RadeonGetColorFormat(dstFormat);
845 CARD32 dstFormat,
857 blend_cntl = RadeonGetBlendCntl(op, dstFormat);
[all...]
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c303 CARD32 dstFormat; member in struct:__anon0266d6710208
401 if (i == MACH64_NR_TEX_FORMATS || Mach64TexFormats[i].dstFormat == -1)
666 CARD32 dstFormat; local in function:Mach64PrepareComposite
706 dstFormat = Mach64TexFormats[i].dstFormat;
708 m3d->dp_pix_width = SetBits(dstFormat, DP_DST_PIX_WIDTH) |
709 SetBits(dstFormat, DP_SRC_PIX_WIDTH) |
710 SetBits(dstFormat, DP_HOST_PIX_WIDTH);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DLoadTile.cpp52 /// @param dstFormat - Format for hot tile.
59 SWR_FORMAT dstFormat,
56 SwrLoadHotTile(HANDLE hWorkerPrivateData,const SWR_SURFACE_STATE * pSrcSurface,SWR_FORMAT dstFormat,SWR_RENDERTARGET_ATTACHMENT renderTargetIndex,uint32_t x,uint32_t y,uint32_t renderTargetArrayIndex,uint8_t * pDstHotTile) argument
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_3d.c42 CARD32 dstFormat; member in struct:__anon820a79130208
96 return via3DFormats[VIA_FMT_HASH(format)].dstFormat;
594 format->dstFormat = viaFormats[i][1];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dapi.h101 /// @param dstFormat - format of the hot tile
108 SWR_FORMAT dstFormat,
693 /// @param dstFormat - Format for hot tile.
701 SWR_FORMAT dstFormat,

Completed in 24 milliseconds

12