Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT16 (Results 1 – 17 of 17) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp189 case FMT_CASE(R, UNSIGNED_INT16): return VK_FORMAT_R16_UINT; in mapTextureFormat()
195 case FMT_CASE(RG, UNSIGNED_INT16): return VK_FORMAT_R16G16_UINT; in mapTextureFormat()
201 case FMT_CASE(RGB, UNSIGNED_INT16): return VK_FORMAT_R16G16B16_UINT; in mapTextureFormat()
207 case FMT_CASE(RGBA, UNSIGNED_INT16): return VK_FORMAT_R16G16B16A16_UINT; in mapTextureFormat()
324 …e VK_FORMAT_R16_USCALED: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
326 …case VK_FORMAT_R16_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
332 …K_FORMAT_R16G16_USCALED: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
334 … VK_FORMAT_R16G16_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
340 …FORMAT_R16G16B16_USCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
342 …K_FORMAT_R16G16B16_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp118 case tcu::TextureFormat::UNSIGNED_INT16: qualifier << "16ui"; break; in getShaderImageLayoutQualifier()
144 case tcu::TextureFormat::UNSIGNED_INT16: in getShaderImageTypeDeclaration()
245 case tcu::TextureFormat::UNSIGNED_INT16: in getOtherFunctionArguments()
419 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in image_store()
460 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in image_load()
495 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in image_atomic()
551 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in image_atomic_exchange()
Des31fShaderImageLoadStoreTests.cpp137 type == TextureFormat::UNSIGNED_INT16 || in isFormatTypeUnsignedInteger()
187 format.type == TextureFormat::UNSIGNED_INT16 || in isFormatSupportedForTextureBuffer()
215 case TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
3175 TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16), in init()
Des31fTextureGatherTests.cpp129 type == tcu::TextureFormat::UNSIGNED_INT16 || in isUIntFormatType()
1055 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherCase()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp60 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()
487 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat()
505 case GL_RGB16UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat()
520 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat()
[all …]
/external/deqp/framework/common/
DtcuTextureUtil.cpp195 case TextureFormat::UNSIGNED_INT16: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
377 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break; in getFloatChannelValueRange()
494 case TextureFormat::UNSIGNED_INT16: return UVec4(std::numeric_limits<deUint16>::max()); in getFormatMaxUintValue()
535 case TextureFormat::UNSIGNED_INT16: return IVec4(16); in getChannelBitDepth()
602 case TextureFormat::UNSIGNED_INT16: in getChannelMantissaBitDepth()
DtcuTexture.cpp278 case TextureFormat::UNSIGNED_INT16: return 2; in getChannelSize()
342 case TextureFormat::UNSIGNED_INT16: return (float)*((const deUint16*)value); in channelToFloat()
372 case TextureFormat::UNSIGNED_INT16: return (int)*((const deUint16*)value); in channelToInt()
402 …case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src); break; in floatToChannel()
457 …case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSat<deUint16> ((deUint32)src); br… in intToChannel()
638 case TextureFormat::UNSIGNED_INT16: in isValid()
DtcuTexture.hpp105 UNSIGNED_INT16, enumerator
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp550 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseBinding.cpp428 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createImageSparseBindingTests()
DvktSparseResourcesTestsUtil.cpp671 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesMipmapSparseResidency.cpp576 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createMipmapSparseResidencyTests()
DvktSparseResourcesImageSparseResidency.cpp777 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16), in createImageSparseResidencyTests()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp75 case TextureFormat::UNSIGNED_INT16: in getSamplerType()
101 case TextureFormat::UNSIGNED_INT16: in getFetchSamplerType()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp213 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
2982 case tcu::TextureFormat::UNSIGNED_INT16: return 16; in getNumStencilBits()