Searched refs:unorm (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c151 nir_ssa_def *unorm = nir_format_float_to_unorm(b, c, bits); local in function:pack_unorm_rgb10a2
155 chans[i] = nir_channel(b, unorm, i);
179 nir_ssa_def *unorm = nir_iand(b, c, nir_imm_int(b, masks[i])); local in function:unpack_unorm_rgb10a2
180 chans[i] = nir_format_unorm_to_float(b, unorm, &bits[i]);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.2.rst110 - intel/isl: Drop redundant unpack of unorm channels
H A D7.10.rst916 - r600g: add L8A8 unorm.
1789 - gallivm: Add unorm support to lp_build_lerp()
1866 - gallivm: More accurate float -> 24bit & 32bit unorm conversion.
H A D21.2.0.rst359 - panfrost: Remove padded unorm blendable formats
1804 - crocus: disable Z16 unorm textures on pre-gen8 as well.
2957 - nir,vc4: Suffix a bunch of unorm 4x8 opcodes _vc4
H A D20.3.0.rst1259 - llvmpipe/blit: for 32-bit unorm depth blits just copy 32-bit
3878 - intel/isl: Drop redundant unpack of unorm channels
H A D19.1.0.rst278 func.miptree.r8g8b8a8-unorm.aspect-color.view-2d.levels01.array01.extent-512x512.upload-copy-with-draw
H A D20.1.0.rst1393 - llvmpipe: fix d32 unorm depth conversions.
H A D21.3.0.rst416 - pan/mdg: Handle swapped 565 and 1010102 unorm
H A D20.2.0.rst1532 - llvmpipe/blit: for 32-bit unorm depth blits just copy 32-bit
H A D21.1.0.rst1734 - util: Fix rounding of unpack_unorm8 from small unorm formats.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_format_test.c412 * Skip test cases which cannot be represented by four unorm bytes.
671 /* Touch-test that the unorm/snorm flags are set up right by codegen. */
677 #define FORMAT_CASE(format, unorm, snorm) \
679 success = (format_desc->is_unorm == unorm && \
703 printf("FAILED: %s (unorm %s, snorm %s)\n",
/xsrc/external/mit/MesaLib/dist/src/util/tests/format/
H A Du_format_test.c422 * Skip test cases which cannot be represented by four unorm bytes.
693 /* Touch-test that the unorm/snorm flags are set up right by codegen. */
699 #define FORMAT_CASE(format, unorm, snorm) \
701 success = (format_desc->is_unorm == unorm && \
725 printf("FAILED: %s (unorm %s, snorm %s)\n",
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h513 bool unorm : 1; member in struct:ac_image_args
H A Dac_llvm_build.c2312 args[num_args++] = LLVMConstInt(ctx->i1, a->unorm, false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst134 formula whether the depth buffer is unorm or float, which is not
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst134 formula whether the depth buffer is unorm or float, which is not
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h410 bool unorm : 1; member in struct:ac_image_args
H A Dac_llvm_build.c2209 args[num_args++] = LLVMConstInt(ctx->i1, a->unorm, false);
H A Dac_nir_to_llvm.c4827 args.unorm = instr->sampler_dim == GLSL_SAMPLER_DIM_RECT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c266 uint16_t unorm = (cons * ((1 << chan_size) - 1)); local in function:pack_blend_constant
267 return unorm << (16 - chan_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c1645 args.unorm = target == TGSI_TEXTURE_RECT ||
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json21487 "description": "broadcom/compiler: avoid unneeded sint/unorm clamping when lowering stores",
27571 "description": "freedreno/a[345]xx: fix unorm/snorm blend factors when they're \"over\"",
[all...]

Completed in 186 milliseconds