| /external/armnn/src/backends/neon/workloads/ |
| D | NeonBatchToSpaceNdWorkload.cpp | 29 int32_t blockWidth = armnn::numeric_cast<int32_t>(descriptor.m_BlockShape[1]); in NeonBatchToSpaceNdWorkloadValidate() local 61 int32_t blockWidth = armnn::numeric_cast<int32_t>(descriptor.m_Parameters.m_BlockShape[1]); in NeonBatchToSpaceNdWorkload() local
|
| D | NeonSpaceToBatchNdWorkload.cpp | 29 int32_t blockWidth = armnn::numeric_cast<int32_t>(descriptor.m_BlockShape[1]); in NeonSpaceToBatchNdWorkloadValidate() local 63 int32_t blockWidth = armnn::numeric_cast<int32_t>(m_Data.m_Parameters.m_BlockShape[1]); in NeonSpaceToBatchNdWorkload() local
|
| /external/armnn/src/backends/cl/workloads/ |
| D | ClBatchToSpaceNdWorkload.cpp | 29 int32_t blockWidth = armnn::numeric_cast<int32_t>(descriptor.m_BlockShape[1]); in ClBatchToSpaceNdWorkloadValidate() local 60 int32_t blockWidth = armnn::numeric_cast<int32_t>(descriptor.m_Parameters.m_BlockShape[1]); in ClBatchToSpaceNdWorkload() local
|
| D | ClSpaceToBatchNdWorkload.cpp | 32 int32_t blockWidth = armnn::numeric_cast<int32_t>(descriptor.m_BlockShape[1]); in ClSpaceToBatchNdWorkloadValidate() local 68 int32_t blockWidth = armnn::numeric_cast<int32_t>(m_Data.m_Parameters.m_BlockShape[1]); in ClSpaceToBatchNdWorkload() local
|
| /external/angle/src/image_util/ |
| D | AstcDecompressor.cpp | 44 AstcencContextUniquePtr MakeDecoderContext(uint32_t blockWidth, in MakeDecoderContext() 98 std::pair<astcenc_context *, astcenc_error> get(uint32_t blockWidth, uint32_t blockHeight) in get() 112 uint32_t blockWidth; member 190 const uint32_t blockWidth, in decompress()
|
| D | AstcDecompressorNoOp.cpp | 26 uint32_t blockWidth, in decompress()
|
| D | loadimage_astc.cpp | 19 uint32_t blockWidth, in LoadASTCToRGBA8Inner()
|
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | formatutils11.h | 47 GLuint blockWidth; member
|
| D | formatutils11.cpp | 99 DXGIFormatSize::DXGIFormatSize(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight) in DXGIFormatSize()
|
| /external/angle/src/libANGLE/renderer/ |
| D | d3d_format.h | 38 GLuint blockWidth; member
|
| D | d3d_format.cpp | 37 GLuint blockWidth, in D3DFormat()
|
| /external/armnn/src/backends/reference/workloads/ |
| D | SpaceToBatchNd.cpp | 56 const unsigned int blockWidth = params.m_BlockShape[1]; in SpaceToBatchNd() local
|
| /external/mesa3d/src/mesa/drivers/dri/r200/ |
| D | radeon_mipmap_tree.c | 47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local 81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
|
| /external/mesa3d/src/mesa/drivers/dri/radeon/ |
| D | radeon_mipmap_tree.c | 47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local 81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkImageUtil.hpp | 130 deUint8 blockWidth; member
|
| /external/swiftshader/src/Vulkan/ |
| D | VkFormat.cpp | 1381 int Format::blockWidth() const in blockWidth() function in vk::Format
|
| D | VkImage.cpp | 686 int blockWidth = usedFormat.blockWidth(); in imageExtentInBlocks() local 703 int blockWidth = usedFormat.blockWidth(); in imageOffsetInBlocks() local 726 int blockWidth = usedFormat.blockWidth(); in bufferExtentInBlocks() local
|
| /external/deqp/framework/common/ |
| D | tcuAstcUtil.cpp | 456 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock() 484 DecompressResult decodeVoidExtentBlock (void* dst, const Block128& blockData, int blockWidth, int b… in decodeVoidExtentBlock() 1270 …ts (TexelWeightPair* dst, const deUint32 (&unquantizedWeights) [64], int blockWidth, int blockHeig… in interpolateWeights() 1319 void computeTexelWeights (TexelWeightPair* dst, const Block128& blockData, int blockWidth, int bloc… in computeTexelWeights() 1409 …int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* c… in setTexelColors() 1486 DecompressResult decompressBlock (void* dst, const Block128& blockData, int blockWidth, int blockHe… in decompressBlock() 1575 const int blockWidth = dst.getWidth(); in decompress() local 1882 static inline bool isValidBlockParams (const NormalBlockParams& params, int blockWidth, int blockHe… in isValidBlockParams() 2233 static AssignBlock128 generateNormalBlock (const NormalBlockParams& blockParams, int blockWidth, in… in generateNormalBlock() 2907 void generateDefaultNormalBlocks (deUint8* dst, size_t numBlocks, int blockWidth, int blockHeight) in generateDefaultNormalBlocks()
|
| /external/deqp/external/vulkancts/modules/vulkan/image/ |
| D | vktImageTestsUtil.cpp | 441 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks() local 455 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil() local
|
| /external/mesa3d/src/amd/addrlib/src/core/ |
| D | addrlib2.cpp | 1527 UINT_32 blockWidth, in GetMipTailDim()
|
| /external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
| D | vktMeshShaderSmokeTests.cpp | 1053 const auto blockWidth = static_cast<int>(rateSize.width); in testFullscreenGradient() local
|
| /external/mesa3d/src/amd/addrlib/src/gfx9/ |
| D | gfx9addrlib.cpp | 4235 UINT_32 blockWidth, in GetMipChainInfo() 4532 UINT_32 blockWidth, in GetMipStartPos()
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiCopiesAndBlittingTests.cpp | 436 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D() local 763 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in uploadImageAspect() local 960 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u; in readImageAspect() local 1148 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate() local 1164 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate() local 1620 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate() local 1631 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate() local
|
| /external/mesa3d/src/amd/addrlib/inc/ |
| D | addrinterface.h | 638 UINT_32 blockWidth; ///< Width in element inside one block(1D->Micro, 2D->Macro) member 882 AddrHtileBlockSize blockWidth; ///< 4 or 8. EG above only support 8 member 956 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. EG above only support 8 member 1019 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. R8xx/R9xx only support 8 member 2509 UINT_32 blockWidth; ///< Width in element inside one block member
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| D | BlockFieldMatrix.java | 1666 private int blockWidth(final int blockColumn) { in blockWidth() method in BlockFieldMatrix
|