HomeSort by relevance Sort by last modified time
    Searched defs:unorm (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
mathutil.h 54 inline unsigned int unorm(float x) function in namespace:es1
  /external/swiftshader/src/OpenGL/libGLESv2/
mathutil.h 56 inline unsigned int unorm(float x) function in namespace:es2
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 257 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; local
273 { 0, unorm, 24, 8, 4 }, // R
274 { 0, unorm, 0, 8, 2 }, // G
275 { 0, unorm, 8, 8, 4 }, // B
291 { 0, unorm, 16, 8, 4 }, // R
292 { 0, unorm, 8, 8, 2 }, // G
293 { 0, unorm, 0, 8, 4 }, // B
309 { 2, unorm, 0, 8, 1 }, // R
310 { 0, unorm, 0, 8, 1 }, // G
311 { 1, unorm, 0, 8, 1 }, //
884 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; local
    [all...]
  /external/swiftshader/src/Common/
Math.hpp 254 inline unsigned int unorm(float x) function in namespace:sw
  /external/swiftshader/src/System/
Math.hpp 254 inline unsigned int unorm(float x) function in namespace:sw
  /external/mesa3d/src/amd/common/
ac_llvm_build.h 308 bool unorm; member in struct:ac_image_args

Completed in 552 milliseconds