Searched refs:UNORM_INT_1010102_REV (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 114 case TextureFormat::UNORM_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat() 168 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return GL_RGB10_A2; in getInternalFormat() 187 case FMT_CASE(RGB, UNORM_INT_1010102_REV): return GL_RGB10; in getInternalFormat() 414 …case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : Te… in mapGLChannelType() 495 …ase GL_RGB10_A2: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat() 514 case GL_RGB10: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 669 case TextureFormat::UNORM_INT_1010102_REV: in isPackedType() 737 case TextureFormat::UNORM_INT_1010102_REV: in getPackInfo() 804 if (texFormat.type == TextureFormat::UNORM_INT_1010102_REV || in convertNormalizedFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 629 case TextureFormat::UNORM_INT_1010102_REV: in getFormatThreshold() 695 case TextureFormat::UNORM_INT_1010102_REV: in isLegalExpandableFormat() 758 case TextureFormat::UNORM_INT_1010102_REV: in isSmallerThan8BitFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 188 case TextureFormat::UNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 385 case TextureFormat::UNORM_INT_1010102_REV: in getFloatChannelValueRange() 568 case TextureFormat::UNORM_INT_1010102_REV: return IVec4(10,10,10,2); in getChannelBitDepth() 643 case TextureFormat::UNORM_INT_1010102_REV: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 618 case TextureFormat::UNORM_INT_1010102_REV: in isValid() 776 case TextureFormat::UNORM_INT_1010102_REV: in getPixelSize() 1073 …case TextureFormat::UNORM_INT_1010102_REV: return swizzleRB( Vec4(UN32( 0, 10), UN32(10, 10), UN3… in getPixel() 1170 case TextureFormat::UNORM_INT_1010102_REV: // Fall-through in getPixelInt() 1394 case TextureFormat::UNORM_INT_1010102_REV: in setPixel() 1526 case TextureFormat::UNORM_INT_1010102_REV: in setPixel()
|
D | tcuTexture.hpp | 89 UNORM_INT_1010102_REV, enumerator
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2498 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return VK_FORMAT_A2B10G10R10_UNORM_PACK32; in mapTextureFormat() 2563 case FMT_CASE(BGRA, UNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UNORM_PACK32; in mapTextureFormat() 2838 …0B10_UNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT_1010102_REV); in mapVkFormat() 2845 …0R10_UNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV); in mapVkFormat() 3335 case tcu::TextureFormat::UNORM_INT_1010102_REV: in getFormatComponentWidth()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 819 case tcu::TextureFormat::UNORM_INT_1010102_REV: in isPackedType()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2327 case tcu::TextureFormat::UNORM_INT_1010102_REV: in getFormatThreshold()
|