/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBarycentricCoordinatesTests.cpp | 226 std::vector<tcu::Vec4> directions; in iterate() local 228 directions.reserve(kNumRays); in iterate() 233 …directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.x(), barycentricABC.y()))… in iterate() 234 …directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.x()))… in iterate() 235 …directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.z()))… in iterate() 242 while (directions.size() < kNumRays) in iterate() 253 directions.push_back(extendToV4(calcCoordinates(triangle, b, c))); in iterate() 256 deMemcpy(directionsBufferData, directions.data(), directionsBufferSize); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarycentricCoordinatesTests.cpp | 268 std::vector<tcu::Vec4> directions; in iterate() local 270 directions.reserve(kNumRays); in iterate() 275 …directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.x(), barycentricABC.y()))… in iterate() 276 …directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.x()))… in iterate() 277 …directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.z()))… in iterate() 284 while (directions.size() < kNumRays) in iterate() 295 directions.push_back(extendToV4(calcCoordinates(triangle, b, c))); in iterate() 298 deMemcpy(directionsBufferData, directions.data(), directionsBufferSize); in iterate()
|
/external/iptables/extensions/ |
D | libxt_conntrack.man | 40 specified at all, matches packets in both directions. 49 with a connection which has not seen packets in both directions. 53 in both directions. 80 Conntrack has seen packets in both directions.
|
D | libxt_CT.man | 37 directions.
|
/external/protobuf/editors/ |
D | README.txt | 4 See each file's header comment for directions on how to use it with the
|
/external/skqp/src/pathops/ |
D | SkPathOpsAsWinding.cpp | 60 Contour::Direction directions[3]; in contains_edge() local 87 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge() 91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge() 94 winding += (int) directions[index]; in contains_edge()
|
/external/skia/src/pathops/ |
D | SkPathOpsAsWinding.cpp | 61 Contour::Direction directions[3]; in contains_edge() local 88 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge() 92 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge() 95 winding += (int) directions[index]; in contains_edge()
|
/external/mesa3d/docs/ |
D | precompiled.rst | 9 There are some general directions:
|
/external/libwebsockets/win32port/ |
D | version.rc.in | 22 … minimal CPU and memory resources, and provide fast throughput in both directions as client or ser…
|
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 122 def _find_test_files_from_directions(self, input_type, fmt_str, directions): argument 134 gestures = [fmt_str % d for d in directions] 139 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions}
|
/external/eigen/unsupported/Eigen/ |
D | AdolcForward | 19 // Note that the maximal number of directions is controlled by 56 * Note that the maximal number of directions is controlled by
|
/external/openssh/regress/misc/kexfuzz/ |
D | README | 26 directions for each key exchange type and every hostkey type.
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | timing-utilities.js | 18 var directions = 'reverse|alternate|alternate-reverse'.split('|'); 143 if ((property == 'direction') && (directions.indexOf(timingInput[property]) == -1)) {
|
/external/autotest/server/tests/netpipe/ |
D | control.srv | 14 directions
|
D | control.stress.srv | 16 directions
|
/external/golang-protobuf/protoc-gen-go/testdata/grpc/ |
D | grpc.proto | 59 // This one streams in both directions.
|
/external/llvm-project/llvm/test/Linker/ |
D | dicompositetype-unique.ll | 24 ; Check both directions.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-reserved-identifier.rst | 37 standards, e.g. C++ 'zombie names' and C future library directions.
|
/external/llvm/test/Linker/ |
D | dicompositetype-unique.ll | 24 ; Check both directions.
|
/external/python/cryptography/docs/development/ |
D | submitting-patches.rst | 16 follow the directions on the :doc:`security page </security>`. 111 systems, we want to make our documentation point people in the right directions
|
/external/antlr/runtime/JavaScript/build/ |
D | README | 44 1) Compile the tests using the directions above.
|
/external/skia/src/core/ |
D | SkPath.cpp | 3448 signed char directions[] = {-1, -1, -1, -1, -1}; // -1 to 3; -1 is uninitialized in IsRectContour() local 3478 directions[0] = nextDirection; in IsRectContour() 3487 if (autoClose && nextDirection == directions[0]) { in IsRectContour() 3491 if (directions[corners - 1] == nextDirection) { in IsRectContour() 3498 directions[corners++] = nextDirection; in IsRectContour() 3505 if ((directions[0] ^ directions[2]) != 2) { in IsRectContour() 3511 if ((directions[1] ^ directions[3]) != 2) { in IsRectContour() 3526 if (allowPartial && !autoClose && directions[0] >= 0) { in IsRectContour() 3569 *direction = directions[0] == ((directions[1] + 1) & 3) ? in IsRectContour()
|
/external/vulkan-validation-layers/ |
D | README.md | 35 Includes directions for building all components as well as running validation tests.
|
/external/yapf/plugins/ |
D | README.rst | 8 The ``Emacs`` plugin is maintained separately. Installation directions can be
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.texture.border_clamp.txt | 61 directions. Wrapping is tested for 2D and 3D textures with multiple formats
|