Home
last modified time | relevance | path

Searched refs:directions (Results 1 – 25 of 144) sorted by relevance

123456

/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBarycentricCoordinatesTests.cpp226 std::vector<tcu::Vec4> directions; in iterate() local
228 directions.reserve(kNumRays); in iterate()
233directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.x(), barycentricABC.y()))… in iterate()
234directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.x()))… in iterate()
235directions.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/
DvktRayTracingBarycentricCoordinatesTests.cpp268 std::vector<tcu::Vec4> directions; in iterate() local
270 directions.reserve(kNumRays); in iterate()
275directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.x(), barycentricABC.y()))… in iterate()
276directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.x()))… in iterate()
277directions.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/
Dlibxt_conntrack.man40 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.
Dlibxt_CT.man37 directions.
/external/protobuf/editors/
DREADME.txt4 See each file's header comment for directions on how to use it with the
/external/skqp/src/pathops/
DSkPathOpsAsWinding.cpp60 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/
DSkPathOpsAsWinding.cpp61 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/
Dprecompiled.rst9 There are some general directions:
/external/libwebsockets/win32port/
Dversion.rc.in22 … minimal CPU and memory resources, and provide fast throughput in both directions as client or ser…
/external/autotest/client/cros/
Dtouch_playback_test_base.py122 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/
DAdolcForward19 // 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/
DREADME26 directions for each key exchange type and every hostkey type.
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtiming-utilities.js18 var directions = 'reverse|alternate|alternate-reverse'.split('|');
143 if ((property == 'direction') && (directions.indexOf(timingInput[property]) == -1)) {
/external/autotest/server/tests/netpipe/
Dcontrol.srv14 directions
Dcontrol.stress.srv16 directions
/external/golang-protobuf/protoc-gen-go/testdata/grpc/
Dgrpc.proto59 // This one streams in both directions.
/external/llvm-project/llvm/test/Linker/
Ddicompositetype-unique.ll24 ; Check both directions.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-reserved-identifier.rst37 standards, e.g. C++ 'zombie names' and C future library directions.
/external/llvm/test/Linker/
Ddicompositetype-unique.ll24 ; Check both directions.
/external/python/cryptography/docs/development/
Dsubmitting-patches.rst16 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/
DREADME44 1) Compile the tests using the directions above.
/external/skia/src/core/
DSkPath.cpp3448 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/
DREADME.md35 Includes directions for building all components as well as running validation tests.
/external/yapf/plugins/
DREADME.rst8 The ``Emacs`` plugin is maintained separately. Installation directions can be
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.border_clamp.txt61 directions. Wrapping is tested for 2D and 3D textures with multiple formats

123456