/external/perfetto/tools/sanitizers_unittests/ |
D | README.md | 5 work and spot violations, rather than unconditionally succeeding if we mess up
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 152 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/ |
D | ffvertex_prog.c | 947 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()
|
D | rastpos.c | 175 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in shade_rastpos() local 176 attenuation *= spot; in shade_rastpos()
|
/external/skia/src/utils/ |
D | SkShadowUtils.cpp | 197 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/ |
D | SkShadowUtils.cpp | 196 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/ |
D | swp-order-prec.ll | 5 ; the check for OrderAfterDef precedeence is in the wrong spot.
|
/external/perfetto/src/ipc/test/ |
D | greeter_service.proto | 20 // Deliberately a namespace != of perfetto.* to spot namespace dependencies
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/BugPoint/ |
D | unsymbolized.ll | 15 ; crash opt, apart from the BugpointPasses dynamic plugin, this is the spot for
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-dup-kill-flags.ll | 7 ; 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/ |
D | basic.ll | 27 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
|
/external/llvm/test/Transforms/PhaseOrdering/ |
D | basic.ll | 27 ; 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/ |
D | tail-dup-kill-flags.ll | 7 ; The machine verifier is able to spot this error, so this test should pass if it passes verificati…
|
/external/deqp/scripts/log/ |
D | README.md | 16 can be used to spot a groups that either contain a large amount of tests or multiple slow tests.
|
/external/bcc/tools/ |
D | tcpretrans_example.txt | 47 To spot heavily retransmitting flows quickly one can use the -c flag. It will
|
/external/u-boot/arch/arm/lib/ |
D | vectors.S | 199 @ !!!! R8 NEEDS to be saved !!!! a reserved stack spot would be good.
|
/external/clang/test/Index/ |
D | complete-natural.m | 10 #pragma mark this is the spot
|
/external/iperf3/config/ |
D | ax_check_openssl.m4 | 12 # spot (via --with-openssl). Sets
|
/external/python/cpython3/m4/ |
D | ax_check_openssl.m4 | 12 # spot (via --with-openssl). Sets
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 54 ; The new load should be in the same spot as the old load.
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 54 ; The new load should be in the same spot as the old load.
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | extractvalue.ll | 54 ; The new load should be in the same spot as the old load.
|
/external/vulkan-validation-layers/tests/layers/ |
D | CMakeLists.txt | 110 # For Windows, copy necessary gtest DLLs to the right spot for the vk_layer_tests...
|
/external/vulkan-validation-layers/tests/ |
D | CMakeLists.txt | 163 # For Windows, copy necessary gtest DLLs to the right spot for the vk_layer_tests...
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_db_writer.cc | 854 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()
|