Home
last modified time | relevance | path

Searched refs:spot (Results 1 – 25 of 86) sorted by relevance

1234

/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h152 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG() local
153 attenuation *= spot; in TAG()
331 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG() local
332 attenuation *= spot; in TAG()
/external/skia/src/utils/
DSkShadowUtils.cpp200 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument
202 return fSpotSet.find(spot, matrix, translate); in find()
205 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument
207 return fSpotSet.add(devPath, spot, matrix, translate); in add()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c947 struct ureg spot = get_temp(p); in calculate_light_attenuation() local
952 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm); in calculate_light_attenuation()
953 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot); in calculate_light_attenuation()
954 emit_op1(p, OPCODE_ABS, spot, 0, spot); in calculate_light_attenuation()
955 emit_op2(p, OPCODE_POW, spot, 0, spot, swizzle1(attenuation, W)); in calculate_light_attenuation()
956 emit_op2(p, OPCODE_MUL, att, 0, slt, spot); in calculate_light_attenuation()
958 release_temp(p, spot); in calculate_light_attenuation()
Drastpos.c175 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in shade_rastpos() local
176 attenuation *= spot; in shade_rastpos()
/external/llvm/test/Transforms/PhaseOrdering/
Dbasic.ll27 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
/external/llvm/test/CodeGen/ARM/
Dtail-dup-kill-flags.ll7 ; The machine verifier is able to spot this error, so this test should pass if it passes verificati…
/external/clang/test/Index/
Dcomplete-natural.m10 #pragma mark this is the spot
/external/libmicrohttpd/m4/
Dax_check_openssl.m412 # spot (via --with-openssl). Sets
/external/llvm/test/Transforms/InstCombine/
Dextractvalue.ll54 ; The new load should be in the same spot as the old load.
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dextractvalue.ll54 ; The new load should be in the same spot as the old load.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DIntStream.as44 * when passed to rewind() you get back to the same spot.
/external/iproute2/doc/actions/
Dmirred-usage52 device. Instead of redirecting it puts packets at the exact spot
/external/skia/site/dev/contrib/
Dsimd.md13 … via platform-specific backends. The key here is to find the right sweet spot of abstraction that…
99 …, and `SkPx::Alpha` and to choose any power of two as its `SkPx::N` sweet spot. Code working with…
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l282 {dot}spot { return SPOT; }
/external/python/cpython2/Doc/library/
Dpprint.rst49 make nesting easier to spot. The number of levels which may be printed is
Dossaudiodev.rst272 this after playing a spot sound effect, before waiting for user input, or before
/external/wycheproof/doc/
Ddsa.md106 easy to go wrong and rather difficult to spot the errors.
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dbasic-thumb-instructions.s12 @ once then spot check that following instructions accept the form generally.
/external/syslinux/lzo/doc/
DLZO.TXT162 I have also consulted various 'lint' programs to spot potential portability
/external/llvm/test/CodeGen/Mips/cconv/
Darguments-varargs.ll334 ; FIXME: We're still aligned from the last one but CodeGen doesn't spot that.
697 ; FIXME: We're still aligned from the last one but CodeGen doesn't spot that.
1057 ; FIXME: We're still aligned from the last one but CodeGen doesn't spot that.
/external/llvm/test/MC/ARM/
Dbasic-thumb-instructions.s13 @ once then spot check that following instructions accept the form generally.
/external/llvm/test/CodeGen/X86/
Dmovtopush.ll255 ; We can end up with an indirect call which gets reloaded on the spot.
/external/llvm/test/CodeGen/AArch64/
Darm64-dup.ll295 ; We used to spot this as a BUILD_VECTOR implementable by dup, but assume that
/external/llvm/docs/
DHowToReleaseLLVM.rst305 The results are not used to qualify a release, but to spot other potential
/external/curl/
Dconfigure.ac1445 dnl check the given --with-ssl spot
2375 dnl check the given --with-axtls spot
2563 dnl use the given --with-libssh2 spot
2654 dnl use the given --with-librtmp spot

1234