Home
last modified time | relevance | path

Searched refs:smear (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp504 smear(ir_rvalue *val) in smear() function
561 return dot(swizzle_xyz(smear(tmp0)), swizzle_xyz(smear(tmp1))); in emit_combine()
643 val = smear(val); in emit_texenv()
655 val = smear(val); in emit_texenv()
668 val = swizzle_xyz(smear(val)); in emit_texenv()
677 val = swizzle_w(smear(val)); in emit_texenv()
/third_party/backends/backend/
H A Dumax.h382 int WD_speed; /* is a combination of slow and smear */
384 int smear; /* 1: don't care about image smearing problem */ member
H A Dumax.c3668 /* ---------------------------- speed and smear ------------------------- */ in umax_check_values()
3679 if (dev->smear == 1) in umax_check_values()
4509 dev->smear = umax_smear; in umax_init()
4528 DBG(DBG_info, "smear = %d\n", dev->smear); in umax_init()
4845 if (dev->smear == -1) /* option is not predefined in umax.conf and not by backend */ in attach_scanner()
4847 dev->smear = 0; in attach_scanner()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2844 Instruction* smear = nullptr; in smearScalar()
2856 smear = module.getInstruction(result_id); in smearScalar()
2858 smear = new Instruction(getUniqueId(), vectorType, OpCompositeConstruct); in smearScalar()
2860 smear->addIdOperand(scalar); in smearScalar()
2861 buildPoint->addInstruction(std::unique_ptr<Instruction>(smear)); in smearScalar()
2864 return setPrecision(smear->getResultId(), precision); in smearScalar()
3085 // When a smear is needed, do it, as per what was computed in createTextureCall()
3264 // argument, smear the scalar in createConstructor()
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak360 FATE_FILTER-$(call FILTERFRAMECRC, TESTSRC2 CHROMASHIFT) += fate-filter-chromashift-smear fate-filter-chromashift-wrap
361 fate-filter-chromashift-smear: CMD = framecrc -lavfi testsrc2=r=5:d=1,chromashift=cbh=-1:cbv=1:crh=2:crv=-2:edge=smear -pix_fmt yuv420p
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl911 // smear xmm7
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl930 // smear xmm7

Completed in 22 milliseconds