Searched refs:saturated (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.3.rst90 - intel/compiler: Don't cmod propagate into a saturated operation
H A D19.2.2.rst131 - gallivm: Fix saturated signed psub/padd intrinsics on llvm 8
H A D21.3.0.rst1823 - intel/fs: Remove condition-based restriction for cmod propagation to saturated operations
1825 - intel/fs: Remove type-based restriction for cmod propagation to saturated operations
H A D19.0.0.rst1136 - nir: Add a saturated unsigned integer add opcode
H A D19.3.0.rst2956 - gallivm: Fix saturated signed psub/padd intrinsics on llvm 8
H A D7.10.rst1300 - i965: Recognize saturates and turn them into a saturated mov.
H A D19.1.0.rst4203 - gallivm: fix saturated signed add / sub with llvm 9
H A D21.0.0.rst1838 - nir: Update saturated float->int/uint conversion algorithm
H A D20.2.0.rst4737 - intel/compiler: don't propagate cmp to add if add is saturated
H A D21.1.0.rst2428 - pan/bi: Implement saturated add/sub operations
H A D21.2.0.rst399 - agx: Add saturated integer add/subtract support
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp535 dst_reg saturated(this, glsl_type::vec4_type); local in function:brw::vec4_visitor::emit_pack_unorm_4x8
536 vec4_instruction *inst = emit(MOV(saturated, src0));
540 emit(MUL(scaled, src_reg(saturated), brw_imm_f(255.0f)));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp522 dst_reg saturated(this, glsl_type::vec4_type); local in function:brw::vec4_visitor::emit_pack_unorm_4x8
523 vec4_instruction *inst = emit(MOV(saturated, src0));
527 emit(MUL(scaled, src_reg(saturated), brw_imm_f(255.0f)));

Completed in 95 milliseconds