Home
last modified time | relevance | path

Searched refs:HALF_FLOAT (Results 1 – 25 of 37) sorted by relevance

12

/external/deqp/framework/opengl/
DgluTextureUtil.cpp118 case TextureFormat::HALF_FLOAT: type = GL_HALF_FLOAT; break; in getTransferFormat()
161 case FMT_CASE(RGBA, HALF_FLOAT): return GL_RGBA16F; in getInternalFormat()
179 case FMT_CASE(RGB, HALF_FLOAT): return GL_RGB16F; in getInternalFormat()
194 case FMT_CASE(RG, HALF_FLOAT): return GL_RG16F; in getInternalFormat()
208 case FMT_CASE(R, HALF_FLOAT): return GL_R16F; in getInternalFormat()
413 case GL_HALF_FLOAT: return TextureFormat::HALF_FLOAT; in mapGLChannelType()
421 case GL_HALF_FLOAT_OES: return TextureFormat::HALF_FLOAT; in mapGLChannelType()
490 case GL_RGBA16F: return TextureFormat(TextureFormat::RGBA, TextureFormat::HALF_FLOAT); in mapGLInternalFormat()
508 case GL_RGB16F: return TextureFormat(TextureFormat::RGB, TextureFormat::HALF_FLOAT); in mapGLInternalFormat()
523 case GL_RG16F: return TextureFormat(TextureFormat::RG, TextureFormat::HALF_FLOAT); in mapGLInternalFormat()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp101 case tcu::TextureFormat::HALF_FLOAT: qualifier << "16f"; break; in getShaderImageLayoutQualifier()
125 case tcu::TextureFormat::HALF_FLOAT: in getShaderImageTypeDeclaration()
221 case tcu::TextureFormat::HALF_FLOAT: in getOtherFunctionArguments()
398 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT), in image_store()
436 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT), in image_load()
521 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT), in image_atomic_exchange()
Des31fShaderImageLoadStoreTests.cpp182 format.type == TextureFormat::HALF_FLOAT || in isFormatSupportedForTextureBuffer()
213 case TextureFormat::HALF_FLOAT: typePart = "16f"; break; in getShaderImageFormatQualifier()
1404 …if (m_imageFormat.type == TextureFormat::HALF_FLOAT && m_textureFormat.type != TextureFormat::HALF… in iterate()
1405 …replaceBadFloatReinterpretValues<TextureFormat::HALF_FLOAT, tcu::Float16, deUint16>(reference, m_i… in iterate()
3181 TextureFormat(TextureFormat::RGBA, TextureFormat::HALF_FLOAT), in init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c104 VT(R16_FLOAT, HALF_FLOAT, EXT_R16F | EXT_FORMAT, R16F),
147 VT(R16G16_FLOAT, HALF_FLOAT, EXT_G16R16F | EXT_FORMAT, G16R16F),
183 V_(R16G16B16_FLOAT, HALF_FLOAT, NONE),
192 VT(R16G16B16A16_FLOAT, HALF_FLOAT, EXT_A16B16G16R16F | EXT_FORMAT, A16B16G16R16F),
Detnaviv_zsa.c95 if (VIV_FEATURE(screen, chipMinorFeatures1, HALF_FLOAT)) in etna_zsa_state_create()
Detnaviv_emit.c510 VIV_FEATURE(screen, chipMinorFeatures1, HALF_FLOAT)) { in etna_emit_state()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp305 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break; in getShaderImageFormatQualifier()
DvktPipelineBlendTests.cpp930 case TextureFormat::HALF_FLOAT: in getFormatThreshold()
1004 case TextureFormat::HALF_FLOAT: in isLegalExpandableFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2712 case FMT_CASE(R, HALF_FLOAT): return VK_FORMAT_R16_SFLOAT; in mapTextureFormat()
2718 case FMT_CASE(RG, HALF_FLOAT): return VK_FORMAT_R16G16_SFLOAT; in mapTextureFormat()
2724 case FMT_CASE(RGB, HALF_FLOAT): return VK_FORMAT_R16G16B16_SFLOAT; in mapTextureFormat()
2730 case FMT_CASE(RGBA, HALF_FLOAT): return VK_FORMAT_R16G16B16A16_SFLOAT; in mapTextureFormat()
2956 case VK_FORMAT_R16_SFLOAT: return TextureFormat(TextureFormat::R, TextureFormat::HALF_FLOAT); in mapVkFormat()
2964 …ase VK_FORMAT_R16G16_SFLOAT: return TextureFormat(TextureFormat::RG, TextureFormat::HALF_FLOAT); in mapVkFormat()
2972 …e VK_FORMAT_R16G16B16_SFLOAT: return TextureFormat(TextureFormat::RGB, TextureFormat::HALF_FLOAT); in mapVkFormat()
2980 …_FORMAT_R16G16B16A16_SFLOAT: return TextureFormat(TextureFormat::RGBA, TextureFormat::HALF_FLOAT); in mapVkFormat()
3265 TextureFormat::HALF_FLOAT, // float in getChannelAccessFormat()
/external/deqp/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp141 …at(16,16,16,16), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT) }, in toTextureFormat()
DglcShaderMultisampleInterpolationTests.cpp302 …((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat:… in iterate()
DglcSampleVariablesTests.cpp254 …((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat:… in iterate()
/external/mesa3d/docs/relnotes/
D9.1.2.rst181 - mesa: handle HALF_FLOAT like FLOAT in get_tex_rgba
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp618 …FloatFormat>> relaxedPrecision = tcuFormat.type == tcu::TextureFormat::HALF_FLOAT ? getPrecision(m… in verify()
619 …const bool allowRelaxedPrecision = (tcuFormat.type == tcu::TextureFormat::HALF_FLOAT || t… in verify()
DvktSampleVerifierUtil.cpp940 else if (texFormat.type == TextureFormat::HALF_FLOAT) in convertFloatFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp205 case TextureFormat::HALF_FLOAT: return TEXTURECHANNELCLASS_FLOATING_POINT; in getTextureChannelClass()
397 case TextureFormat::HALF_FLOAT: cMin = -1e3f; cMax = 1e3f; break; in getFloatChannelValueRange()
583 case TextureFormat::HALF_FLOAT: return IVec4(16); in getChannelBitDepth()
669 case TextureFormat::HALF_FLOAT: return IVec4(10); in getChannelMantissaBitDepth()
DtcuTexture.cpp298 case TextureFormat::HALF_FLOAT: return deFloat16To32(*(const deFloat16*)value); in channelToFloat()
336 case TextureFormat::HALF_FLOAT: return (int)deFloat16To32(*(const deFloat16*)value); in channelToInt()
372 case TextureFormat::HALF_FLOAT: *((deFloat16*)dst) = deFloat32To16 (src); break; in floatToChannel()
463 case TextureFormat::HALF_FLOAT: *((deFloat16*)dst) = deFloat32To16((float)src); break; in intToChannel()
662 case TextureFormat::HALF_FLOAT: in isValid()
740 case TextureFormat::HALF_FLOAT: return 2; in getChannelSize()
DtcuCompressedTexture.cpp323 return TextureFormat(TextureFormat::RGBA, TextureFormat::HALF_FLOAT); in getUncompressedFormat()
332 return TextureFormat(TextureFormat::RGB, TextureFormat::HALF_FLOAT); in getUncompressedFormat()
/external/deqp/external/openglcts/modules/gles31/
Des31cSampleShadingTests.cpp247 …((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat:… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp649 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break; in getShaderImageFormatQualifier()
DvktImageSubresourceLayoutTests.cpp409 else if (tcuFormat.type == tcu::TextureFormat::HALF_FLOAT) in iterateAspect()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp606 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break; in getShaderImageFormatQualifier()
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilitySampleVariablesTests.cpp252 …((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat:… in iterate()
/external/deqp/modules/glshared/
DglsScissorTests.cpp805 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT); in getBufferFormat()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp191 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break; in getShaderImageFormatQualifier()

12