HomeSort by relevance Sort by last modified time
    Searched refs:HALF_FLOAT (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 101 V_(R16_FLOAT, HALF_FLOAT, NONE),
142 V_(R16G16_FLOAT, HALF_FLOAT, NONE),
175 V_(R16G16B16_FLOAT, HALF_FLOAT, NONE),
184 V_(R16G16B16A16_FLOAT, HALF_FLOAT, NONE),
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 101 case tcu::TextureFormat::HALF_FLOAT: qualifier << "16f"; break;
125 case tcu::TextureFormat::HALF_FLOAT:
221 case tcu::TextureFormat::HALF_FLOAT:
398 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT),
436 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT),
521 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT),
es31fShaderImageLoadStoreTests.cpp 182 format.type == TextureFormat::HALF_FLOAT ||
213 case TextureFormat::HALF_FLOAT: typePart = "16f"; break;
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 118 case TextureFormat::HALF_FLOAT: type = GL_HALF_FLOAT; break;
161 case FMT_CASE(RGBA, HALF_FLOAT): return GL_RGBA16F;
179 case FMT_CASE(RGB, HALF_FLOAT): return GL_RGB16F;
194 case FMT_CASE(RG, HALF_FLOAT): return GL_RG16F;
208 case FMT_CASE(R, HALF_FLOAT): return GL_R16F;
413 case GL_HALF_FLOAT: return TextureFormat::HALF_FLOAT;
485 case GL_RGBA16F: return TextureFormat(TextureFormat::RGBA, TextureFormat::HALF_FLOAT);
503 case GL_RGB16F: return TextureFormat(TextureFormat::RGB, TextureFormat::HALF_FLOAT);
518 case GL_RG16F: return TextureFormat(TextureFormat::RG, TextureFormat::HALF_FLOAT);
532 case GL_R16F: return TextureFormat(TextureFormat::R, TextureFormat::HALF_FLOAT);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp 305 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break;
vktPipelineBlendTests.cpp     [all...]
vktPipelineMultisampleImageTests.cpp 681 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break;
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderMultisampleInterpolationTests.cpp 302 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)))
glcSampleVariablesTests.cpp 254 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)))
  /external/deqp/external/openglcts/modules/gles31/
es31cSampleShadingTests.cpp 247 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)))
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 914 else if (texFormat.type == TextureFormat::HALF_FLOAT)
  /external/deqp/framework/common/
tcuTextureUtil.cpp 203 case TextureFormat::HALF_FLOAT: return TEXTURECHANNELCLASS_FLOATING_POINT;
389 case TextureFormat::HALF_FLOAT: cMin = -1e3f; cMax = 1e3f; break;
557 case TextureFormat::HALF_FLOAT: return IVec4(16);
631 case TextureFormat::HALF_FLOAT: return IVec4(10);
    [all...]
tcuTexture.cpp 295 case TextureFormat::HALF_FLOAT: return deFloat16To32(*(const deFloat16*)value);
327 case TextureFormat::HALF_FLOAT: return (int)deFloat16To32(*(const deFloat16*)value);
359 case TextureFormat::HALF_FLOAT: *((deFloat16*)dst) = deFloat32To16 (src); break;
444 case TextureFormat::HALF_FLOAT: *((deFloat16*)dst) = deFloat32To16((float)src); break;
629 case TextureFormat::HALF_FLOAT:
704 case TextureFormat::HALF_FLOAT: return 2;
    [all...]
tcuCompressedTexture.cpp 235 return TextureFormat(TextureFormat::RGBA, TextureFormat::HALF_FLOAT);
    [all...]
tcuTexture.hpp 108 HALF_FLOAT,
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilitySampleVariablesTests.cpp 252 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)))
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
vktImageLoadStoreTests.cpp 145 if (access.getFormat().type == tcu::TextureFormat::HALF_FLOAT)
    [all...]
vktImageTranscodingSupportTests.cpp 224 if (textureFormat.type == tcu::TextureFormat::HALF_FLOAT)
228 // HALF_FLOAT fix: remove INF and NaN
237 // HALF_FLOAT fix: remove INF and NaN
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 720 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break;
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 769 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT);
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemShaderImageAccessTests.cpp 189 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 904 case tcu::TextureFormat::HALF_FLOAT: formatThreshold = UVec4((1<<(23-10))); break;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp 136 case NUMBERTYPE_FLOAT16: ct = tcu::TextureFormat::HALF_FLOAT; break;
    [all...]

Completed in 859 milliseconds

1 2