Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/framework/opengl/
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()
405 …case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGN… in mapGLChannelType()
482 case GL_DEPTH_COMPONENT16: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16); in mapGLInternalFormat()
488 case GL_RGBA16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16); in mapGLInternalFormat()
506 case GL_RGB16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16); in mapGLInternalFormat()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2776 case FMT_CASE(R, UNORM_INT16): return VK_FORMAT_R16_UNORM; in mapTextureFormat()
2782 case FMT_CASE(RG, UNORM_INT16): return VK_FORMAT_R16G16_UNORM; in mapTextureFormat()
2788 case FMT_CASE(RGB, UNORM_INT16): return VK_FORMAT_R16G16B16_UNORM; in mapTextureFormat()
2794 case FMT_CASE(RGBA, UNORM_INT16): return VK_FORMAT_R16G16B16A16_UNORM; in mapTextureFormat()
2843 case FMT_CASE(D, UNORM_INT16): return VK_FORMAT_D16_UNORM; in mapTextureFormat()
3018 case VK_FORMAT_R16_UNORM: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16); in mapVkFormat()
3026 …ase VK_FORMAT_R16G16_UNORM: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16); in mapVkFormat()
3034 … VK_FORMAT_R16G16B16_UNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16); in mapVkFormat()
3042 …_FORMAT_R16G16B16A16_UNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16); in mapVkFormat()
3098 case VK_FORMAT_D16_UNORM: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16); in mapVkFormat()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
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()
Des31fOpaqueTypeIndexingTests.cpp221 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getSamplerTextureFormat()
Des31fShaderImageLoadStoreTests.cpp157 type == TextureFormat::UNORM_INT16 || in isFormatTypeUnorm()
223 case TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp315 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
DvktPipelineImageUtil.cpp288 bufferFormat.type = retFormat.type = tcu::TextureFormat::UNORM_INT16; in readDepthAttachment()
586 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in uploadTestTexture()
634 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in uploadTestTextureSparse()
DvktPipelineBlendTests.cpp926 case TextureFormat::UNORM_INT16: in getFormatThreshold()
1002 case TextureFormat::UNORM_INT16: in isLegalExpandableFormat()
DvktPipelineDepthTests.cpp789 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in verifyImage()
DvktPipelineMultisampleImageTests.cpp786 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
DvktPipelineImageSamplingInstance.cpp1513 depthChannelType = tcu::TextureFormat::UNORM_INT16; in verifyImage()
/third_party/vk-gl-cts/framework/common/
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()
630 case TextureFormat::UNORM_INT16: in getChannelMantissaBitDepth()
1445 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16), in toSamplerAccess()
DtcuTexture.cpp286 case TextureFormat::UNORM_INT16: return (float)*((const deUint16*)value) / 65535.0f; in channelToFloat()
325 case TextureFormat::UNORM_INT16: return (T)*((const deUint16*)value); in channelToIntType()
368 …case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src * 65535.0f); … in floatToChannel()
458 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSat<deUint16> (src); break; in intToChannel()
605 case TextureFormat::UNORM_INT16: in isValid()
734 case TextureFormat::UNORM_INT16: return 2; in getChannelSize()
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()
DtcuTexture.hpp79 UNORM_INT16, enumerator
/third_party/vk-gl-cts/modules/gles2/functional/
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()
Des2fDepthStencilClearTests.cpp95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp665 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp616 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesShaderIntrinsicsBase.cpp237 case tcu::TextureFormat::UNORM_INT16: in getOpTypeImageSparse()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp201 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp402 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp400 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getSamplerTextureFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp689 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()

12