/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
layer_info.rsh | 27 const LayerInfo_t *layer_info) { 28 return (depth <= layer_info->front_depth); 31 static inline int OnTheLayer(int depth, const LayerInfo_t *layer_info) { 32 return (layer_info->back_depth <= depth && depth <= layer_info->front_depth); 36 int depth, const LayerInfo_t *layer_info) { 37 return (depth != 0) & (depth <= layer_info->front_depth); 41 const LayerInfo_t *layer_info) { 43 ((depth < layer_info->back_depth) | (depth > layer_info->front_depth)) [all...] |
layer_info_fast.rsh | 32 //return (layer_info->back_depth <= depth && depth <= layer_info->front_depth); 38 //return (depth != 0) & (depth <= layer_info->front_depth);
|
pixel_format_f32.rsh | 14 // is no larger than dilation_radius defined in LayerInfo_t in "layer_info.rsh".
|
layered_filter_f32_helper.rsh | 65 const LayerInfo_t *layer_info, const KernelInfo_t *kernel_info, 77 const float *vis_prob = visibility_probability->lut[layer_info->front_depth];
|
layered_filter_d1new_helper.rsh | 137 const float *vis_prob = visibility_probability->lut[layer_info_i2.s0]; // layer_info.front_depth
|
layered_filter_fast_f32.rs | 26 #include "layer_info.rsh"
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
layer_info.rsh | 27 const LayerInfo_t *layer_info) { 28 return (depth <= layer_info->front_depth); 31 static inline int OnTheLayer(int depth, const LayerInfo_t *layer_info) { 32 return (layer_info->back_depth <= depth && depth <= layer_info->front_depth); 36 int depth, const LayerInfo_t *layer_info) { 37 return (depth != 0) & (depth <= layer_info->front_depth); 41 const LayerInfo_t *layer_info) { 43 ((depth < layer_info->back_depth) | (depth > layer_info->front_depth)) [all...] |
layer_info_fast.rsh | 32 //return (layer_info->back_depth <= depth && depth <= layer_info->front_depth); 38 //return (depth != 0) & (depth <= layer_info->front_depth);
|
pixel_format_f32.rsh | 14 // is no larger than dilation_radius defined in LayerInfo_t in "layer_info.rsh".
|
layered_filter_f32_helper.rsh | 65 const LayerInfo_t *layer_info, const KernelInfo_t *kernel_info, 77 const float *vis_prob = visibility_probability->lut[layer_info->front_depth];
|
layered_filter_d1new_helper.rsh | 137 const float *vis_prob = visibility_probability->lut[layer_info_i2.s0]; // layer_info.front_depth
|
layered_filter_fast_f32.rs | 26 #include "layer_info.rsh"
|
/external/ImageMagick/coders/ |
psd.c | 362 static MagickBooleanType CorrectPSDOpacity(LayerInfo *layer_info, 371 if (layer_info->opacity == OpaqueAlpha) 374 layer_info->image->alpha_trait=BlendPixelTrait; 378 magick_threads(layer_info->image,layer_info->image,layer_info->image->rows,1) 380 for (y=0; y < (ssize_t) layer_info->image->rows; y++) 390 q=GetAuthenticPixels(layer_info->image,0,y,layer_info->image->columns,1, 397 for (x=0; x < (ssize_t) layer_info->image->columns; x++ 1347 *layer_info; local [all...] |
xcf.c | 1270 *layer_info; local [all...] |
tiff.c | 1008 *layer_info; 1002 *layer_info; local [all...] |
/hardware/qcom/display/msm8996/sdm/libs/core/ |
resource_default.cpp | 195 const struct HWLayersInfo &layer_info = hw_layers->info; local 200 if (layer_info.count > 1) { 205 Layer *layer = layer_info.stack->layers.at(layer_info.index[0]); 503 HWLayersInfo &layer_info = hw_layers->info; local 505 Layer *layer = layer_info.stack->layers.at(layer_info.index[0]);
|
display_base.cpp | 544 HWLayersInfo &layer_info = hw_layers_.info; local 545 LayerRect &l_roi = layer_info.left_partial_update; 546 LayerRect &r_roi = layer_info.right_partial_update; 643 HWLayersInfo &layer_info = hw_layers->info; local 645 for (uint32_t i = 0; i < layer_info.count; i++) { [all...] |
/external/vulkan-validation-layers/demos/ |
vulkaninfo.c | 1112 struct layer_extension_list const *layer_info = &gpu->device_layers[i]; local [all...] |
/external/vulkan-validation-layers/loader/ |
loader.c | [all...] |