Home
last modified time | relevance | path

Searched refs:BaseWidth (Results 1 – 25 of 71) sorted by relevance

123

/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Texture/
H A DGmmTexture.cpp40 …uint32_t WidthBytesPhysical = GFX_ULONG_CAST(pTexInfo->BaseWidth) * pTexInfo->BitsPerPixel … in FillPlanarOffsetAddress()
471 MipWidth = GFX_ULONG_CAST(pTexInfo->BaseWidth); in FindMipTailStartLod()
731 pRedescribedTexInfo->BaseWidth = GFX_CEIL_DIV(pTexInfo->BaseWidth, 2); in GetRedescribedPlaneParams()
736 pRedescribedTexInfo->BaseWidth = GFX_CEIL_DIV(pTexInfo->BaseWidth, 2); in GetRedescribedPlaneParams()
743 pRedescribedTexInfo->BaseWidth = GFX_CEIL_DIV(pTexInfo->BaseWidth, 2); in GetRedescribedPlaneParams()
748 pRedescribedTexInfo->BaseWidth = GFX_CEIL_DIV(pTexInfo->BaseWidth, 2); in GetRedescribedPlaneParams()
771 pRedescribedTexInfo->BaseWidth = GFX_CEIL_DIV(pTexInfo->BaseWidth, 2); in GetRedescribedPlaneParams()
781 pRedescribedTexInfo->BaseWidth = GFX_CEIL_DIV(pTexInfo->BaseWidth, 4); in GetRedescribedPlaneParams()
784 pRedescribedTexInfo->BaseWidth = GFX_CEIL_DIV(pTexInfo->BaseWidth, 2); in GetRedescribedPlaneParams()
H A DGmmTextureSpecialCases.cpp51 if((pTexInfo->BaseWidth > 0) && in PreProcessTexSpecialCases()
52 (pTexInfo->BaseWidth <= pPlatform->HiZ.MaxWidth) && in PreProcessTexSpecialCases()
70 Z_Width = GFX_ULONG_CAST(pTexInfo->BaseWidth); in PreProcessTexSpecialCases()
106 pTexInfo->BaseWidth = ExpandWidth(Z_Width, HZ_HAlign, NumSamples); in PreProcessTexSpecialCases()
234 if((pTexInfo->BaseWidth > 0) && in PreProcessTexSpecialCases()
357 SliceWidth = __GMM_EXPAND_WIDTH(this, GFX_ULONG_CAST(Surf.BaseWidth), HAlign, &Surf); in SurfaceRequires64KBTileOptimization()
433 SliceWidth = __GMM_EXPAND_WIDTH(this, GFX_ULONG_CAST(Surf.BaseWidth), HAlign, &Surf); in SurfaceRequires64KBTileOptimization()
H A DGmmTextureAlloc.cpp503 (pTexInfo->BaseWidth > 3840)) in FillTexPitchAndSize()
852 WidthBytesPhysical = GFX_ULONG_CAST(pTexInfo->BaseWidth) * pTexInfo->BitsPerPixel >> 3; in FillTexPlanar()
1215 if(((pTexInfo->BaseWidth * pTexInfo->BitsPerPixel / 8) >= GMM_KBYTE(16)) || in FillTexPlanar()
1217 (pTexInfo->BaseWidth * pTexInfo->BitsPerPixel / 8) >= (GMM_KBYTE(8) - 128))) in FillTexPlanar()
1295 WidthBytesPhysical = pTexInfo->BaseWidth * BitsPerPixel >> 3; in FillTexBlockMem()
1410 pTexInfo->BaseWidth = pTexInfo->BaseWidth * pTexInfo->BitsPerPixel / 8; in MSAACCSUsage()
1416 pTexInfo->BaseWidth = GFX_ALIGN(pTexInfo->BaseWidth, 512 * AlignmentFactor) / 32; in MSAACCSUsage()
1421 pTexInfo->BaseWidth = GFX_ALIGN(pTexInfo->BaseWidth, 1024 * AlignmentFactor) / 64; in MSAACCSUsage()
H A DGmmGen7Texture.cpp52 Width = GFX_ULONG_CAST(pTexInfo->BaseWidth); in FillTex2D()
288 uint32_t Mip1Width = GFX_ULONG_CAST(pTexInfo->BaseWidth) >> 1; in Get2DTexOffsetAddressPerMip()
298 … uint32_t Width1 = (pTexInfo->BaseWidth == 1) ? 1 : (GFX_ULONG_CAST(pTexInfo->BaseWidth) >> 1); in Get2DTexOffsetAddressPerMip()
606 MipWidth = GFX_ULONG_CAST(pTexInfo->BaseWidth); in Fill3DTexOffsetAddress()
749 Width = GFX_ULONG_CAST(pTexInfo->BaseWidth); in FillTex3D()
H A DGmmGen10Texture.cpp289 Width = GFX_ULONG_CAST(pTexInfo->BaseWidth); in FillTex2D()
546 WidthBytesPhysical = GFX_ULONG_CAST(pTexInfo->BaseWidth) * pTexInfo->BitsPerPixel >> 3; in FillTexPlanar()
894 if(((pTexInfo->BaseWidth * pTexInfo->BitsPerPixel / 8) >= GMM_KBYTE(16)) || in FillTexPlanar()
896 (pTexInfo->BaseWidth * pTexInfo->BitsPerPixel / 8) >= (GMM_KBYTE(8) - 128))) in FillTexPlanar()
H A DGmmGen11Texture.cpp41 …uint32_t WidthBytesPhysical = GFX_ULONG_CAST(pTexInfo->BaseWidth) * pTexInfo->BitsPerPixel … in FillPlanarOffsetAddress()
708 WidthBytesPhysical = GFX_ULONG_CAST(pTexInfo->BaseWidth) * pTexInfo->BitsPerPixel >> 3; in FillTexPlanar()
1097 if(((pTexInfo->BaseWidth * pTexInfo->BitsPerPixel / 8) >= GMM_KBYTE(16)) || in FillTexPlanar()
1099 (pTexInfo->BaseWidth * pTexInfo->BitsPerPixel / 8) >= (GMM_KBYTE(8) - 128))) in FillTexPlanar()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/Internal/Common/Texture/
H A DGmmGen11TextureCalc.h91 return(GFX_MAX(1, pTexInfo->BaseWidth >> MipLevel)); in GmmTexGetMipWidth()
95 if (pTexInfo->BaseWidth == 1) in GmmTexGetMipWidth()
97 return pTexInfo->BaseWidth; in GmmTexGetMipWidth()
101 return(GFX_MAX(1, (pTexInfo->BaseWidth - 1) >> MipLevel) + 1); in GmmTexGetMipWidth()
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/external/gli/core/
H A Dgenerate_mipmaps.inl31 std::size_t BaseWidth = Result[Level + 0].dimensions().x;
47 std::size_t Index00 = ((x + 0) + (y + 0) * BaseWidth) * Components + c;
48 std::size_t Index01 = ((x + 0) + (y + 1) * BaseWidth) * Components + c;
49 std::size_t Index11 = ((x + 1) + (y + 1) * BaseWidth) * Components + c;
50 std::size_t Index10 = ((x + 1) + (y + 0) * BaseWidth) * Components + c;
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/external/gli/core/
H A Dgenerate_mipmaps.inl31 std::size_t BaseWidth = Result[Level + 0].dimensions().x;
47 std::size_t Index00 = ((x + 0) + (y + 0) * BaseWidth) * Components + c;
48 std::size_t Index01 = ((x + 0) + (y + 1) * BaseWidth) * Components + c;
49 std::size_t Index11 = ((x + 1) + (y + 1) * BaseWidth) * Components + c;
50 std::size_t Index10 = ((x + 1) + (y + 0) * BaseWidth) * Components + c;
/dports/security/keybase/client-v5.7.1/go/chat/attachments/
H A Dpreview.go39 BaseWidth int member
122 BaseWidth: imagePreview.BaseWidth,
172 BaseWidth: img.Bounds().Dx(),
209 BaseWidth: bounds.Dx(),
254 BaseWidth: origBounds.Dx(),
H A Dpreview_android.go33 BaseWidth: imagePreview.BaseWidth,
H A Dpreview_darwin.go101 BaseWidth: imagePreview.BaseWidth,
H A Dpreprocess.go245 if previewRes.BaseWidth > 0 || previewRes.BaseHeight > 0 {
246 p.BaseDim = &Dimension{Width: previewRes.BaseWidth, Height: previewRes.BaseHeight}
/dports/biology/sra-tools/sra-tools-2.11.0/tools/pacbio-load/
H A Dpl-metrics.c63 af_data BaseWidth; member
87 init_array_file( &tab->BaseWidth ); in init_Metrics_src()
111 free_array_file( &tab->BaseWidth ); in close_Metrics_src()
157 rc = open_element( hdf5_dir, &tab->BaseWidth, path, "BaseWidth", in open_Metrics_src()
285 if ( tab->BaseWidth.rc == 0 && res ) in check_Metrics_extents()
344 float BaseWidth[ METRICS_BLOCK_SIZE ]; member
399 if ( rc == 0 && tab->BaseWidth.rc == 0 ) in metrics_block_read_from_src()
400 rc = array_file_read_dim1( &tab->BaseWidth, pos, in metrics_block_read_from_src()
401 &block->BaseWidth[0], in metrics_block_read_from_src()
404 memset( &block->BaseWidth[0], 0, to_read * sizeof( float ) ); in metrics_block_read_from_src()
[all …]
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Resource/
H A DGmmResourceInfoCommonEx.cpp219 Surf.BaseWidth = CreateParams.BaseWidth64; in CopyClientParams()
692 ((Surf.BaseWidth > Restrictions.MaxWidth) && !AllowMaxWidthViolations) || in ValidateParams()
700 if(((Surf.Format == GMM_FORMAT_Y8_UNORM_VA) && (Surf.BaseWidth % 4)) || in ValidateParams()
701 ((Surf.Format == GMM_FORMAT_Y16_UNORM) && (Surf.BaseWidth % 2)) || in ValidateParams()
702 ((Surf.Format == GMM_FORMAT_Y1_UNORM) && (Surf.BaseWidth % 32))) in ValidateParams()
710 (Surf.BaseWidth < Restrictions.MinWidth) || in ValidateParams()
875 if(!Surf.BaseWidth || !Surf.BaseHeight) in ValidateParams()
884 if(!Surf.BaseWidth || !Surf.BaseHeight) in ValidateParams()
889 if(Surf.BaseWidth != Surf.BaseHeight) in ValidateParams()
H A DGmmResourceInfoCommon.cpp150 Surf.BaseWidth = CreateParams.BaseWidth64; in CreateCustomRes()
488 uint32_t WidthBytesPhysical = GFX_ULONG_CAST(Surf.BaseWidth) * Surf.BitsPerPixel >> 3; in UpdateUnAlignedParams()
1182 (pBlt->Gpu.OffsetX + pBlt->Blt.Width <= Surf.BaseWidth)) in CpuBlt()
1188 (pBlt->Gpu.OffsetX + pBlt->Blt.Width <= Surf.BaseWidth)) in CpuBlt()
1194 (pBlt->Gpu.OffsetX + pBlt->Blt.Width <= Surf.BaseWidth)) in CpuBlt()
1851 (GFX_ALIGN(pTexInfo->BaseWidth, pMapping->Scratch.Tile.Width) / in GetMappingSpanDesc()
1858 GFX_CEIL_DIV(pTexInfo->BaseWidth, pMapping->Scratch.Tile.Width) * in GetMappingSpanDesc()
1868 GFX_CEIL_DIV(pTexInfo->BaseWidth, pMapping->Scratch.Tile.Width) * in GetMappingSpanDesc()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/win32/
H A Dwin32msg.c58 BaseWidth = rect.right - rect.left + 1; in BaseWndProc()
60 MoveWindow(hWnd, rect.left, rect.top, BaseWidth, BaseHeight, TRUE); in BaseWndProc()
64 MessageWidth = BaseWidth - GetSystemMetrics(SM_CXVSCROLL); in BaseWndProc()
68 MapWidth = BaseWidth; in BaseWndProc()
72 StatusWidth = BaseWidth; in BaseWndProc()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp509 size_t BaseWidth = 13; in printNeededLibraries() local
516 BaseWidth = std::max(BaseWidth, CurrentLen); in printNeededLibraries()
524 OS << left_justify("BASE", BaseWidth) << " MEMBER\n"; in printNeededLibraries()
530 OS << " " << left_justify(CurrentStr, BaseWidth) << " "; in printNeededLibraries()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/
H A Dfmodels.c1947 int BaseWidth, BaseHeight, TransWidth, TransHeight; variable
2007 assert ((new[1]*BaseWidth) + new[0] < BaseWidth*BaseHeight); in CheckTransRecursiveTri()
2011 BasePixels[((new[1]*BaseWidth) + new[0]) * 4] = 1; in CheckTransRecursiveTri()
2015 BasePixels[(new[1]*BaseWidth) + new[0]] = 1; in CheckTransRecursiveTri()
2027 if (BasePixels[(((new[1]*BaseWidth) + new[0]) * 4) + 3] != 255) in CheckTransRecursiveTri()
2158 ScaleWidth = BaseWidth; in Cmd_FMBase()
2165 BaseWidth,BaseHeight,SKINPAGE_WIDTH,SKINPAGE_HEIGHT); in Cmd_FMBase()
2385 memset(BasePixels,0,BaseWidth*BaseHeight); in Cmd_FMBase()
2397 skin_pixels_used += BasePixels[(i*BaseWidth) + j]; in Cmd_FMBase()
2405 memset(BasePixels,0,BaseWidth*BaseHeight*4); in Cmd_FMBase()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/
H A Dfmodels.c1904 int BaseWidth, BaseHeight, TransWidth, TransHeight; variable
1968 assert( ( new[1] * BaseWidth ) + new[0] < BaseWidth * BaseHeight ); in CheckTransRecursiveTri()
1971 BasePixels[( ( new[1] * BaseWidth ) + new[0] ) * 4] = 1; in CheckTransRecursiveTri()
1975 BasePixels[( new[1] * BaseWidth ) + new[0]] = 1; in CheckTransRecursiveTri()
2112 if ( BaseWidth != SKINPAGE_WIDTH || BaseHeight != SKINPAGE_HEIGHT ) { in Cmd_FMBase()
2114 ScaleWidth = BaseWidth; in Cmd_FMBase()
2121 BaseWidth,BaseHeight,SKINPAGE_WIDTH,SKINPAGE_HEIGHT ); in Cmd_FMBase()
2320 memset( BasePixels,0,BaseWidth * BaseHeight ); in Cmd_FMBase()
2332 skin_pixels_used += BasePixels[( i * BaseWidth ) + j]; in Cmd_FMBase()
2340 memset( BasePixels,0,BaseWidth * BaseHeight * 4 ); in Cmd_FMBase()
[all …]
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/External/Common/
H A DGmmResourceInfoCommon.h348 return Surf.BaseWidth; in GetBaseWidth()
1310 … return ((uint32_t)Surf.BaseWidth * Surf.ArraySize) / GMM_COLOR_SEPARATION_WIDTH_DIVISION; in GetColorSeparationPhysicalWidth()
1314 … return ((uint32_t)Surf.BaseWidth * Surf.ArraySize) / GMM_COLOR_SEPARATION_RGBX_WIDTH_DIVISION; in GetColorSeparationPhysicalWidth()
1318 return (uint32_t)Surf.BaseWidth; in GetColorSeparationPhysicalWidth()
1579 …GMM_INLINE_VIRTUAL GMM_INLINE_EXPORTED void GMM_STDCALL OverrideBaseWidth(GMM_GFX_SIZE_T BaseWidth) in OverrideBaseWidth() argument
1581 Surf.BaseWidth = BaseWidth; in OverrideBaseWidth()
H A DGmmTextureExt.h134 uint64_t BaseWidth; member
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/qcommon/
H A Dfmodel.h69 extern int BaseWidth, BaseHeight, TransWidth, TransHeight;
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/qcommon/
H A Dfmodel.h69 extern int BaseWidth, BaseHeight, TransWidth, TransHeight;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_gmm_resource_info.h26 … size_t getBaseWidth() override { return static_cast<size_t>(mockResourceCreateParams.BaseWidth); } in getBaseWidth()

123