| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_logic_ops.c | 151 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 D | 20.2.2.rst | 110 - intel/isl: Drop redundant unpack of unorm channels
|
| H A D | 7.10.rst | 916 - r600g: add L8A8 unorm. 1789 - gallivm: Add unorm support to lp_build_lerp() 1866 - gallivm: More accurate float -> 24bit & 32bit unorm conversion.
|
| H A D | 21.2.0.rst | 359 - 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 D | 20.3.0.rst | 1259 - llvmpipe/blit: for 32-bit unorm depth blits just copy 32-bit 3878 - intel/isl: Drop redundant unpack of unorm channels
|
| H A D | 19.1.0.rst | 278 func.miptree.r8g8b8a8-unorm.aspect-color.view-2d.levels01.array01.extent-512x512.upload-copy-with-draw
|
| H A D | 20.1.0.rst | 1393 - llvmpipe: fix d32 unorm depth conversions.
|
| H A D | 21.3.0.rst | 416 - pan/mdg: Handle swapped 565 and 1010102 unorm
|
| H A D | 20.2.0.rst | 1532 - llvmpipe/blit: for 32-bit unorm depth blits just copy 32-bit
|
| H A D | 21.1.0.rst | 1734 - util: Fix rounding of unpack_unorm8 from small unorm formats.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| H A D | u_format_test.c | 412 * 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 D | u_format_test.c | 422 * 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 D | ac_llvm_build.h | 513 bool unorm : 1; member in struct:ac_image_args
|
| H A D | ac_llvm_build.c | 2312 args[num_args++] = LLVMConstInt(ctx->i1, a->unorm, false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 134 formula whether the depth buffer is unorm or float, which is not
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | rasterizer.rst | 134 formula whether the depth buffer is unorm or float, which is not
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 410 bool unorm : 1; member in struct:ac_image_args
|
| H A D | ac_llvm_build.c | 2209 args[num_args++] = LLVMConstInt(ctx->i1, a->unorm, false);
|
| H A D | ac_nir_to_llvm.c | 4827 args.unorm = instr->sampler_dim == GLSL_SAMPLER_DIM_RECT;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 266 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 D | si_shader_tgsi_mem.c | 1645 args.unorm = target == TGSI_TEXTURE_RECT ||
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 21487 "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...] |