/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 105 case tcu::TextureFormat::SIGNED_INT16: qualifier << "16i"; break; in getShaderImageLayoutQualifier() 130 case tcu::TextureFormat::SIGNED_INT16: in getShaderImageTypeDeclaration() 229 case tcu::TextureFormat::SIGNED_INT16: in getOtherFunctionArguments() 404 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT16), in image_store() 442 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT16), in image_load() 474 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT16), in image_atomic() 527 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT16), in image_atomic_exchange()
|
D | es31fShaderImageLoadStoreTests.cpp | 145 type == TextureFormat::SIGNED_INT16 || in isFormatTypeSignedInteger() 185 format.type == TextureFormat::SIGNED_INT16 || in isFormatSupportedForTextureBuffer() 220 case TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier() 3190 TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16), in init()
|
D | es31fTextureGatherTests.cpp | 139 type == tcu::TextureFormat::SIGNED_INT16 || in isSIntFormatType() 1074 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16); in TextureGatherCase()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 57 case TextureFormat::SIGNED_INT16: in getTransferFormat() 107 case TextureFormat::SIGNED_INT16: type = GL_SHORT; break; in getTransferFormat() 162 case FMT_CASE(RGBA, SIGNED_INT16): return GL_RGBA16I; in getInternalFormat() 180 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I; in getInternalFormat() 195 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I; in getInternalFormat() 209 case FMT_CASE(R, SIGNED_INT16): return GL_R16I; in getInternalFormat() 406 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16; in mapGLChannelType() 491 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16); in mapGLInternalFormat() 509 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16); in mapGLInternalFormat() 524 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16); in mapGLInternalFormat() [all …]
|
D | gluTextureTestUtil.cpp | 58 case TextureFormat::SIGNED_INT16: in getSamplerType() 84 case TextureFormat::SIGNED_INT16: in getFetchSamplerType()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2711 case FMT_CASE(R, SIGNED_INT16): return VK_FORMAT_R16_SINT; in mapTextureFormat() 2717 case FMT_CASE(RG, SIGNED_INT16): return VK_FORMAT_R16G16_SINT; in mapTextureFormat() 2723 case FMT_CASE(RGB, SIGNED_INT16): return VK_FORMAT_R16G16B16_SINT; in mapTextureFormat() 2729 case FMT_CASE(RGBA, SIGNED_INT16): return VK_FORMAT_R16G16B16A16_SINT; in mapTextureFormat() 2955 case VK_FORMAT_R16_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16); in mapVkFormat() 2963 …se VK_FORMAT_R16G16_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16); in mapVkFormat() 2971 … VK_FORMAT_R16G16B16_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16); in mapVkFormat() 2979 …_FORMAT_R16G16B16A16_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16); in mapVkFormat() 3212 case tcu::TextureFormat::SIGNED_INT16: in fullTextureFormatRoundTripSupported() 3263 TextureFormat::SIGNED_INT16, // sint in getChannelAccessFormat() [all …]
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 197 case TextureFormat::SIGNED_INT16: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass() 391 case TextureFormat::SIGNED_INT16: cMin = -32768.0f; cMax = 32767.0f; break; in getFloatChannelValueRange() 482 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::min()); in getFormatMinIntValue() 504 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::max()); in getFormatMaxIntValue() 570 case TextureFormat::SIGNED_INT16: return IVec4(16); in getChannelBitDepth() 647 case TextureFormat::SIGNED_INT16: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 290 case TextureFormat::SIGNED_INT16: return (float)*((const deInt16*)value); in channelToFloat() 328 case TextureFormat::SIGNED_INT16: return (int)*((const deInt16*)value); in channelToInt() 366 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src); break; in floatToChannel() 455 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break; in intToChannel() 646 case TextureFormat::SIGNED_INT16: in isValid() 732 case TextureFormat::SIGNED_INT16: return 2; in getChannelSize()
|
D | tcuTexture.hpp | 103 SIGNED_INT16, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 312 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
|
D | vktPipelineMultisampleImageTests.cpp | 783 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
|
D | vktPipelineBlendTests.cpp | 999 case TextureFormat::SIGNED_INT16: in isLegalExpandableFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 661 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 613 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 210 case tcu::TextureFormat::SIGNED_INT16: in getOpTypeImageSparse()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 198 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 206 type == tcu::TextureFormat::SIGNED_INT16 || in isSIntFormatType() 1163 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16); in TextureGatherInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 671 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 149 case NUMBERTYPE_INT16: ct = tcu::TextureFormat::SIGNED_INT16; break; in getTextureFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 457 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
|