Searched refs:UNSIGNED_INT_11F_11F_10F_REV (Results 1 – 12 of 12) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 116 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: type = GL_UNSIGNED_INT_10F_11F_11F_REV; break; in getTransferFormat() 173 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return GL_R11F_G11F_B10F; in getInternalFormat() 415 case GL_UNSIGNED_INT_10F_11F_11F_REV: return TextureFormat::UNSIGNED_INT_11F_11F_10F_REV; in mapGLChannelType() 502 …_G11F_B10F: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV); in mapGLInternalFormat()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 191 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return TEXTURECHANNELCLASS_FLOATING_POINT; in getTextureChannelClass() 241 if (format.type == TextureFormat::UNSIGNED_INT_11F_11F_10F_REV || in isAccessValid() 400 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: cMin = 0.0f; cMax = 1e4f; break; in getFloatChannelValueRange() 586 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(11,11,10,0); in getChannelBitDepth() 672 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(6,6,5,0); in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 645 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isValid() 795 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getPixelSize() 1127 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getPixel() 1526 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in setPixel()
|
D | tcuTexture.hpp | 97 UNSIGNED_INT_11F_11F_10F_REV, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 960 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold() 1006 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isLegalExpandableFormat() 1065 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isSmallerThan8BitFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 960 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold() 1006 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isLegalExpandableFormat() 1065 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isSmallerThan8BitFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageTestsUtil.cpp | 814 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isPackedType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 814 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isPackedType()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 906 …case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: formatThreshold = UVec4((1<<(23-6)), (1<<(2… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2870 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return VK_FORMAT_B10G11R11_UFLOAT_PACK32; in mapTextureFormat() 3134 …LOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV); in mapVkFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 3450 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold() 3713 else if (dstFormat.type == tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV) in checkCompressedNonNearestFilteredResult() 4065 if (resultFormat.type == tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV) in checkCompressedNearestFilteredResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 3450 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in getFormatThreshold() 3713 else if (dstFormat.type == tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV) in checkCompressedNonNearestFilteredResult() 4065 if (resultFormat.type == tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV) in checkCompressedNearestFilteredResult()
|