Home
last modified time | relevance | path

Searched refs:SIGNED_INT16 (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp105 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()
Des31fShaderImageLoadStoreTests.cpp145 type == TextureFormat::SIGNED_INT16 || in isFormatTypeSignedInteger()
185 format.type == TextureFormat::SIGNED_INT16 || in isFormatSupportedForTextureBuffer()
220 case TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
3181 TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16), in init()
Des31fTextureGatherTests.cpp138 type == tcu::TextureFormat::SIGNED_INT16 || in isSIntFormatType()
1073 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16); in TextureGatherCase()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp57 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()
489 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16); in mapGLInternalFormat()
507 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16); in mapGLInternalFormat()
522 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16); in mapGLInternalFormat()
[all …]
DgluTextureTestUtil.cpp58 case TextureFormat::SIGNED_INT16: in getSamplerType()
84 case TextureFormat::SIGNED_INT16: in getFetchSamplerType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1605 case FMT_CASE(R, SIGNED_INT16): return VK_FORMAT_R16_SINT; in mapTextureFormat()
1611 case FMT_CASE(RG, SIGNED_INT16): return VK_FORMAT_R16G16_SINT; in mapTextureFormat()
1617 case FMT_CASE(RGB, SIGNED_INT16): return VK_FORMAT_R16G16B16_SINT; in mapTextureFormat()
1623 case FMT_CASE(RGBA, SIGNED_INT16): return VK_FORMAT_R16G16B16A16_SINT; in mapTextureFormat()
1820 …ase VK_FORMAT_R16_SSCALED: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16); in mapVkFormat()
1822 case VK_FORMAT_R16_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16); in mapVkFormat()
1828 … VK_FORMAT_R16G16_SSCALED: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16); in mapVkFormat()
1830 …se VK_FORMAT_R16G16_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16); in mapVkFormat()
1836 …K_FORMAT_R16G16B16_SSCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16); in mapVkFormat()
1838 … VK_FORMAT_R16G16B16_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16); in mapVkFormat()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp253 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16), in createImageAlignedMipSizeTests()
256 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT16), in createImageAlignedMipSizeTests()
DvktSparseResourcesImageBlockShapes.cpp441 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16), in createImageBlockShapesTests()
444 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT16), in createImageBlockShapesTests()
DvktSparseResourcesShaderIntrinsics.cpp58 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16), in createSparseResourcesShaderIntrinsicsTests()
DvktSparseResourcesImageSparseResidency.cpp701 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16), in createImageSparseResidencyTestsCommon()
704 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT16), in createImageSparseResidencyTestsCommon()
DvktSparseResourcesImageSparseBinding.cpp429 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16), in createImageSparseBindingTestsCommon()
DvktSparseResourcesShaderIntrinsicsBase.cpp143 case tcu::TextureFormat::SIGNED_INT16: in getOpTypeImageSparse()
DvktSparseResourcesMipmapSparseResidency.cpp534 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16), in createMipmapSparseResidencyTestsCommon()
DvktSparseResourcesTestsUtil.cpp612 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesImageMemoryAliasing.cpp739 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT16), in createImageSparseMemoryAliasingTestsCommon()
/external/deqp/framework/common/
DtcuTextureUtil.cpp197 case TextureFormat::SIGNED_INT16: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass()
383 case TextureFormat::SIGNED_INT16: cMin = -32768.0f; cMax = 32767.0f; break; in getFloatChannelValueRange()
468 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::min()); in getFormatMinIntValue()
488 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::max()); in getFormatMaxIntValue()
546 case TextureFormat::SIGNED_INT16: return IVec4(16); in getChannelBitDepth()
615 case TextureFormat::SIGNED_INT16: in getChannelMantissaBitDepth()
DtcuTexture.cpp289 case TextureFormat::SIGNED_INT16: return (float)*((const deInt16*)value); in channelToFloat()
321 case TextureFormat::SIGNED_INT16: return (int)*((const deInt16*)value); in channelToInt()
353 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSatRte<deInt16> (src); break; in floatToChannel()
438 case TextureFormat::SIGNED_INT16: *((deInt16*)dst) = convertSat<deInt16> (src); break; in intToChannel()
619 case TextureFormat::SIGNED_INT16: in isValid()
698 case TextureFormat::SIGNED_INT16: return 2; in getChannelSize()
DtcuTexture.hpp102 SIGNED_INT16, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp312 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
DvktPipelineBlendTests.cpp708 case TextureFormat::SIGNED_INT16: in isLegalExpandableFormat()
DvktPipelineMultisampleImageTests.cpp682 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp752 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp197 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp203 type == tcu::TextureFormat::SIGNED_INT16 || in isSIntFormatType()
1148 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16); in TextureGatherInstance()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp149 case NUMBERTYPE_INT16: ct = tcu::TextureFormat::SIGNED_INT16; break; in getTextureFormat()

12