Home
last modified time | relevance | path

Searched refs:BlockHeight (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Texture/
H A DGmmGen8Texture.cpp114BlockHeight = GFX_ALIGN(BlockHeight, pPlatform->TileInfo[pTexInfo->TileMode].LogicalTileHeight); in FillTex2D()
121 BlockHeight = GFX_ALIGN_NP2(BlockHeight, LCM); in FillTex2D()
130 BlockHeight /= CompressHeight; in FillTex2D()
135 BlockHeight /= 2; in FillTex2D()
141 BlockHeight /= 32; in FillTex2D()
145 BlockHeight /= 16; in FillTex2D()
150 BlockHeight *= ExpandedArraySize; in FillTex2D()
151 BlockHeight += Slice0Delta; in FillTex2D()
260BlockHeight = GFX_ALIGN(BlockHeight, pPlatform->TileInfo[pTexInfo->TileMode].LogicalTileHeight); in FillTex2D()
274 BlockHeight = GFX_ALIGN(BlockHeight, TRTileHeight); in FillTex2D()
[all …]
H A DGmmGen7Texture.cpp127 BlockHeight /= CompressHeight; in FillTex2D()
131 BlockHeight /= 2; in FillTex2D()
135 BlockHeight *= ExpandedArraySize; in FillTex2D()
198BlockHeight = GFX_ALIGN(BlockHeight, pPlatform->TileInfo[pTexInfo->TileMode].LogicalTileHeight); in FillTex2D()
212 BlockHeight = GFX_ALIGN(BlockHeight, TRTileHeight); in FillTex2D()
231 BlockHeight = GFX_ALIGN(BlockHeight, __GMM_EVEN_ROW); in FillTex2D()
378 BlockHeight = HeightLinesLevel0; in Get2DMipMapHeight()
420 return (BlockHeight); in Get2DMipMapHeight()
529 BlockHeight = pTexInfo->BaseHeight; in GetTotal3DHeight()
540 BlockHeight = GFX_MAX(BlockHeight, UnitAlignHeight); in GetTotal3DHeight()
[all …]
H A DGmmGen9Texture.cpp252 uint32_t BlockHeight, MipHeight; in Get2DMipMapHeight() local
282 BlockHeight = HeightLinesLevel0; in Get2DMipMapHeight()
365 return (BlockHeight); in Get2DMipMapHeight()
430 return (BlockHeight); in Get2DMipMapTotalHeight()
669 return BlockHeight; in GetAligned3DBlockHeight()
782 BlockHeight = GFX_ALIGN_NP2(BlockHeight, Alignment); in FillTex2D()
790 BlockHeight = GFX_CEIL_DIV(BlockHeight, CompressHeight); in FillTex2D()
792 BlockHeight = GetAligned3DBlockHeight(pTexInfo, BlockHeight, ExpandedArraySize); in FillTex2D()
796 BlockHeight /= 2; in FillTex2D()
800 BlockHeight /= 16; in FillTex2D()
[all …]
H A DGmmGen10Texture.cpp248BlockHeight = GFX_ALIGN(BlockHeight, pPlatform->TileInfo[pTexInfo->TileMode].LogicalTileHeight); in GetAligned3DBlockHeight()
254 return BlockHeight; in GetAligned3DBlockHeight()
367 BlockHeight = GFX_ALIGN_NP2(BlockHeight, Alignment); in FillTex2D()
375 BlockHeight = GFX_CEIL_DIV(BlockHeight, CompressHeight); in FillTex2D()
377 BlockHeight = GetAligned3DBlockHeight(pTexInfo, BlockHeight, ExpandedArraySize); in FillTex2D()
381 BlockHeight /= 2; in FillTex2D()
385 BlockHeight /= 16; in FillTex2D()
388 BlockHeight *= ExpandedArraySize; in FillTex2D()
481BlockHeight = GFX_ALIGN(BlockHeight, pPlatform->TileInfo[pTexInfo->TileMode].LogicalTileHeight); in FillTex2D()
503 BlockHeight = GFX_ALIGN(BlockHeight, GMM_SCANLINES(GMM_MAX_LCU_SIZE)); in FillTex2D()
[all …]
H A DGmmTextureSpecialCases.cpp315 uint32_t BlockHeight = 0; in SurfaceRequires64KBTileOptimization() local
358 BlockHeight = SliceHeight * ExpandedArraySize; in SurfaceRequires64KBTileOptimization()
363 BlockHeight = GFX_CEIL_DIV(BlockHeight, CompressHeight); in SurfaceRequires64KBTileOptimization()
372BlockHeight = GFX_ALIGN(BlockHeight, pPlatform->TileInfo[Surf.TileMode].LogicalTileHeight); in SurfaceRequires64KBTileOptimization()
376 Size64KbTile = BlockHeight * Pitch; in SurfaceRequires64KBTileOptimization()
390 uint32_t BlockHeight = 0; in SurfaceRequires64KBTileOptimization() local
434 BlockHeight = SliceHeight * ExpandedArraySize; in SurfaceRequires64KBTileOptimization()
439 BlockHeight = GFX_CEIL_DIV(BlockHeight, CompressHeight); in SurfaceRequires64KBTileOptimization()
448BlockHeight = GFX_ALIGN(BlockHeight, pPlatform->TileInfo[Surf.TileMode].LogicalTileHeight); in SurfaceRequires64KBTileOptimization()
452 Size4KbTile = BlockHeight * Pitch; in SurfaceRequires64KBTileOptimization()
H A DGmmGen12Texture.cpp42 uint32_t BlockHeight, MipHeight; in Get2DMipMapHeight() local
64 BlockHeight = HeightLinesLevel0; in Get2DMipMapHeight()
133BlockHeight = GFX_ALIGN(BlockHeight, pPlatform->TileInfo[pTexInfo->TileMode].LogicalTileHeight); in Get2DMipMapHeight()
139 return (BlockHeight); in Get2DMipMapHeight()
385 BlockHeight = GFX_ALIGN_NP2(BlockHeight, Alignment); in FillTex2D()
393 BlockHeight = GFX_CEIL_DIV(BlockHeight, CompressHeight); in FillTex2D()
395 BlockHeight = GetAligned3DBlockHeight(pTexInfo, BlockHeight, ExpandedArraySize); in FillTex2D()
399 BlockHeight = ScaleTextureHeight(pTexInfo, BlockHeight); in FillTex2D()
409 BlockHeight = ScaleTextureHeight(pTexInfo, BlockHeight); in FillTex2D()
482 BlockHeight = GFX_ALIGN(BlockHeight, GMM_SCANLINES(GMM_MAX_LCU_SIZE)); in FillTex2D()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbcgamegrid.pas64 property BlockHeight: integer read FBlockHeight write SetFBlockHeight; property
77 property BlockHeight;
164 if (BlockWidth <= 0) or (BlockHeight <= 0) or (GridWidth <= 0) or
177 r.Top := BlockHeight * y;
179 r.Bottom := r.Top + BlockHeight;
211 if (BlockWidth <= 0) or (BlockHeight <= 0) or (GridWidth <= 0) or
227 r.Top := BlockHeight * y;
229 r.Bottom := r.Top + BlockHeight;
253 BlockHeight := 30;
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Utility/
H A DGmmUtility.cpp454 …ormatForASTC(uint8_t HDR, uint8_t Float, uint32_t BlockWidth, uint32_t BlockHeight, uint32_t Block… in GmmGetFormatForASTC() argument
544 ((BlockWidth == (Width)) && (BlockHeight == (Height)) && (BlockDepth == (Depth))) || in GmmGetFormatForASTC()
564 (BlockHeight == 4) ? GMM_SURFACESTATE_FORMAT_ASTC_2D_BLOCK_SIZE_4px : in GmmGetFormatForASTC()
565 (BlockHeight == 5) ? GMM_SURFACESTATE_FORMAT_ASTC_2D_BLOCK_SIZE_5px : in GmmGetFormatForASTC()
566 (BlockHeight == 6) ? GMM_SURFACESTATE_FORMAT_ASTC_2D_BLOCK_SIZE_6px : in GmmGetFormatForASTC()
567 (BlockHeight == 8) ? GMM_SURFACESTATE_FORMAT_ASTC_2D_BLOCK_SIZE_8px : in GmmGetFormatForASTC()
568 (BlockHeight == 10) ? GMM_SURFACESTATE_FORMAT_ASTC_2D_BLOCK_SIZE_10px : in GmmGetFormatForASTC()
582 (BlockHeight == 3) ? GMM_SURFACESTATE_FORMAT_ASTC_3D_BLOCK_SIZE_3px : in GmmGetFormatForASTC()
583 (BlockHeight == 4) ? GMM_SURFACESTATE_FORMAT_ASTC_3D_BLOCK_SIZE_4px : in GmmGetFormatForASTC()
584 (BlockHeight == 5) ? GMM_SURFACESTATE_FORMAT_ASTC_3D_BLOCK_SIZE_5px : in GmmGetFormatForASTC()
/dports/devel/apitrace/apitrace-9.0/helpers/
H A Dd3dcommonsize.hpp166 _getFormatSize(D3DFORMAT Format, size_t & BlockSize, UINT & BlockWidth, UINT & BlockHeight);
210 UINT BlockHeight; in _getLockSize() local
211 _getFormatSize(Format, BlockSize, BlockWidth, BlockHeight); in _getLockSize()
212 assert(BlockHeight); in _getLockSize()
213 Height = (Height + BlockHeight - 1) / BlockHeight; in _getLockSize()
H A Ddxgisize.hpp70 UINT BlockHeight = 1; in _calcDataSize() local
182 BlockHeight = 4; in _calcDataSize()
201 BlockHeight = 4; in _calcDataSize()
226 Height = (Height + BlockHeight - 1) / BlockHeight; in _calcDataSize()
H A Dd3d8size.hpp49 _getFormatSize(D3DFORMAT Format, size_t & BlockSize, UINT & BlockWidth, UINT & BlockHeight) in _getFormatSize() argument
53 BlockHeight = 1; in _getFormatSize()
110 BlockHeight = BlockWidth = 4; in _getFormatSize()
118 BlockHeight = BlockWidth = 4; in _getFormatSize()
H A Dd3d9size.hpp53 _getFormatSize(D3DFORMAT Format, size_t & BlockSize, UINT & BlockWidth, UINT & BlockHeight) in _getFormatSize() argument
57 BlockHeight = 1; in _getFormatSize()
149 BlockHeight = BlockWidth = 4; in _getFormatSize()
157 BlockHeight = BlockWidth = 4; in _getFormatSize()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain_test.go212 BlockHeight: -1,
229 BlockHeight: -1,
249 BlockHeight: -1,
267 BlockHeight: -1,
294 BlockHeight: prevUtxoHeight + 3,
312 BlockHeight: prevUtxoHeight + 2,
332 BlockHeight: -1,
379 BlockHeight: prevUtxoHeight + 8,
418 BlockHeight: -1,
435 if seqLock.BlockHeight != test.want.BlockHeight {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain_test.go212 BlockHeight: -1,
229 BlockHeight: -1,
249 BlockHeight: -1,
267 BlockHeight: -1,
294 BlockHeight: prevUtxoHeight + 3,
312 BlockHeight: prevUtxoHeight + 2,
332 BlockHeight: -1,
379 BlockHeight: prevUtxoHeight + 8,
418 BlockHeight: -1,
435 if seqLock.BlockHeight != test.want.BlockHeight {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain_test.go212 BlockHeight: -1,
229 BlockHeight: -1,
249 BlockHeight: -1,
267 BlockHeight: -1,
294 BlockHeight: prevUtxoHeight + 3,
312 BlockHeight: prevUtxoHeight + 2,
332 BlockHeight: -1,
379 BlockHeight: prevUtxoHeight + 8,
418 BlockHeight: -1,
435 if seqLock.BlockHeight != test.want.BlockHeight {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain_test.go212 BlockHeight: -1,
229 BlockHeight: -1,
249 BlockHeight: -1,
267 BlockHeight: -1,
294 BlockHeight: prevUtxoHeight + 3,
312 BlockHeight: prevUtxoHeight + 2,
332 BlockHeight: -1,
379 BlockHeight: prevUtxoHeight + 8,
418 BlockHeight: -1,
435 if seqLock.BlockHeight != test.want.BlockHeight {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain_test.go212 BlockHeight: -1,
229 BlockHeight: -1,
249 BlockHeight: -1,
267 BlockHeight: -1,
294 BlockHeight: prevUtxoHeight + 3,
312 BlockHeight: prevUtxoHeight + 2,
332 BlockHeight: -1,
379 BlockHeight: prevUtxoHeight + 8,
418 BlockHeight: -1,
435 if seqLock.BlockHeight != test.want.BlockHeight {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain_test.go212 BlockHeight: -1,
229 BlockHeight: -1,
249 BlockHeight: -1,
267 BlockHeight: -1,
294 BlockHeight: prevUtxoHeight + 3,
312 BlockHeight: prevUtxoHeight + 2,
332 BlockHeight: -1,
379 BlockHeight: prevUtxoHeight + 8,
418 BlockHeight: -1,
435 if seqLock.BlockHeight != test.want.BlockHeight {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DBC_Decoder.cpp28 static constexpr int BlockHeight = 4; variable
51 for(int j = 0; j < BlockHeight && (y + j) < dstH; j++) in decode()
54 int idxOffset = j * BlockHeight; in decode()
177 for(int j = 0; j < BlockHeight && (y + j) < dstH; j++) in decode()
206 *dstRow = getAlpha(j * BlockHeight + i); in decode()
799 const int dy = BlockHeight * dstPitch; in Decode()
808 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
822 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
837 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
851 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dcirdna.c54 float TickHeight, float BlockHeight,
71 float BlockHeight, float RangeHeight,
216 float BlockHeight; in main() local
319 if(BlockHeight<(TextHeight+3) ) in main()
320 BlockHeight = (TextHeight+3); in main()
451 TickHeight, BlockHeight, in main()
512 TickHeight, BlockHeight, in main()
533 BlockHeight, RangeHeight, RealLength, in main()
1038 r2Blocks = r1Blocks-BlockHeight; in cirdna_DrawBlocks()
1219 r2Inter = r1Inter-BlockHeight; in cirdna_InterBlocks()
[all …]
H A Dlindna.c47 float TickHeight, float BlockHeight,
61 float BlockHeight, float RangeHeight,
195 float BlockHeight; in main() local
329 BlockHeight = 5*ajAcdGetFloat("blockheight"); in main()
452 TickHeight, BlockHeight, in main()
471 BlockHeight /= (TotalHeight/DrawLength); in main()
509 TickHeight, BlockHeight, in main()
903 y2Blocks = y1Blocks-BlockHeight; in lindna_DrawBlocks()
1063 y2Inter = y1Inter-BlockHeight; in lindna_InterBlocks()
1682 float TickHeight, float BlockHeight, in lindna_HeightGroup() argument
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/pvrg/
H A Dio.c95 static int BlockHeight = BLOCKHEIGHT; /* Block height. */ variable
209 temp->num = temp->ver*BlockHeight;
543 voffs = (Iob->vpos % Iob->ver)*BlockHeight; /* Find current v offset*/
545 for(i=0;i<BlockHeight;i++)
595 for(i=voffs;i<voffs+BlockHeight;i++)
597 if (!Iob->height || (((Iob->vpos/Iob->ver)*BlockHeight + i) <
647 vertical = Iob->vpos * BlockHeight; /* Pixel position */ in BlockMoveTo()
648 for(i=0;i<Iob->ver*BlockHeight;i++) in BlockMoveTo()
682 BlockHeight = BLOCKHEIGHT; /* Block height. */ in RewindIob()
683 for(i=0;i<Iob->ver*BlockHeight;i++) in RewindIob()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/
H A DBlockDistMatrix.hpp27 blockHeight(A.BlockHeight()), blockWidth(A.BlockWidth()), in BlockDistData()
63 { 1, context, A.Height(), A.Width(), A.BlockHeight(), A.BlockWidth(), in FillDesc()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level1/
H A DTranspose.hpp76 A.BlockHeight() == B.BlockWidth() && in Transpose()
81 A.BlockWidth() == B.BlockHeight() && in Transpose()
88 ( A.BlockWidth(), A.BlockHeight(), in Transpose()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/math/
H A Dcolumns_to_blocks.hpp149 void BlockHeight(const size_t value) { blockHeight = value; } in BlockHeight() function in mlpack::math::ColumnsToBlocks
151 size_t BlockHeight() const { return blockHeight; } in BlockHeight() function in mlpack::math::ColumnsToBlocks

12345678910>>...14