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

  /xsrc/external/mit/libXfont2/dist/test/
pcf-test-common.c 45 * format/fmask request glyph pad 4 (typical x86_64 server) to trigger
60 fsBitmapFormatMask fmask = BitmapFormatMaskScanLinePad | local
67 format, fmask, (XID)1, &pFont, &aliasName, NULL);
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
radeon_drm_surface.c 373 /* Compute FMASK. */
377 /* FMASK is allocated like an ordinary texture. */
379 struct radeon_surf fmask = {}; local
394 fprintf(stderr, "radeon: Invalid sample count for FMASK allocation.\n");
399 RADEON_SURF_MODE_2D, &fmask)) {
400 fprintf(stderr, "Got error in surface_init while allocating FMASK.\n");
404 assert(fmask.u.legacy.level[0].mode == RADEON_SURF_MODE_2D);
406 surf_ws->fmask_size = fmask.surf_size;
407 surf_ws->fmask_alignment_log2 = util_logbase2(MAX2(256, 1 << fmask.surf_alignment_log2));
408 surf_ws->fmask_tile_swizzle = fmask.tile_swizzle
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
radeon_drm_surface.c 307 /* Compute FMASK. */
311 /* FMASK is allocated like an ordinary texture. */
313 struct radeon_surf fmask = {}; local
328 fprintf(stderr, "radeon: Invalid sample count for FMASK allocation.\n");
333 RADEON_SURF_MODE_2D, &fmask)) {
334 fprintf(stderr, "Got error in surface_init while allocating FMASK.\n");
338 assert(fmask.u.legacy.level[0].mode == RADEON_SURF_MODE_2D);
340 surf_ws->fmask_size = fmask.surf_size;
341 surf_ws->fmask_alignment = MAX2(256, fmask.surf_alignment);
342 surf_ws->fmask_tile_swizzle = fmask.tile_swizzle
    [all...]
  /xsrc/external/mit/showfont/dist/
showfont.c 365 FSBitmapFormatMask fmask; local
447 fmask = (BitmapFormatMaskByte | BitmapFormatMaskBit |
450 fid = FSOpenBitmapFont(svr, format, fmask, fontname, &dummy);
  /xsrc/external/mit/libXfont/dist/src/fc/
fservestr.h 60 fsBitmapFormatMask fmask; member in struct:_fs_font_data
  /xsrc/external/mit/libXfont2/dist/src/fc/
fservestr.h 60 fsBitmapFormatMask fmask; member in struct:_fs_font_data
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_texture.c 422 rtex->fmask = new_tex->fmask;
435 assert(!rtex->fmask.size);
598 /* FMASK is allocated like an ordinary texture. */
600 struct radeon_surf fmask = {}; local
609 fmask.u.legacy.bankw = rtex->surface.u.legacy.bankw;
610 fmask.u.legacy.bankh = rtex->surface.u.legacy.bankh;
611 fmask.u.legacy.mtilea = rtex->surface.u.legacy.mtilea;
612 fmask.u.legacy.tile_split = rtex->surface.u.legacy.tile_split;
615 fmask.u.legacy.bankh = 4
    [all...]
r600_state.c 967 if (rtex->fmask.size) {
969 surf->cb_color_fmask = rtex->fmask.offset >> 8;
970 surf->cb_color_mask |= S_028100_FMASK_TILE_MAX(rtex->fmask.slice_tile_max);
975 /* Allocate dummy FMASK and CMASK if they aren't allocated already.
977 * R6xx needs FMASK and CMASK for the destination buffer of color resolve,
978 * otherwise it hangs. We don't have FMASK and CMASK pre-allocated,
982 struct r600_fmask_info fmask; local
985 r600_texture_get_fmask_info(&rscreen->b, rtex, 8, &fmask);
1012 /* FMASK. */
1014 rctx->dummy_fmask->b.b.width0 < fmask.size |
    [all...]
evergreen_state.c 821 fmask_bankh = eg_bank_wh(tmp->fmask.bank_height);
861 /* disable FMASK (0 = disabled) */
865 /* FMASK should be in MIP_ADDRESS for multisample textures */
866 tex_resource_words[3] = (tmp->fmask.offset + va) >> 8;
1042 unsigned fmask; member in struct:r600_tex_color_info
1112 color->fmask = color->offset;
1166 if (rtex->fmask.size)
1167 fmask_bankh = rtex->fmask.bank_height;
1256 if (rtex->fmask.size) {
1280 if (rtex->fmask.size)
    [all...]
r600_pipe_common.h 219 struct r600_fmask_info fmask; member in struct:r600_texture
270 struct r600_resource *cb_buffer_fmask; /* Used for FMASK relocations. R600 only */
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm_ps.c 64 LLVMValueRef ptr, image, fmask; local
93 fmask = ac_build_load_to_sgpr(&ctx->ac, ptr,
96 ac_apply_fmask_to_sample(&ctx->ac, fmask, args.coords,
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_surface.h 116 struct legacy_surf_fmask fmask; member in struct:legacy_surf_layout
139 struct gfx9_surf_flags fmask; /* not added to surf_size */ member in struct:gfx9_surf_layout
144 struct gfx9_surf_meta_flags cmask; /* metadata of fmask */
203 * - FMASK
243 uint8_t samples; /* For Z/S: samples; For color: FMASK coverage samples */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_texture.c 423 rtex->fmask = new_tex->fmask;
436 assert(!rtex->fmask.size);
603 /* FMASK is allocated like an ordinary texture. */
605 struct radeon_surf fmask = {}; local
614 fmask.u.legacy.bankw = rtex->surface.u.legacy.bankw;
615 fmask.u.legacy.bankh = rtex->surface.u.legacy.bankh;
616 fmask.u.legacy.mtilea = rtex->surface.u.legacy.mtilea;
617 fmask.u.legacy.tile_split = rtex->surface.u.legacy.tile_split;
620 fmask.u.legacy.bankh = 4
    [all...]
r600_state.c 964 if (rtex->fmask.size) {
966 surf->cb_color_fmask = rtex->fmask.offset >> 8;
967 surf->cb_color_mask |= S_028100_FMASK_TILE_MAX(rtex->fmask.slice_tile_max);
972 /* Allocate dummy FMASK and CMASK if they aren't allocated already.
974 * R6xx needs FMASK and CMASK for the destination buffer of color resolve,
975 * otherwise it hangs. We don't have FMASK and CMASK pre-allocated,
979 struct r600_fmask_info fmask; local
982 r600_texture_get_fmask_info(&rscreen->b, rtex, 8, &fmask);
1009 /* FMASK. */
1011 rctx->dummy_fmask->b.b.width0 < fmask.size |
    [all...]
evergreen_state.c 815 fmask_bankh = eg_bank_wh(tmp->fmask.bank_height);
855 /* disable FMASK (0 = disabled) */
859 /* FMASK should be in MIP_ADDRESS for multisample textures */
860 tex_resource_words[3] = (tmp->fmask.offset + va) >> 8;
1036 unsigned fmask; member in struct:r600_tex_color_info
1106 color->fmask = color->offset;
1160 if (rtex->fmask.size)
1161 fmask_bankh = rtex->fmask.bank_height;
1250 if (rtex->fmask.size) {
1274 if (rtex->fmask.size)
    [all...]
r600_pipe_common.h 223 struct r600_fmask_info fmask; member in struct:r600_texture
274 struct r600_resource *cb_buffer_fmask; /* Used for FMASK relocations. R600 only */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader_tgsi_mem.c 1056 * Load an image view, fmask view. or sampler state descriptor.
1077 /* The FMASK is at [8:15]. */
1745 LLVMValueRef ptr, image, fmask; local
1774 fmask = ac_build_load_to_sgpr(&ctx->ac, ptr,
1777 ac_apply_fmask_to_sample(&ctx->ac, fmask, args.coords,
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_surface.h 138 struct legacy_surf_fmask fmask; member in struct:legacy_surf_layout::__anon450::__anon451
343 * - FMASK
401 uint8_t samples; /* For Z/S: samples; For color: FMASK coverage samples */
  /xsrc/external/mit/libXfont/dist/src/bitmap/
bitscale.c 1541 fsBitmapFormatMask fmask,
1576 format, fmask);
1636 long fmask = 0; local
1640 format, fmask, NULL);
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
bitscale.c 1556 fsBitmapFormatMask fmask,
1591 format, fmask);
1651 long fmask = 0; local
1655 format, fmask, NULL);
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
addrinterface.h 497 UINT_32 fmask : 1; ///< Flag indicates this is an fmask member in struct:_ADDR_SURFACE_FLAGS::__anon341
1166 UINT_64 fmaskAddr; ///< Fmask addr for tc compatible Cmask
1301 UINT_32 resolved: 1; ///< TRUE if the surface is for resolved fmask, only used
1322 UINT_32 pitch; ///< Pitch of fmask in pixels
1323 UINT_32 height; ///< Height of fmask in pixels
1324 UINT_32 numSlices; ///< Slices of fmask
1325 UINT_64 fmaskBytes; ///< Size of fmask in bytes
1329 UINT_32 bpp; ///< Bits per pixel of FMASK is: number of bit planes
1333 ADDR_TILEINFO* pTileInfo; ///< Tile parameters used. Fmask can have differen
2399 UINT_32 fmask : 1; \/\/\/< This is an fmask surface member in struct:_ADDR2_SURFACE_FLAGS::__anon359
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
addrinterface.h 494 UINT_32 fmask : 1; ///< Flag indicates this is an fmask member in struct:_ADDR_SURFACE_FLAGS::__anon3186
1151 UINT_64 fmaskAddr; ///< Fmask addr for tc compatible Cmask
1282 UINT_32 resolved: 1; ///< TRUE if the surface is for resolved fmask, only used
1303 UINT_32 pitch; ///< Pitch of fmask in pixels
1304 UINT_32 height; ///< Height of fmask in pixels
1305 UINT_32 numSlices; ///< Slices of fmask
1306 UINT_64 fmaskBytes; ///< Size of fmask in bytes
1310 UINT_32 bpp; ///< Bits per pixel of FMASK is: number of bit planes
1314 ADDR_TILEINFO* pTileInfo; ///< Tile parameters used. Fmask can have differen
2351 UINT_32 fmask : 1; \/\/\/< This is an fmask surface member in struct:_ADDR2_SURFACE_FLAGS::__anon3204
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_private.h 1532 struct radv_fmask_info fmask; member in struct:radv_image
1587 * Return whether the image has FMASK metadata for color surfaces.
1592 return image->fmask.size;

Completed in 105 milliseconds