/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
ComposerHal.h | 37 using V2_1::Layer; 70 Display display, Layer layer, 84 virtual Error setLayerFloatColor(Display display, Layer layer,
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
hwc_layers.h | 23 /* This class translates HWC2 Layer functions to the SDM LayerStack 68 Layer *GetSDMLayer() { return layer_; } 98 Layer *layer_ = nullptr; 120 DisplayError SetMetaData(const private_handle_t *pvt_handle, Layer *layer);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
hwc_layers.h | 23 /* This class translates HWC2 Layer functions to the SDM LayerStack 64 Layer *GetSDMLayer() { return layer_; } 94 Layer *layer_ = nullptr; 116 DisplayError SetMetaData(const private_handle_t *pvt_handle, Layer *layer);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_layers.h | 23 /* This class translates HWC2 Layer functions to the SDM LayerStack 61 Layer *GetSDMLayer() { return layer_; } 87 Layer *layer_ = nullptr; 109 DisplayError SetMetaData(const private_handle_t *pvt_handle, Layer *layer);
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
hwc_layers.h | 23 /* This class translates HWC2 Layer functions to the SDM LayerStack 68 Layer *GetSDMLayer() { return layer_; } 97 Layer *layer_ = nullptr; 119 DisplayError SetMetaData(const private_handle_t *pvt_handle, Layer *layer);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 25 /// @brief IR mutating layer. 27 /// This layer applies a user supplied transform to each module that is added, 28 /// then adds the transformed module to the layer below. 42 /// the layer below, along with the memory manager and symbol resolver. 64 /// layer's implementation.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 25 /// @brief IR mutating layer. 27 /// This layer applies a user supplied transform to each module that is added, 28 /// then adds the transformed module to the layer below. 42 /// the layer below, along with the memory manager and symbol resolver. 64 /// layer's implementation.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 25 /// @brief IR mutating layer. 27 /// This layer applies a user supplied transform to each module that is added, 28 /// then adds the transformed module to the layer below. 42 /// the layer below, along with the memory manager and symbol resolver. 64 /// layer's implementation.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 25 /// @brief IR mutating layer. 27 /// This layer applies a user supplied transform to each module that is added, 28 /// then adds the transformed module to the layer below. 42 /// the layer below, along with the memory manager and symbol resolver. 64 /// layer's implementation.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 25 /// @brief IR mutating layer. 27 /// This layer applies a user supplied transform to each module that is added, 28 /// then adds the transformed module to the layer below. 42 /// the layer below, along with the memory manager and symbol resolver. 64 /// layer's implementation.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 25 /// @brief IR mutating layer. 27 /// This layer applies a user supplied transform to each module that is added, 28 /// then adds the transformed module to the layer below. 42 /// the layer below, along with the memory manager and symbol resolver. 64 /// layer's implementation.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 25 /// @brief IR mutating layer. 27 /// This layer applies a user supplied transform to each module that is added, 28 /// then adds the transformed module to the layer below. 42 /// the layer below, along with the memory manager and symbol resolver. 64 /// layer's implementation.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/ |
IRTransformLayer.h | 25 /// @brief IR mutating layer. 27 /// This layer applies a user supplied transform to each module that is added, 28 /// then adds the transformed module to the layer below. 42 /// the layer below, along with the memory manager and symbol resolver. 64 /// layer's implementation.
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
rnn_test.py | 113 # same parameters, the forward and backward states of the first layer 119 # check that the forward and backward states of the first layer match. 160 # same for the first layer (it does not apply for the second layer since 167 dtypes.float32, shape=(batch_size, layer * 2)) 168 for layer in self.layers 172 dtypes.float32, shape=(batch_size, layer * 2)) 173 for layer in self.layers 185 for i, layer in enumerate(self.layers): 187 (batch_size, layer * 2), dtype=np.float32 [all...] |
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
hwc_color_manager.cpp | 178 // 1. shallow copy HWC_FRAMEBUFFER_TARGET layer info solid fill layer list. 187 hwc_layer_1_t *layer = &layer_list->hwLayers[i]; local 188 layer->compositionType = HWC_OVERLAY; 207 // SurfaceFlinger layer stack is dropped in solid fill case and replaced with local layer stack 208 // Close acquire fence fds associated with SF layer stack 209 // Close release/retire fence fds returned along with local layer stack 246 // handle for solid fill layer with fd = -1. 263 hwc_layer_1_t &layer = solid_fill_layers_->hwLayers[0] local 273 hwc_layer_1_t &layer = solid_fill_layers_->hwLayers[0]; local 303 hwc_layer_1_t &layer = solid_fill_layers_->hwLayers[0]; local [all...] |
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
hwc_color_manager.cpp | 178 // 1. shallow copy HWC_FRAMEBUFFER_TARGET layer info solid fill layer list. 187 hwc_layer_1_t *layer = &layer_list->hwLayers[i]; local 188 layer->compositionType = HWC_OVERLAY; 207 // SurfaceFlinger layer stack is dropped in solid fill case and replaced with local layer stack 208 // Close acquire fence fds associated with SF layer stack 209 // Close release/retire fence fds returned along with local layer stack 246 // handle for solid fill layer with fd = -1. 263 hwc_layer_1_t &layer = solid_fill_layers_->hwLayers[0] local 273 hwc_layer_1_t &layer = solid_fill_layers_->hwLayers[0]; local 303 hwc_layer_1_t &layer = solid_fill_layers_->hwLayers[0]; local [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_fbupdate.cpp | 72 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local 73 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) && 88 hwc_layer_1_t *layer, 99 ctx->mLayerRotMap[mDpy]->add(layer, mRot); 131 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local 142 pipeSpecs.needsScaling = qhwc::needsScaling(layer); 165 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 166 hwc_rect_t displayFrame = layer->displayFrame; 176 int transform = layer->transform; 189 sourceCrop = layer->displayFrame 278 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local 442 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local [all...] |
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
Service.c | 23 manage the network layer interfaces for the socket driver. Tag
26 interface for use by the socket layer.
83 // Determine if the socket layer is already connected
157 // Synchronize with the socket layer
171 // Release the socket layer synchronization
248 Shutdown the connections to the network layer by locating the
305 // Synchronize with the socket layer
360 // Release the socket layer synchronization
433 Initialize the service layer
462 Shutdown the service layer
[all...] |
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
esextcTextureCubeMapArraySubImage3D.hpp | 48 * The data to be written over layer-face(s) should be distinctively different 59 * a) A single whole layer-face at index 0 should be replaced 61 * b) A region of a layer-face at index 0 should be replaced 63 * c) 6 layer-faces, making up a single layer, should be replaced 65 * d) 6 layer-faces, making up two different layers (for instance: three 66 * last layer-faces of layer 1 and three first layer-faces of layer 2 [all...] |
esextcTextureCubeMapArrayColorDepthAttachments.cpp | 69 " int layer = vs_out_layer[0];\n"; 78 " int layer = uni_layer;\n"; 85 " gl_Layer = layer;\n" 86 " fs_in_color = layer;\n" 91 " gl_Layer = layer;\n" 92 " fs_in_color = layer;\n" 97 " gl_Layer = layer;\n" 98 " fs_in_color = layer;\n" 103 " gl_Layer = layer;\n" 104 " fs_in_color = layer;\n [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
AdaptiveIconDrawable.java | 68 * background layer as following: 118 * background layer. 167 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity); local 168 layer.mDrawable = drawable; 169 layer.mDrawable.setCallback(this); 171 layer.mDrawable.getChangingConfigurations(); 172 return layer; 197 * Sets the layer to the {@param index} and invalidates cache. 199 * @param index The index of the layer. 200 * @param layer The layer to add 226 final ChildDrawable layer = array[i]; local 428 final ChildDrawable layer = array[i]; local 478 final ChildDrawable layer = new ChildDrawable(state.mDensity); local 1001 final ChildDrawable layer = array[i]; local [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bpic_adv.c | 9 // Description: Parses VC-1 picture layer for progressive B picture in advanced
18 * Parse picture layer. This function parses progressive B picture for advanced
22 * layer.
75 /* Skip parsing of macroblock layer. */
81 * Parse picture layer. This function parses interlace B frame for advanced
85 * layer.
150 /* Skip parsing of macroblock layer. */
156 * Parse picture layer. This function parses interlace B field for advanced
160 * layer.
254 /* Skip parsing of macroblock layer. */ [all...] |
vc1parse_ipic_adv.c | 9 // Description: Parses VC-1 picture layer for progressive I or BI picture in
17 * Parse picture layer. This function parses progressive I or BI picture for
21 * layer.
78 /* Skip parsing of macroblock layer. */
84 * Parse picture layer. This function parses interlace I or BI frame for
88 * layer.
151 /* Skip parsing of macroblock layer. */
157 * Parse picture layer. This function parses interlace I or BI field for
161 * layer.
254 /* Skip parsing of macroblock layer. */ [all...] |
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/ |
layers.py | 115 """Adds an 2D convolution followed by an optional batch_norm layer. 116 The layer creates a mask variable on top of the weight variable. The input to 170 reuse: Whether or not the layer and its variables should be reused. To be 171 able to reuse the layer scope must be given. 219 layer = layer_class( 238 outputs = layer.apply(inputs) 241 _add_variable_to_collections(layer.kernel, variables_collections, 'weights') 242 if layer.use_bias: 243 _add_variable_to_collections(layer.bias, variables_collections, 'biases') 274 """Adds a sparse fully connected layer. The weight matrix is masked [all...] |
/external/tensorflow/tensorflow/examples/ios/camera/ |
CameraExampleViewController.mm | 102 CALayer *rootLayer = [previewView layer]; 541 for (CATextLayer *layer in labelLayers) { 542 [layer removeFromSuperlayer]; 565 CATextLayer *background = [CATextLayer layer]; 571 [[self.view layer] addSublayer:background]; 574 CATextLayer *layer = [CATextLayer layer]; 575 [layer setForegroundColor:[UIColor whiteColor].CGColor]; 576 [layer setFrame:textBounds]; 577 [layer setAlignmentMode:alignment] [all...] |