Searched refs:shapes (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | XKBgeom.h | 127 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 129 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 158 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 166 ((d)->shape_ndx= (s)-&(g)->shapes[0]) 180 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 182 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 214 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx]) 216 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0]) 291 XkbShapePtr shapes; member
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | GeneratedTestHarness.cpp | 195 [&result, outputShapes, timing](ErrorStatus error, const hidl_vec<OutputShape>& shapes, in ExecutePreparedModel() 198 *outputShapes = shapes; in ExecutePreparedModel()
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | IDevice.hal | 99 * used with different shapes of inputs on different (possibly concurrent)
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IDevice.hal | 94 * used with different shapes of inputs on different (possibly concurrent)
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IDevice.hal | 156 * with different shapes of inputs on different (possibly concurrent) 275 * used with different shapes of inputs on different (possibly concurrent) 338 * same buffer may be used for different shapes of outputs on different executions. When the
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 534 [&result, outputShapes, timing](ErrorStatus error, const hidl_vec<OutputShape>& shapes, in ExecutePreparedModel() 537 *outputShapes = shapes; in ExecutePreparedModel()
|
D | MemoryDomainTests.cpp | 909 [&executionStatus](ErrorStatus error, const hidl_vec<OutputShape>& shapes, in executeSync() 915 EXPECT_EQ(shapes.size(), 0); in executeSync()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 395 [[sparsememory-standard-shapes]] 398 Standard sparse image block shapes define a standard set of dimensions for 402 All currently defined standard sparse image block shapes are 64 KB in size. 406 etext:BC5) thus the dimensions of the standard sparse image block shapes 460 [[sparsememory-custom-shapes]] 468 As with standard sparse image block shapes, the size in bytes of the custom 781 sparse resources using the standard sparse image block shapes (based on 794 sparse resources using the standard sparse image block shapes (based on 807 resources using the standard sparse image block shapes (based on image
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IDevice.hal | 226 * used with different shapes of inputs on different (possibly concurrent) 317 * used with different shapes of inputs on different (possibly concurrent)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 9492 the <<sparsememory-standard-shapes, Standard Sparse Image Block Shapes>>
|