/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 108 case tcu::TextureFormat::UNSIGNED_INT16: qualifier << "16ui"; break; in getShaderImageLayoutQualifier() 134 case tcu::TextureFormat::UNSIGNED_INT16: in getShaderImageTypeDeclaration() 235 case tcu::TextureFormat::UNSIGNED_INT16: in getOtherFunctionArguments() 409 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in image_store() 447 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in image_load() 479 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in image_atomic() 532 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in image_atomic_exchange()
|
D | es31fShaderImageLoadStoreTests.cpp | 138 type == TextureFormat::UNSIGNED_INT16 || in isFormatTypeUnsignedInteger() 188 format.type == TextureFormat::UNSIGNED_INT16 || in isFormatSupportedForTextureBuffer() 216 case TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier() 3176 TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16), in init()
|
D | es31fTextureGatherTests.cpp | 145 type == tcu::TextureFormat::UNSIGNED_INT16 || in isUIntFormatType() 1071 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherCase()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 60 case TextureFormat::UNSIGNED_INT16: in getTransferFormat() 110 case TextureFormat::UNSIGNED_INT16: type = GL_UNSIGNED_SHORT; break; in getTransferFormat() 163 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI; in getInternalFormat() 181 case FMT_CASE(RGB, UNSIGNED_INT16): return GL_RGB16UI; in getInternalFormat() 196 case FMT_CASE(RG, UNSIGNED_INT16): return GL_RG16UI; in getInternalFormat() 210 case FMT_CASE(R, UNSIGNED_INT16): return GL_R16UI; in getInternalFormat() 405 …UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16; in mapGLChannelType() 490 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat() 508 case GL_RGB16UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat() 523 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 1604 case FMT_CASE(R, UNSIGNED_INT16): return VK_FORMAT_R16_UINT; in mapTextureFormat() 1610 case FMT_CASE(RG, UNSIGNED_INT16): return VK_FORMAT_R16G16_UINT; in mapTextureFormat() 1616 case FMT_CASE(RGB, UNSIGNED_INT16): return VK_FORMAT_R16G16B16_UINT; in mapTextureFormat() 1622 case FMT_CASE(RGBA, UNSIGNED_INT16): return VK_FORMAT_R16G16B16A16_UINT; in mapTextureFormat() 1819 …e VK_FORMAT_R16_USCALED: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16); in mapVkFormat() 1821 …case VK_FORMAT_R16_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16); in mapVkFormat() 1827 …K_FORMAT_R16G16_USCALED: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapVkFormat() 1829 … VK_FORMAT_R16G16_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapVkFormat() 1835 …FORMAT_R16G16B16_USCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); in mapVkFormat() 1837 …K_FORMAT_R16G16B16_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); in mapVkFormat() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsics.cpp | 61 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createSparseResourcesShaderIntrinsicsTests()
|
D | vktSparseResourcesImageAlignedMipSize.cpp | 259 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createImageAlignedMipSizeTests()
|
D | vktSparseResourcesImageBlockShapes.cpp | 447 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createImageBlockShapesTests()
|
D | vktSparseResourcesImageSparseBinding.cpp | 432 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createImageSparseBindingTestsCommon()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 537 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createMipmapSparseResidencyTestsCommon()
|
D | vktSparseResourcesTestsUtil.cpp | 608 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 152 case tcu::TextureFormat::UNSIGNED_INT16: in getOpTypeImageSparse()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 742 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createImageSparseMemoryAliasingTestsCommon()
|
D | vktSparseResourcesImageSparseResidency.cpp | 707 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createImageSparseResidencyTestsCommon()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 308 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
|
D | vktPipelineBlendTests.cpp | 711 case TextureFormat::UNSIGNED_INT16: in isLegalExpandableFormat()
|
D | vktPipelineMultisampleImageTests.cpp | 678 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 200 case TextureFormat::UNSIGNED_INT16: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass() 386 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break; in getFloatChannelValueRange() 508 case TextureFormat::UNSIGNED_INT16: return UVec4(std::numeric_limits<deUint16>::max()); in getFormatMaxUintValue() 549 case TextureFormat::UNSIGNED_INT16: return IVec4(16); in getChannelBitDepth() 618 case TextureFormat::UNSIGNED_INT16: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 292 case TextureFormat::UNSIGNED_INT16: return (float)*((const deUint16*)value); in channelToFloat() 324 case TextureFormat::UNSIGNED_INT16: return (int)*((const deUint16*)value); in channelToInt() 356 …case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src); brea… in floatToChannel() 441 …case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSat<deUint16> ((deUint32)src); br… in intToChannel() 624 case TextureFormat::UNSIGNED_INT16: in isValid() 701 case TextureFormat::UNSIGNED_INT16: return 2; in getChannelSize()
|
D | tcuTexture.hpp | 105 UNSIGNED_INT16, enumerator
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 748 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 193 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 210 type == tcu::TextureFormat::UNSIGNED_INT16 || in isUIntFormatType() 1146 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherInstance()
|