HomeSort by: relevance | last modified time | path
    Searched defs:srcFormat (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
copyimage.c 509 GLenum srcFormat, GLenum dstFormat)
525 if (_mesa_texture_view_compatible_format(ctx, srcFormat, dstFormat)) {
528 } else if (_mesa_is_compressed_format(ctx, srcFormat)) {
529 return compressed_format_compatible(ctx, srcFormat, dstFormat);
531 return compressed_format_compatible(ctx, dstFormat, srcFormat);
612 mesa_format srcFormat, dstFormat;
636 &srcTexImage, &srcRenderbuffer, &srcFormat,
647 _mesa_get_format_block_size(srcFormat, &src_bw, &src_bh);
771 mesa_format srcFormat, dstFormat;
794 &srcTexImage, &srcRenderbuffer, &srcFormat,
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
backend.cpp 124 SWR_FORMAT srcFormat;
135 srcFormat = KNOB_COLOR_HOT_TILE_FORMAT;
138 srcFormat = KNOB_DEPTH_HOT_TILE_FORMAT;
141 srcFormat = KNOB_STENCIL_HOT_TILE_FORMAT;
145 srcFormat = KNOB_COLOR_HOT_TILE_FORMAT;
160 PFN_CLEAR_TILES pfnClearTiles = gClearTilesTable[srcFormat];
180 srcFormat,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
copyimage.c 504 GLenum srcFormat, GLenum dstFormat)
520 if (_mesa_texture_view_compatible_format(ctx, srcFormat, dstFormat)) {
523 } else if (_mesa_is_compressed_format(ctx, srcFormat)) {
524 return compressed_format_compatible(ctx, srcFormat, dstFormat);
526 return compressed_format_compatible(ctx, dstFormat, srcFormat);
607 mesa_format srcFormat, dstFormat;
631 &srcTexImage, &srcRenderbuffer, &srcFormat,
642 _mesa_get_format_block_size(srcFormat, &src_bw, &src_bh);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_drawpixels.c 1722 enum pipe_format srcFormat;
1812 srcFormat = rbRead->texture->format;
1816 if (!screen->is_format_supported(screen, srcFormat, st->internal_target, 0,
1818 /* srcFormat is non-renderable. Find a compatible renderable format. */
1820 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE,
1832 if (util_format_is_float(srcFormat)) {
1833 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE,
1837 else if (util_format_is_pure_sint(srcFormat)) {
1838 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE,
1842 else if (util_format_is_pure_uint(srcFormat)) {
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_drawpixels.c 1650 enum pipe_format srcFormat;
1718 srcFormat = rbRead->texture->format;
1722 if (!screen->is_format_supported(screen, srcFormat, st->internal_target, 0,
1724 /* srcFormat is non-renderable. Find a compatible renderable format. */
1726 srcFormat = st_choose_format(st, GL_DEPTH_COMPONENT, GL_NONE,
1733 if (util_format_is_float(srcFormat)) {
1734 srcFormat = st_choose_format(st, GL_RGBA32F, GL_NONE,
1738 else if (util_format_is_pure_sint(srcFormat)) {
1739 srcFormat = st_choose_format(st, GL_RGBA32I, GL_NONE,
1743 else if (util_format_is_pure_uint(srcFormat)) {
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_exa.c 107 struct exa_format_t *srcFormat;
279 lx_get_source_color(PixmapPtr pSrc, int srcFormat, int dstFormat)
294 _GetRGBAFromPixel(in, &red, &blue, &green, &alpha, srcFormat);
694 exaScratch.srcFormat = (struct exa_format_t *) srcFmt;
790 lx_set_source_format(int srcFormat, int dstFormat)
792 if (!(srcFormat & 0x10) && (dstFormat & 0x10))
793 gp_set_source_format(srcFormat | 0x10);
794 else if ((srcFormat & 0x10) && (dstFormat & 0x10))
795 gp_set_source_format(srcFormat & ~0x10);
797 gp_set_source_format(srcFormat);
    [all...]
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_driver.h 270 CARD32 srcFormat;

Completed in 10 milliseconds