/hardware/google/gfxstream/guest/platform/linux/ |
D | LinuxVirtGpuBlob.cpp | 116 xfer.box.x = x; in transferToHost() 117 xfer.box.y = y; in transferToHost() 118 xfer.box.w = w; in transferToHost() 119 xfer.box.h = h; in transferToHost() 120 xfer.box.d = 1; in transferToHost() 136 xfer.box.x = x; in transferFromHost() 137 xfer.box.y = y; in transferFromHost() 138 xfer.box.w = w; in transferFromHost() 139 xfer.box.h = h; in transferFromHost() 140 xfer.box.d = 1; in transferFromHost()
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 554 static int sync_iov(PipeResEntry* res, uint64_t offset, const stream_renderer_box* box, in sync_iov() argument 557 (unsigned long long)offset, box->x, box->y, box->w, box->h, in sync_iov() 560 if (box->x > res->args.width || box->y > res->args.height) { in sync_iov() 564 if (box->w == 0U || box->h == 0U) { in sync_iov() 568 if (box->x + box->w > res->args.width) { in sync_iov() 574 res->args.format, res->args.width, res->args.height, box->x, box->y, box->w, box->h); in sync_iov() 579 res->args.format, res->args.width, res->args.height, box->x, box->y, box->w, box->h); in sync_iov() 1253 int handleTransferReadPipe(PipeResEntry* res, uint64_t offset, stream_renderer_box* box) { in handleTransferReadPipe() argument 1266 size_t wantedBytes = readBytes + (size_t)box->w; in handleTransferReadPipe() 1270 ((char*)res->linear) + box->x + readBytes, in handleTransferReadPipe() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | khronos.css | 48 hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } 105 /** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */ 106 input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } 108 …ce` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Sa… 109 …arance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ … 130 *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: bor… 293 … -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; -webkit-box-shadow: 0 1px 0… 544 ul.inline { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: row wrap; -we… 577 …t: 0; display: inline-block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px #ddd; box-shado…
|
/hardware/google/gfxstream/guest/include/ |
D | virtgpu_drm.h | 128 struct drm_virtgpu_3d_box box; member 137 struct drm_virtgpu_3d_box box; member
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | virtgpu_drm.h | 129 struct drm_virtgpu_3d_box box; member 138 struct drm_virtgpu_3d_box box; member
|
/hardware/google/gfxstream/guest/platform/include/ |
D | virtgpu_drm.h | 130 struct drm_virtgpu_3d_box box; member 139 struct drm_virtgpu_3d_box box; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_image_processing.adoc | 33 * High-order (up to 64x64) box filtering with HW-computed weights, and fractional box sizes 52 …box. The operation is similar to bi-linear filtering, except the region of texels is not limited … 90 Image box filter operation. + 92 _Result Type_ is the type of the result of image box filter operation 182 Add box filter operation. | 207 | vec2 P, | boxSize. The box is centered at coordinate| 231 Support for weighted sampling, box filtering, and block matching operations are 486 in the _sampled image_ that are covered (either partially or fully) by a box with 489 For each texel covered by the box, a weight value is computed by the implementation. 491 fully covered by the box receive a weight of 1.0. Those texels that are partially [all …]
|
/hardware/google/gfxstream/host/include/gfxstream/ |
D | virtio-gpu-gfxstream-renderer.h | 173 struct stream_renderer_box* box, uint64_t offset, 177 struct stream_renderer_box* box, uint64_t offset,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_fill_rectangle.adoc | 18 box, disregarding the actual triangle edges.
|
D | VK_QCOM_image_processing.adoc | 44 _sampled image_ that are covered (either partially or fully) by a box
|
D | glossary.adoc | 116 A box bounding a region in space defined by extents along each axis and 117 thus representing a box where each edge is aligned to one of the major
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | chunked.css | 36 /* box-shadow: 0px 10px 20px -10px #444444; */
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 111 * bottom-left-back corner of the bounding box of android device in natural 216 * bottom-left-back corner of the bounding box of device.
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 167 * bottom-left-back corner of the bounding box of android device in natural 272 * bottom-left-back corner of the bounding box of device.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2280 * Transform axis-aligned bounding box proposals using bounding box deltas. 2282 * Given the positions of bounding box proposals and the corresponding 2283 * bounding box deltas for each class, return the refined bounding box 2294 * bounding box proposals, each line with format [x1, y1, x2, y2]. 2299 * bounding box delta for each region of interest and each class. The 2300 * bounding box deltas are organized in the following order 2302 * for the center position of the bounding box with respect to the width 2309 * [num_rois], specifying the batch index of each box. Boxes with 2319 * output bounding box for each class, with format [x1, y1, x2, y2]. 2673 * the box with maximum score gets selected and removed from the pending set. [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | render-a11y-string.mjs | 542 } else if (/box/.test(tree.label)) { 544 regionStrings.push("start box"); 546 regionStrings.push("end box");
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 2356 * Transform axis-aligned bounding box proposals using bounding box deltas. 2358 * Given the positions of bounding box proposals and the corresponding 2359 * bounding box deltas for each class, return the refined bounding box 2370 * bounding box proposals, each line with format [x1, y1, x2, y2]. 2375 * bounding box delta for each region of interest and each class. The 2376 * bounding box deltas are organized in the following order 2378 * for the center position of the bounding box with respect to the width 2386 * [num_rois], specifying the batch index of each box. Boxes with 2396 * output bounding box for each class, with format [x1, y1, x2, y2]. 2833 * the box with maximum score gets selected and removed from the pending set. [all …]
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 111 * bottom-left-back corner of the bounding box of android device in natural 216 * bottom-left-back corner of the bounding box of device.
|
/hardware/interfaces/audio/7.0/ |
D | types.hal | 114 * bottom-left-back corner of the bounding box of android device in natural 231 * bottom-left-back corner of the bounding box of device.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | accelstructures.adoc | 41 _Geometries_ refer to a triangle or axis-aligned bounding box. 1005 …tureGeometryAabbsDataKHR',desc='Structure specifying axis-aligned bounding box geometry in a botto… 1019 axis-aligned bounding box in the geometry. 1035 …esc='Structure specifying two opposing corners of an axis-aligned bounding box',type='structs',ali… 1050 * pname:minX is the x position of one opposing corner of a bounding box. 1051 * pname:minY is the y position of one opposing corner of a bounding box. 1052 * pname:minZ is the z position of one opposing corner of a bounding box. 1054 box. 1056 box. 1058 box.
|
D | textures.adoc | 3891 The SPIR-V instruction code:OpImageBoxFilterQCOM specifies texture box 3906 of each texel covered by the box. 3908 [[textures-box-filter-diagrams]] 3990 Texels that are fully covered by the box will have a horizontal and vertical 3992 Texels partially covered by the box will have will have a reduced weights 4021 weights, are combined to produce a box filtered value.
|
D | raytraversal.adoc | 156 bound which includes the specified box.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.css | 973 box-sizing: border-box;
|
D | katex.min.css | 1 …nter}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04…
|
D | katex.mjs | 221 * with a single character in them. To decide if something is a character box, 5847 // `overflow:hidden`, the strut's top edge will sit on the item's line box's 5902 // without overly expanding the containing line-box. 6610 // baseline of the box to the bottom of this strut (instead of staying in 7549 // If our base is a character box, and we have superscripts and 7557 …group = assertNodeType(supSub.base, "accent"); // The character box is the base of the accent group 7559 base = group.base; // Stick the character box into the base of the supsub group 7584 // If the base is a character box, then we want the skew of the 7638 // so that the accent doesn't contribute to the bounding box. 8125 * discusses these routines on page 441-442, in the "Another subroutine sets box [all …]
|