/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 82 optional<BlockMode> getBlockMode(string transform) { in getBlockMode() argument 83 if (transform.find("/ECB") != string::npos) { in getBlockMode() 85 } else if (transform.find("/CBC") != string::npos) { in getBlockMode() 87 } else if (transform.find("/CTR") != string::npos) { in getBlockMode() 89 } else if (transform.find("/GCM") != string::npos) { in getBlockMode() 95 PaddingMode getPadding(string transform, bool sign) { in getPadding() argument 96 if (transform.find("/PKCS7") != string::npos) { in getPadding() 98 } else if (transform.find("/PSS") != string::npos) { in getPadding() 100 } else if (transform.find("/OAEP") != string::npos) { in getPadding() 102 } else if (transform.find("/PKCS1") != string::npos) { in getPadding() [all …]
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 187 bool GenerateKey(string transform, int keySize, bool sign = false) { in GenerateKey() argument 188 if (transform == key_transform_) { in GenerateKey() 196 optional<Algorithm> algorithm = getAlgorithm(transform); in GenerateKey() 198 cerr << "Error: invalid algorithm " << transform << endl; in GenerateKey() 201 key_transform_ = transform; in GenerateKey() 202 return GenerateKey(*algorithm, keySize, getDigest(transform), getPadding(transform, sign), in GenerateKey() 203 getBlockMode(transform)); in GenerateKey() 212 AuthorizationSet getOperationParams(string transform, bool sign = false) { in getOperationParams() argument 214 .Padding(getPadding(transform, sign)) in getOperationParams() 216 .Digest(getDigest(transform)); in getOperationParams() [all …]
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | layer_stack.h | 107 bool operator==(const LayerTransform& transform) const { 108 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal && 109 flip_vertical == transform.flip_vertical); 112 bool operator!=(const LayerTransform& transform) const { 113 return !operator==(transform); 277 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be member
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | layer_stack.h | 138 bool operator==(const LayerTransform& transform) const { 139 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal && 140 flip_vertical == transform.flip_vertical); 143 bool operator!=(const LayerTransform& transform) const { 144 return !operator==(transform); 340 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be member
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
D | layer_stack.h | 137 bool operator==(const LayerTransform& transform) const { 138 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal && 139 flip_vertical == transform.flip_vertical); 142 bool operator!=(const LayerTransform& transform) const { 143 return !operator==(transform); 340 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be member
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | layer_stack.h | 137 bool operator==(const LayerTransform& transform) const { 138 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal && 139 flip_vertical == transform.flip_vertical); 142 bool operator!=(const LayerTransform& transform) const { 143 return !operator==(transform); 340 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be member
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | layer_stack.h | 152 bool operator==(const LayerTransform& transform) const { 153 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal && 154 flip_vertical == transform.flip_vertical); 157 bool operator!=(const LayerTransform& transform) const { 158 return !operator==(transform); 381 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be member
|
/hardware/qcom/sm7250/display/sdm/include/core/ |
D | layer_stack.h | 135 bool operator==(const LayerTransform& transform) const { 136 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal && 137 flip_vertical == transform.flip_vertical); 140 bool operator!=(const LayerTransform& transform) const { 141 return !operator==(transform); 393 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be member
|
/hardware/google/pixel/vibrator/cs40l26/tests/ |
D | test-hwcal.cpp | 141 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 154 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 167 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 184 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 193 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 202 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 214 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 238 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 262 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 296 std::transform(volTickExpect.begin(), volTickExpect.end(), volActual.begin(), [](uint32_t &e) { in TEST_F() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_primitives_generated_query.adoc | 16 whether transform feedback is active or not. 29 However, this can only be used when transform feedback is active, and thus is 51 - Some hardware cannot produce a valid value when a non-zero transform feedback 82 used in conjunction with non-zero transform feedback streams. 89 available, the transform feedback query can be used for non-zero streams since 90 transform feedback is necessarily active. 91 This is nonetheless not a concern for OpenGL layers as non-zero transform
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndCompositionTests.cpp | 66 .transform = static_cast<hwc_transform_t>(0), in TEST_P() 94 .transform = static_cast<hwc_transform_t>(0), in TEST_P() 142 .transform = static_cast<hwc_transform_t>(0), in TEST_P() 170 .transform = static_cast<hwc_transform_t>(0), in TEST_P()
|
/hardware/google/gfxstream/host/ |
D | PostWorkerGl.cpp | 85 .transform = HWC_TRANSFORM_NONE, in postImpl() 156 const auto transform = getTransformFromRotation(mFb->getZrot()); in postImpl() local 157 postLayerOptions.transform = transform; in postImpl() 158 if ( transform == HWC_TRANSFORM_ROT_90 || transform == HWC_TRANSFORM_ROT_270) { in postImpl() 205 postLayerOptions.transform = getTransformFromRotation(mFb->getZrot()); in postImpl()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_provoking_vertex.adoc | 60 to transform feedback buffers? 65 to transform feedback buffers such that flat-shaded attributes have the same 66 value when drawing the contents of the transform feedback buffer as they did 67 in the original drawing when the transform feedback buffer was written 77 to accommodate implementations that cannot change the transform 82 and required that transform feedback write vertices so as to preserve
|
D | VK_QCOM_render_pass_transform.adoc | 24 support for <<vertexpostproc-renderpass-transform, render pass transform>>. 71 transform parameters. 75 the render pass transform parameters. 78 The implementation will transform those into the native (rotated) 133 Other display systems such as projectors might require a flipped transform. 141 that enables both render pass transform and fragment density maps. 160 enabling both pname:pFragmentShadingRateAttachment and render pass transform 170 be different per transform.
|
D | VK_EXT_transform_feedback.adoc | 31 This extension adds transform feedback to the Vulkan API by exposing the 35 It adds API functionality to bind transform feedback buffers to capture the 37 for transform feedback. 38 The transform feedback capture can be paused and resumed by way of storing 46 core transform feedback functionality and beyond.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | doctransformer.py | 137 def endBlock(self, line, transform, vuBlock): argument 162 self.transformStack.append(transform) 165 logDiag('endBlock transform =', transform, ' line', self.lineNumber, 280 def endBlock(self, line, transform = False, vuBlock = False): argument 288 self.state.endBlock(line, transform, vuBlock) 293 self.endBlock(line, transform = True, vuBlock = vuBlock) 298 self.endBlock(line, transform = False)
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_fbupdate.cpp | 176 int transform = layer->transform; in configure() local 180 static_cast<ovutils::eTransform>(transform); in configure() 199 transform, orient); in configure() 202 setMdpFlags(ctx, layer, mdpFlags, 0, transform); in configure() 212 transform = 0; in configure() 291 static_cast<ovutils::eTransform>(layer->transform); in configure() 308 int transform = layer->transform; in configure() local 328 transform, orient); in configure() 473 int transform = layer->transform; in configure() local 475 static_cast<ovutils::eTransform>(transform); in configure() [all …]
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwcal.cpp | 164 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 181 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 193 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 207 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 221 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 242 std::transform(volExpect.begin(), volExpect.end(), volActual.begin(), [](uint32_t &e) { in TEST_F() 274 std::transform(volExpect.begin(), volExpect.end(), volActual.begin(), [](uint32_t &e) { in TEST_F()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 454 if(layer->transform & HWC_TRANSFORM_ROT_90) in setListStats() 779 void trimLayer(hwc_context_t *ctx, const int& dpy, const int& transform, in trimLayer() argument 786 qhwc::calculate_crop_rects(crop, dst, scissor, transform); in trimLayer() 795 const int& transform = layer->transform; in setMdpFlags() local 813 if(transform & HWC_TRANSFORM_ROT_90) { in setMdpFlags() 821 if(!(layer->transform & HWC_TRANSFORM_ROT_90) && !rotDownscale) { in setMdpFlags() 822 if(layer->transform & HWC_TRANSFORM_FLIP_H) { in setMdpFlags() 826 if(layer->transform & HWC_TRANSFORM_FLIP_V) { in setMdpFlags() 947 int transform = layer->transform; in configureLowRes() local 948 eTransform orient = static_cast<eTransform>(transform); in configureLowRes() [all …]
|
D | hwc_fbupdate.cpp | 103 int transform = layer->transform; in configure() local 105 static_cast<ovutils::eTransform>(transform); in configure() 231 int transform = layer->transform; in configure() local 233 static_cast<ovutils::eTransform>(transform); in configure()
|
/hardware/google/gfxstream/guest/rendercontrol/ |
D | RenderControl.cpp | 31 hwc_transform_t transform; member 127 composeLayer.transform = requestLayer.transform; in rcCompose()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.cpp | 176 int transform = layer->transform; in configure() local 180 static_cast<ovutils::eTransform>(transform); in configure() 201 transform, orient); in configure() 204 setMdpFlags(layer, mdpFlags, 0, transform); in configure() 214 transform = 0; in configure() 296 static_cast<ovutils::eTransform>(layer->transform); in configure() 447 int transform = layer->transform; in configure() local 449 static_cast<ovutils::eTransform>(transform); in configure()
|
D | hwc_utils.cpp | 599 int& transform, in calcExtDisplayPosition() argument 655 transform = extOrient; in calcExtDisplayPosition() 804 static void trimLayer(hwc_context_t *ctx, const int& dpy, const int& transform, in trimLayer() argument 812 qhwc::calculate_crop_rects(crop, dst, scissor, transform); in trimLayer() 822 list->hwLayers[i].transform, in trimList() 1214 int transform =layer->transform; in optimizeLayerRects() local 1222 dest_rect, transform); in optimizeLayerRects() 1448 int rotDownscale, int transform) { in setMdpFlags() argument 1468 if(transform & HWC_TRANSFORM_ROT_90) { in setMdpFlags() 1483 if(!(transform & HWC_TRANSFORM_ROT_90) && !rotDownscale) { in setMdpFlags() [all …]
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.cpp | 182 int transform = layer->transform; in configure() local 186 static_cast<ovutils::eTransform>(transform); in configure() 207 transform, orient); in configure() 210 setMdpFlags(ctx, layer, mdpFlags, 0, transform); in configure() 220 transform = 0; in configure() 302 static_cast<ovutils::eTransform>(layer->transform); in configure() 453 int transform = layer->transform; in configure() local 455 static_cast<ovutils::eTransform>(transform); in configure()
|
/hardware/google/graphics/common/libacryl/include/hardware/exynos/ |
D | acryl.h | 320 bool supportedResampling(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedResampling() argument 324 if (!!(transform & HAL_TRANSFORM_ROT_90)) in supportedResampling() 333 bool supportedHWResampling(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedHWResampling() argument 335 if (!!(transform & HAL_TRANSFORM_ROT_90)) in supportedHWResampling() 363 bool supportedResizing(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedResizing() argument 365 if (!!(transform & HAL_TRANSFORM_ROT_90)) in supportedResizing() 773 …bool setCompositArea(hwc_rect_t &src_area, hwc_rect_t &out_area, uint32_t transform = 0, uint32_t … 778 bool setCompositArea(hwc_rect_t &src_area, uint32_t transform = 0, uint32_t attr = 0) 781 return setCompositArea(src_area, out_area, transform, attr); 1273 void setTransfer(int layer, hwc_rect_t &src_area, hwc_rect_t &out_area, uint32_t transform) { in setTransfer() [all …]
|