Home
last modified time | relevance | path

Searched refs:UNORM_INT16 (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluTextureUtil.cpp102 case TextureFormat::UNORM_INT16: type = GL_UNSIGNED_SHORT; break; in getTransferFormat()
153 case FMT_CASE(D, UNORM_INT16): return GL_DEPTH_COMPONENT16; in getInternalFormat()
159 case FMT_CASE(RGBA, UNORM_INT16): return GL_RGBA16; in getInternalFormat()
177 case FMT_CASE(RGB, UNORM_INT16): return GL_RGB16; in getInternalFormat()
192 case FMT_CASE(RG, UNORM_INT16): return GL_RG16; in getInternalFormat()
206 case FMT_CASE(R, UNORM_INT16): return GL_R16; in getInternalFormat()
480 case GL_DEPTH_COMPONENT16: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16); in mapGLInternalFormat()
486 case GL_RGBA16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16); in mapGLInternalFormat()
504 case GL_RGB16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16); in mapGLInternalFormat()
519 case GL_RG16: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16); in mapGLInternalFormat()
[all …]
/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.cpp2503 case FMT_CASE(R, UNORM_INT16): return VK_FORMAT_R16_UNORM; in mapTextureFormat()
2509 case FMT_CASE(RG, UNORM_INT16): return VK_FORMAT_R16G16_UNORM; in mapTextureFormat()
2515 case FMT_CASE(RGB, UNORM_INT16): return VK_FORMAT_R16G16B16_UNORM; in mapTextureFormat()
2521 case FMT_CASE(RGBA, UNORM_INT16): return VK_FORMAT_R16G16B16A16_UNORM; in mapTextureFormat()
2568 case FMT_CASE(D, UNORM_INT16): return VK_FORMAT_D16_UNORM; in mapTextureFormat()
2740 case VK_FORMAT_R16_UNORM: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16); in mapVkFormat()
2748 …ase VK_FORMAT_R16G16_UNORM: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16); in mapVkFormat()
2756 … VK_FORMAT_R16G16B16_UNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16); in mapVkFormat()
2814 case VK_FORMAT_D16_UNORM: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16); in mapVkFormat()
3043 TextureFormat::UNORM_INT16, // unorm in getChannelAccessFormat()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fFboTestUtil.cpp584 …if (format.type == tcu::TextureFormat::UNORM_INT16 || format.type == tcu::TextureFormat::SNORM_INT… in getFramebufferReadFormat()
585 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT16); in getFramebufferReadFormat()
H A Des31fOpaqueTypeIndexingTests.cpp221 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getSamplerTextureFormat()
H A Des31fShaderImageLoadStoreTests.cpp157 type == TextureFormat::UNORM_INT16 || in isFormatTypeUnorm()
223 case TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp315 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
H A DvktPipelineImageUtil.cpp287 bufferFormat.type = retFormat.type = tcu::TextureFormat::UNORM_INT16; in readDepthAttachment()
585 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in uploadTestTexture()
633 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in uploadTestTextureSparse()
H A DvktPipelineBlendTests.cpp901 case TextureFormat::UNORM_INT16: in getFormatThreshold()
976 case TextureFormat::UNORM_INT16: in isLegalExpandableFormat()
H A DvktPipelineDepthTests.cpp789 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in verifyImage()
H A DvktPipelineMultisampleImageTests.cpp674 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
H A DvktPipelineImageSamplingInstance.cpp1500 depthChannelType = tcu::TextureFormat::UNORM_INT16; in verifyImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTextureUtil.cpp173 case TextureFormat::UNORM_INT16: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
375 case TextureFormat::UNORM_INT16: in getFloatChannelValueRange()
553 case TextureFormat::UNORM_INT16: return IVec4(16); in getChannelBitDepth()
628 case TextureFormat::UNORM_INT16: in getChannelMantissaBitDepth()
1397 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16), in toSamplerAccess()
H A DtcuTexture.cpp286 case TextureFormat::UNORM_INT16: return (float)*((const deUint16*)value) / 65535.0f; in channelToFloat()
322 case TextureFormat::UNORM_INT16: return (int)*((const deUint16*)value); in channelToInt()
358 …case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src * 65535.0f); … in floatToChannel()
448 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSat<deUint16> (src); break; in intToChannel()
592 case TextureFormat::UNORM_INT16: in isValid()
719 case TextureFormat::UNORM_INT16: return 2; in getChannelSize()
H A DtcuCompressedTexture.cpp302 …RESSEDTEXFORMAT_EAC_R11: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16); in getUncompressedFormat()
304 …SSEDTEXFORMAT_EAC_RG11: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16); in getUncompressedFormat()
H A DtcuTexture.hpp78 UNORM_INT16, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fClipControlTests.cpp1237 tcu::TextureFormat depthFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in ValidateFramebuffer()
1425 tcu::TextureFormat depthFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in ValidateFramebuffer()
H A Des2fDepthStencilClearTests.cpp95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
/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.cpp640 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp596 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp236 case tcu::TextureFormat::UNORM_INT16: in getOpTypeImageSparse()
/dports/devel/py-pyopencl/pyopencl-2018.2/src/
H A Dwrap_constants.cpp640 ADD_ATTR( , UNORM_INT16); in pyopencl_expose_constants()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp201 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglRenderTests.cpp402 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/
H A D__init__.py1750 np.dtype(np.uint16): channel_type.UNORM_INT16,

12