Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp108 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()
Des31fShaderImageLoadStoreTests.cpp138 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()
Des31fTextureGatherTests.cpp145 type == tcu::TextureFormat::UNSIGNED_INT16 || in isUIntFormatType()
1071 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()
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 …]
DgluTextureTestUtil.cpp68 case TextureFormat::UNSIGNED_INT16: in getSamplerType()
94 case TextureFormat::UNSIGNED_INT16: in getFetchSamplerType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2505 case FMT_CASE(R, UNSIGNED_INT16): return VK_FORMAT_R16_UINT; in mapTextureFormat()
2511 case FMT_CASE(RG, UNSIGNED_INT16): return VK_FORMAT_R16G16_UINT; in mapTextureFormat()
2517 case FMT_CASE(RGB, UNSIGNED_INT16): return VK_FORMAT_R16G16B16_UINT; in mapTextureFormat()
2523 case FMT_CASE(RGBA, UNSIGNED_INT16): return VK_FORMAT_R16G16B16A16_UINT; in mapTextureFormat()
2744 …case VK_FORMAT_R16_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
2752 … VK_FORMAT_R16G16_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
2760 …K_FORMAT_R16G16B16_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
2768 …ORMAT_R16G16B16A16_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
2990 case tcu::TextureFormat::UNSIGNED_INT16: in fullTextureFormatRoundTripSupported()
3045 TextureFormat::UNSIGNED_INT16, // uint in getChannelAccessFormat()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp308 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
DvktPipelineBlendTests.cpp721 case TextureFormat::UNSIGNED_INT16: in isLegalExpandableFormat()
DvktPipelineMultisampleImageTests.cpp667 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
/external/deqp/framework/common/
DtcuTextureUtil.cpp201 case TextureFormat::UNSIGNED_INT16: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
394 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break; in getFloatChannelValueRange()
529 case TextureFormat::UNSIGNED_INT16: return UVec4(std::numeric_limits<deUint16>::max()); in getFormatMaxUintValue()
573 case TextureFormat::UNSIGNED_INT16: return IVec4(16); in getChannelBitDepth()
648 case TextureFormat::UNSIGNED_INT16: in getChannelMantissaBitDepth()
DtcuTexture.cpp292 case TextureFormat::UNSIGNED_INT16: return (float)*((const deUint16*)value); in channelToFloat()
328 case TextureFormat::UNSIGNED_INT16: return (int)*((const deUint16*)value); in channelToInt()
364 …case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src); brea… in floatToChannel()
453 …case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSat<deUint16> ((deUint32)src); br… in intToChannel()
645 case TextureFormat::UNSIGNED_INT16: in isValid()
726 case TextureFormat::UNSIGNED_INT16: return 2; in getChannelSize()
DtcuTexture.hpp106 UNSIGNED_INT16, enumerator
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp630 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp589 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesShaderIntrinsicsBase.cpp218 case tcu::TextureFormat::UNSIGNED_INT16: in getOpTypeImageSparse()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp194 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp209 type == tcu::TextureFormat::UNSIGNED_INT16 || in isUIntFormatType()
1145 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherInstance()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp150 case NUMBERTYPE_UINT16: ct = tcu::TextureFormat::UNSIGNED_INT16; break; in getTextureFormat()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp213 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
2984 case tcu::TextureFormat::UNSIGNED_INT16: return 16; in getNumStencilBits()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp444 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()