Searched refs:UNSIGNED_INT16 (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp108 case tcu::TextureFormat::UNSIGNED_INT16: qualifier << "16ui"; break;
134 case tcu::TextureFormat::UNSIGNED_INT16:
235 case tcu::TextureFormat::UNSIGNED_INT16:
409 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
447 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
479 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
532 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
H A Des31fShaderImageLoadStoreTests.cpp138 type == TextureFormat::UNSIGNED_INT16 ||
188 format.type == TextureFormat::UNSIGNED_INT16 ||
216 case TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
3176 TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16),
H A Des31fTextureGatherTests.cpp145 type == tcu::TextureFormat::UNSIGNED_INT16 ||
1071 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 ||
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp60 case TextureFormat::UNSIGNED_INT16:
110 case TextureFormat::UNSIGNED_INT16: type = GL_UNSIGNED_SHORT; break;
163 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI;
181 case FMT_CASE(RGB, UNSIGNED_INT16): return GL_RGB16UI;
196 case FMT_CASE(RG, UNSIGNED_INT16): return GL_RG16UI;
210 case FMT_CASE(R, UNSIGNED_INT16): return GL_R16UI;
405 case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16;
487 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16);
505 case GL_RGB16UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16);
520 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16);
[all...]
H A DgluTextureTestUtil.cpp68 case TextureFormat::UNSIGNED_INT16:
94 case TextureFormat::UNSIGNED_INT16:
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1552 case FMT_CASE(R, UNSIGNED_INT16): return VK_FORMAT_R16_UINT;
1558 case FMT_CASE(RG, UNSIGNED_INT16): return VK_FORMAT_R16G16_UINT;
1564 case FMT_CASE(RGB, UNSIGNED_INT16): return VK_FORMAT_R16G16B16_UINT;
1570 case FMT_CASE(RGBA, UNSIGNED_INT16): return VK_FORMAT_R16G16B16A16_UINT;
1750 case VK_FORMAT_R16_USCALED: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16);
1752 case VK_FORMAT_R16_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16);
1758 case VK_FORMAT_R16G16_USCALED: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16);
1760 case VK_FORMAT_R16G16_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16);
1766 case VK_FORMAT_R16G16B16_USCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16);
1768 case VK_FORMAT_R16G16B16_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16);
[all...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp61 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
H A DvktSparseResourcesImageSparseBinding.cpp417 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
H A DvktSparseResourcesImageMemoryAliasing.cpp737 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
H A DvktSparseResourcesImageSparseResidency.cpp703 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
H A DvktSparseResourcesMipmapSparseResidency.cpp533 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT16),
H A DvktSparseResourcesShaderIntrinsicsBase.cpp161 case tcu::TextureFormat::UNSIGNED_INT16:
H A DvktSparseResourcesTestsUtil.cpp723 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp308 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
H A DvktPipelineBlendTests.cpp922 case TextureFormat::UNSIGNED_INT16:
H A DvktPipelineMultisampleImageTests.cpp684 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp200 case TextureFormat::UNSIGNED_INT16: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
386 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break;
508 case TextureFormat::UNSIGNED_INT16: return UVec4(std::numeric_limits<deUint16>::max());
549 case TextureFormat::UNSIGNED_INT16: return IVec4(16);
618 case TextureFormat::UNSIGNED_INT16:
H A DtcuTexture.cpp292 case TextureFormat::UNSIGNED_INT16: return (float)*((const deUint16*)value);
324 case TextureFormat::UNSIGNED_INT16: return (int)*((const deUint16*)value);
356 case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src); break;
441 case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSat<deUint16> ((deUint32)src); break;
624 case TextureFormat::UNSIGNED_INT16:
701 case TextureFormat::UNSIGNED_INT16: return 2;
3856 "UNSIGNED_INT16",
H A DtcuTexture.hpp105 UNSIGNED_INT16, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1024 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp192 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp210 type == tcu::TextureFormat::UNSIGNED_INT16 ||
1145 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 ||
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp138 case NUMBERTYPE_UINT16: ct = tcu::TextureFormat::UNSIGNED_INT16; break;

Completed in 1855 milliseconds

12