/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-access-chains/ |
D | 0-opt.wgsl | 21 var directions : i32; 59 directions = 0; 72 let x_106 : i32 = directions; 73 directions = (x_106 + 1); 87 let x_126 : i32 = directions; 88 directions = (x_126 + 1); 102 let x_146 : i32 = directions; 103 directions = (x_146 + 1); 117 let x_166 : i32 = directions; 118 directions = (x_166 + 1); [all …]
|
D | 0-opt.spvasm | 19 OpName %directions "directions" 81 %directions = OpVariable %_ptr_Function_int Function 131 OpStore %directions %int_0 154 %106 = OpLoad %int %directions 156 OpStore %directions %107 181 %126 = OpLoad %int %directions 183 OpStore %directions %127 208 %146 = OpLoad %int %directions 210 OpStore %directions %147 235 %166 = OpLoad %int %directions [all …]
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-dead-break-and-unroll/ |
D | 1.wgsl | 23 var directions : i32; 62 directions = 0; 75 let x_114 : i32 = directions; 76 directions = (x_114 + 1); 90 let x_134 : i32 = directions; 91 directions = (x_134 + 1); 105 let x_154 : i32 = directions; 106 directions = (x_154 + 1); 121 let x_175 : i32 = directions; 122 directions = (x_175 + 1); [all …]
|
D | 1.spvasm | 19 OpName %directions "directions" 87 %directions = OpVariable %_ptr_Function_int Function 139 OpStore %directions %int_0 162 %114 = OpLoad %int %directions 164 OpStore %directions %115 189 %134 = OpLoad %int %directions 191 OpStore %directions %135 216 %154 = OpLoad %int %directions 218 OpStore %directions %155 244 %175 = OpLoad %int %directions [all …]
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-maze-flatten-copy-composite/ |
D | 2.wgsl | 21 var directions : i32; 59 directions = 0; 72 let x_108 : i32 = directions; 73 directions = (x_108 + 1); 87 let x_128 : i32 = directions; 88 directions = (x_128 + 1); 102 let x_148 : i32 = directions; 103 directions = (x_148 + 1); 117 let x_168 : i32 = directions; 118 directions = (x_168 + 1); [all …]
|
D | 1.wgsl | 21 var directions : i32; 59 directions = 0; 72 let x_108 : i32 = directions; 73 directions = (x_108 + 1); 87 let x_128 : i32 = directions; 88 directions = (x_128 + 1); 102 let x_148 : i32 = directions; 103 directions = (x_148 + 1); 117 let x_168 : i32 = directions; 118 directions = (x_168 + 1); [all …]
|
D | 2.spvasm | 19 OpName %directions "directions" 83 %directions = OpVariable %_ptr_Function_int Function 133 OpStore %directions %int_0 156 %108 = OpLoad %int %directions 158 OpStore %directions %109 183 %128 = OpLoad %int %directions 185 OpStore %directions %129 210 %148 = OpLoad %int %directions 212 OpStore %directions %149 237 %168 = OpLoad %int %directions [all …]
|
D | 1.spvasm | 19 OpName %directions "directions" 83 %directions = OpVariable %_ptr_Function_int Function 133 OpStore %directions %int_0 156 %108 = OpLoad %int %directions 158 OpStore %directions %109 183 %128 = OpLoad %int %directions 185 OpStore %directions %129 210 %148 = OpLoad %int %directions 212 OpStore %directions %149 237 %168 = OpLoad %int %directions [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/flutter/skia/docs/examples/ |
D | Path_isNestedFillRects.cpp | 14 SkPath::Direction directions[2]; in draw() local 15 if (path.isNestedFillRects(rects, directions)) { in draw() 19 SkPath::kCW_Direction == directions[i] ? "CW" : "CCW"); in draw()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_edgedetect.c | 54 char *directions; member 139 plane->directions = av_malloc(plane->width * plane->height); in config_props() 140 if (!plane->tmpbuf || !plane->gradients || !plane->directions) in config_props() 354 int8_t *directions = plane->directions; in filter_frame() local 374 directions,width, in filter_frame() 382 directions,width, in filter_frame() 412 av_freep(&plane->directions); in uninit()
|
/third_party/vk-gl-cts/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()
|
/third_party/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()
|
/third_party/flutter/skia/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()
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 1418 directions: ["to", "bottom"], property 1439 result.directions = tempResult.value.split(/\s+/) 1787 let directions = [] 1792 directions.push(checkDirection(value)) 1799 directions.push('horizon') 1801 directions.push('vertical') 1809 if (directions.length === 2 && directions[0] === directions[1]) { 1929 let directions = [] 1933 directions.push(checkDirection(value)) 1939 directions.push('horizon') [all …]
|
/third_party/protobuf/editors/ |
D | README.txt | 4 See each file's header comment for directions on how to use it with the
|
/third_party/mesa3d/docs/ |
D | precompiled.rst | 9 There are some general directions:
|
/third_party/libinput/doc/user/ |
D | scrolling.rst | 31 Scroll movements provide vertical and horizontal directions, each 32 scroll event contains both directions where applicable, see 59 Scrolling in both directions at once is possible by meeting the required
|
/third_party/libwebsockets/win32port/ |
D | version.rc.in | 23 … minimal CPU and memory resources, and provide fast throughput in both directions as client or ser…
|
/third_party/libinput/tools/ |
D | libinput-analyze-per-slot-delta.py | 85 directions = ["↖↑", "↖←", "↙←", "↙↓", "↓↘", "→↘", "→↗", "↑↗"] 86 direction = directions[int(t / 45)]
|
/third_party/skia/src/core/ |
D | SkPath.cpp | 3514 signed char directions[] = {-1, -1, -1, -1, -1}; // -1 to 3; -1 is uninitialized in IsRectContour() local 3544 directions[0] = nextDirection; in IsRectContour() 3553 if (autoClose && nextDirection == directions[0]) { in IsRectContour() 3557 if (directions[corners - 1] == nextDirection) { in IsRectContour() 3564 directions[corners++] = nextDirection; in IsRectContour() 3571 if ((directions[0] ^ directions[2]) != 2) { in IsRectContour() 3577 if ((directions[1] ^ directions[3]) != 2) { in IsRectContour() 3592 if (allowPartial && !autoClose && directions[0] >= 0) { in IsRectContour() 3635 *direction = directions[0] == ((directions[1] + 1) & 3) ? in IsRectContour()
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 492 signed char directions[] = {-1, -1, -1, -1, -1}; // -1 to 3; -1 is uninitialized in isRectContour() local 521 directions[0] = nextDirection; in isRectContour() 530 if (autoClose && nextDirection == directions[0]) { in isRectContour() 534 if (directions[corners - 1] == nextDirection) { in isRectContour() 541 directions[corners++] = nextDirection; in isRectContour() 548 if ((directions[0] ^ directions[2]) != 2) { in isRectContour() 554 if ((directions[1] ^ directions[3]) != 2) { in isRectContour() 569 if (allowPartial && !autoClose && directions[0] >= 0) { in isRectContour() 612 *direction = directions[0] == ((directions[1] + 1) & 3) ? kCW_Direction : kCCW_Direction; in isRectContour()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events2 | 28 limit the valid directions an event can travel in? ie. Can EOS only
|