Home
last modified time | relevance | path

Searched defs:unorm (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dmathutil.h56 inline unsigned int unorm(float x) in unorm() function
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c151 nir_ssa_def *unorm = nir_format_float_to_unorm(b, c, bits); in pack_unorm_rgb10a2() local
179 nir_ssa_def *unorm = nir_iand(b, c, nir_imm_int(b, masks[i])); in unpack_unorm_rgb10a2() local
/third_party/node/deps/npm/node_modules/iconv-lite/
Dpackage.json51 "unorm": "*" string
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c699 #define FORMAT_CASE(format, unorm, snorm) \ in test_format_norm_flags() argument
831 enum pipe_format unorm = util_format_snorm_to_unorm(format); in test_all() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp222 inline unsigned int unorm(float x) in unorm() function
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.hpp302 for (auto &unorm : uav) in TextureSizeVariants() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp254 inline unsigned int unorm(float x) in unorm() function
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h394 bool unorm : 1; member
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil.h126 inline unsigned int unorm(float x) in unorm() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp436 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getYCbCrPlanarFormatDescription() local
1187 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getCorePlanarFormatDescription() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h128 inline unsigned int unorm(float x) in unorm() function
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c315 uint16_t unorm = (cons * ((1 << chan_size) - 1)); in pack_blend_constant() local