Home
last modified time | relevance | path

Searched refs:getBlockWidth (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/prompter/
H A DField.h86 char *getBlockWidth() { return this->block_width; }; in getBlockWidth() function
H A DGARMainWindow.C5700 XmTextSetString(this->block_width_text, field->getBlockWidth()); in fieldToWids()
6398 << field->getBlockWidth(); in saveGAR()
6618 str = field->getBlockWidth(); in validateGAR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp456 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()
470 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
H A DvktImageCompressionTranscodingSupport.cpp289 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2946 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/xy/
H A DXYBlockRenderer.java128 public double getBlockWidth() { in getBlockWidth() method in XYBlockRenderer
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp79 deUint32 getBlockWidth (const VkFormat compressedFormat);
H A DvkImageUtil.cpp3374 deUint32 getBlockWidth (const VkFormat compressedFormat) in getBlockWidth() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp374 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D()
1063 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()
1074 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()
5620 …if ((getBlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlo… in addImageToImageAllFormatsColorSrcFormatTests()
6257 …if ((getBlockWidth(testParams.params.src.image.format) != getBlockWidth(testParams.params.dst.imag… in addImageToImageDimensionsTests()