/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | d3d_format.h | 38 GLuint blockWidth; member
|
H A D | d3d_format.cpp | 36 D3DFormat(GLuint bits, GLuint blockWidth, GLuint blockHeight, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint lumBits, GLuint depthBits, GLuint stencilBits, FormatID formatID) D3DFormat() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | formatutils11.h | 41 GLuint blockWidth; member
|
H A D | formatutils11.cpp | 35 DXGIFormatSize::DXGIFormatSize(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight) in DXGIFormatSize() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.hpp | 132 deUint8 blockWidth; member
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | NonzeroTextureCreationTests.cpp | 221 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(GetParam().mFormat); in Run() local
|
H A D | CopyTests.cpp | 294 const uint32_t blockWidth = utils::GetTextureFormatBlockWidth(textureSpec.format); in GetExpectedTextureData() local
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.cpp | 29 const uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in GetMinimumBytesPerRow() local 80 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(textureFormat); in RequiredBytesInCopy() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | TextureValidationTests.cpp | 729 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in TEST_F() local
|
H A D | QueueWriteTextureValidationTests.cpp | 597 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in TEST_F() local 624 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in TEST_F() local 663 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in TEST_F() local 693 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); TEST_F() local 733 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); TEST_F() local 780 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); TEST_F() local [all...] |
H A D | CopyCommandsValidationTests.cpp | 2113 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in TEST_F() local 2146 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in TEST_F() local 2182 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in TEST_F() local 2216 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); TEST_F() local 2266 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); TEST_F() local 2323 uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); TEST_F() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkFormat.cpp | 941 int Format::blockWidth() const in blockWidth() function in vk::Format
|
H A D | VkImage.cpp | 702 int blockWidth = usedFormat.blockWidth(); in imageExtentInBlocks() local 719 int blockWidth = usedFormat.blockWidth(); in imageOffsetInBlocks() local 742 int blockWidth = usedFormat.blockWidth(); bufferExtentInBlocks() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
H A D | CopySplitTests.cpp | 38 uint32_t blockWidth = 1; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTestsUtil.cpp | 441 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks() local 455 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil() local
|
H A D | vktImageHostImageCopyTests.cpp | 703 deUint32 blockWidth = getBlockWidth(m_parameters.imageSampledFormat); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 1053 const auto blockWidth = static_cast<int>(rateSize.width); in testFullscreenGradient() local
|
H A D | vktMeshShaderSmokeTestsEXT.cpp | 941 const auto blockWidth = static_cast<int>(rateSize.width); in testFullscreenGradient() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTestsUtil.cpp | 441 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks() local 455 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 1053 const auto blockWidth = static_cast<int>(rateSize.width); in testFullscreenGradient() local
|
H A D | vktMeshShaderSmokeTestsEXT.cpp | 935 const auto blockWidth = static_cast<int>(rateSize.width); in testFullscreenGradient() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 517 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D() local 854 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in uploadImageAspect() local 1051 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u; in readImageAspect() local 1367 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); iterate() local 1383 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); iterate() local 1822 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); iterate() local 1833 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); iterate() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 513 GLuint blockWidth = formatInfo.compressedBlockWidth; in setSubImageImpl() local
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A 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
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 435 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D() local 762 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in uploadImageAspect() local 959 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u; in readImageAspect() local 1147 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); iterate() local 1158 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); iterate() local 1609 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); iterate() local 1620 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); iterate() local [all...] |