HomeSort by relevance Sort by last modified time
    Searched refs:UNSIGNED_INT24 (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 696 case TextureFormat::UNSIGNED_INT24:
755 case TextureFormat::UNSIGNED_INT24:
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 201 case TextureFormat::UNSIGNED_INT24: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
387 case TextureFormat::UNSIGNED_INT24: cMin = 0.0f; cMax = 16777215.0f; break;
509 case TextureFormat::UNSIGNED_INT24: return UVec4(0xffffffu);
550 case TextureFormat::UNSIGNED_INT24: return IVec4(24);
619 case TextureFormat::UNSIGNED_INT24:
    [all...]
tcuTexture.cpp 293 case TextureFormat::UNSIGNED_INT24: return (float)readUint24(value);
325 case TextureFormat::UNSIGNED_INT24: return (int)readUint24(value);
357 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break;
442 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatUint24 ((deUint32)src)); break;
625 case TextureFormat::UNSIGNED_INT24:
702 case TextureFormat::UNSIGNED_INT24: return 3;
    [all...]
tcuTexture.hpp 106 UNSIGNED_INT24,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24);
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]

Completed in 171 milliseconds