Home
last modified time | relevance | path

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

1234567

/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.cpp267 std::vector<tcu::Vec4> directions; in iterate() local
269 directions.reserve(kNumRays); in iterate()
274directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.x(), barycentricABC.y()))… in iterate()
275directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.x()))… in iterate()
276directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.z()))… in iterate()
283 while (directions.size() < kNumRays) in iterate()
294 directions.push_back(extendToV4(calcCoordinates(triangle, b, c))); in iterate()
297 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/linux-kselftest/tools/testing/selftests/dma/
Ddma_map_benchmark.c26 static char *directions[] = { variable
145 threads, seconds, node, dir[directions], granule); in main()
/external/wmediumd/wmediumd/
Dconfig.c227 const config_setting_t *directions, *direction; in parse_path_loss() local
243 directions = config_lookup(cf, "model.directions"); in parse_path_loss()
244 if (directions) { in parse_path_loss()
245 if (config_setting_length(directions) != ctx->num_stas) { in parse_path_loss()
353 if (directions) { in parse_path_loss()
354 direction = config_setting_get_elem(directions, in parse_path_loss()
/external/skia/src/pathops/
DSkPathOpsAsWinding.cpp74 Contour::Direction directions[3]; in contains_edge() local
101 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge()
105 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge()
108 winding += (int) directions[index]; in contains_edge()
/external/protobuf/editors/
DREADME.txt4 See each file's header comment for directions on how to use it with the
/external/cronet/third_party/protobuf/editors/
DREADME.txt4 See each file's header comment for directions on how to use it with the
/external/mesa3d/docs/
Dprecompiled.rst9 There are some general directions:
/external/wmediumd/
DREADME.md89 other links. Unless both directions of a link are configured, the loss
125 symmetric. For asymmetric links, configure both directions, as in the
149 directions = (
/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/python/pyee/
DREADME.rst17 Autogenerated API docs, including basic installation directions and examples,
/external/curl/docs/cmdline-opts/
Dspeed-time.d17 This option controls transfers (in both directions) but will not affect slow
/external/libwebsockets/win32port/
Dversion.rc.in23 … minimal CPU and memory resources, and provide fast throughput in both directions as client or ser…
/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/wmediumd/tests/
Ddiamond_direction.sh45 directions = (
/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/
D_control.srv14 directions
D_control.stress.srv16 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/llvm/test/Linker/
Ddicompositetype-unique.ll24 ; Check both directions.
/external/skia/src/core/
DSkPath.cpp3540 signed char directions[] = {-1, -1, -1, -1, -1}; // -1 to 3; -1 is uninitialized in IsRectContour() local
3570 directions[0] = nextDirection; in IsRectContour()
3579 if (autoClose && nextDirection == directions[0]) { in IsRectContour()
3583 if (directions[corners - 1] == nextDirection) { in IsRectContour()
3590 directions[corners++] = nextDirection; in IsRectContour()
3597 if ((directions[0] ^ directions[2]) != 2) { in IsRectContour()
3603 if ((directions[1] ^ directions[3]) != 2) { in IsRectContour()
3618 if (allowPartial && !autoClose && directions[0] >= 0) { in IsRectContour()
3661 *direction = directions[0] == ((directions[1] + 1) & 3) ? in IsRectContour()
/external/antlr/runtime/JavaScript/build/
DREADME44 1) Compile the tests using the directions above.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.border_clamp.txt61 directions. Wrapping is tested for 2D and 3D textures with multiple formats

1234567