/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 | 267 std::vector<tcu::Vec4> directions; in iterate() local 269 directions.reserve(kNumRays); in iterate() 274 …directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.x(), barycentricABC.y()))… in iterate() 275 …directions.push_back(extendToV4(calcCoordinates(triangle, barycentricABC.y(), barycentricABC.x()))… in iterate() 276 …directions.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/ |
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/linux-kselftest/tools/testing/selftests/dma/ |
D | dma_map_benchmark.c | 26 static char *directions[] = { variable 145 threads, seconds, node, dir[directions], granule); in main()
|
/external/wmediumd/wmediumd/ |
D | config.c | 227 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/ |
D | SkPathOpsAsWinding.cpp | 74 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/ |
D | README.txt | 4 See each file's header comment for directions on how to use it with the
|
/external/cronet/third_party/protobuf/editors/ |
D | README.txt | 4 See each file's header comment for directions on how to use it with the
|
/external/mesa3d/docs/ |
D | precompiled.rst | 9 There are some general directions:
|
/external/wmediumd/ |
D | README.md | 89 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/ |
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/python/pyee/ |
D | README.rst | 17 Autogenerated API docs, including basic installation directions and examples,
|
/external/curl/docs/cmdline-opts/ |
D | speed-time.d | 17 This option controls transfers (in both directions) but will not affect slow
|
/external/libwebsockets/win32port/ |
D | version.rc.in | 23 … minimal CPU and memory resources, and provide fast throughput in both directions as client or ser…
|
/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/wmediumd/tests/ |
D | diamond_direction.sh | 45 directions = (
|
/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/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/llvm/test/Linker/ |
D | dicompositetype-unique.ll | 24 ; Check both directions.
|
/external/skia/src/core/ |
D | SkPath.cpp | 3540 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/ |
D | README | 44 1) Compile the tests using the directions above.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.texture.border_clamp.txt | 61 directions. Wrapping is tested for 2D and 3D textures with multiple formats
|