Home
last modified time | relevance | path

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

12345

/external/perfetto/tools/sanitizers_unittests/
DREADME.md5 work and spot violations, rather than unconditionally succeeding if we mess up
/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/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/skia/src/utils/
DSkShadowUtils.cpp197 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument
199 return fSpotSet.find(spot, matrix, translate); in find()
202 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument
204 return fSpotSet.add(devPath, spot, matrix, translate); in add()
/external/skqp/src/utils/
DSkShadowUtils.cpp196 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument
198 return fSpotSet.find(spot, matrix, translate); in find()
201 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument
203 return fSpotSet.add(devPath, spot, matrix, translate); in add()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dswp-order-prec.ll5 ; the check for OrderAfterDef precedeence is in the wrong spot.
/external/perfetto/src/ipc/test/
Dgreeter_service.proto20 // Deliberately a namespace != of perfetto.* to spot namespace dependencies
/external/swiftshader/third_party/llvm-7.0/llvm/test/BugPoint/
Dunsymbolized.ll15 ; crash opt, apart from the BugpointPasses dynamic plugin, this is the spot for
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PhaseOrdering/
Dbasic.ll27 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
/external/llvm/test/Transforms/PhaseOrdering/
Dbasic.ll27 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
/external/swiftshader/third_party/llvm-7.0/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/deqp/scripts/log/
DREADME.md16 can be used to spot a groups that either contain a large amount of tests or multiple slow tests.
/external/bcc/tools/
Dtcpretrans_example.txt47 To spot heavily retransmitting flows quickly one can use the -c flag. It will
/external/u-boot/arch/arm/lib/
Dvectors.S199 @ !!!! R8 NEEDS to be saved !!!! a reserved stack spot would be good.
/external/clang/test/Index/
Dcomplete-natural.m10 #pragma mark this is the spot
/external/iperf3/config/
Dax_check_openssl.m412 # spot (via --with-openssl). Sets
/external/python/cpython3/m4/
Dax_check_openssl.m412 # spot (via --with-openssl). Sets
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dextractvalue.ll54 ; The new load should be in the same spot as the old load.
/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/vulkan-validation-layers/tests/layers/
DCMakeLists.txt110 # For Windows, copy necessary gtest DLLs to the right spot for the vk_layer_tests...
/external/vulkan-validation-layers/tests/
DCMakeLists.txt163 # For Windows, copy necessary gtest DLLs to the right spot for the vk_layer_tests...
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer.cc854 auto spot = series_writers_.find(tag_id); in GetSeriesWriter() local
855 if (spot == series_writers_.end()) { in GetSeriesWriter()
860 return spot->second.get(); in GetSeriesWriter()

12345