/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp.c | 129 #define FUNC(a, depth) a ## _ ## depth in ff_hevc_dsp_init() 132 #define PEL_FUNC(dst1, idx1, idx2, a, depth) \ in ff_hevc_dsp_init() 135 hevcdsp->dst1[i][idx1][idx2] = a ## _ ## depth; \ in ff_hevc_dsp_init() 139 #define EPEL_FUNCS(depth) \ in ff_hevc_dsp_init() 140 PEL_FUNC(put_hevc_epel, 0, 0, put_hevc_pel_pixels, depth); \ in ff_hevc_dsp_init() 141 PEL_FUNC(put_hevc_epel, 0, 1, put_hevc_epel_h, depth); \ in ff_hevc_dsp_init() 142 PEL_FUNC(put_hevc_epel, 1, 0, put_hevc_epel_v, depth); \ in ff_hevc_dsp_init() 143 PEL_FUNC(put_hevc_epel, 1, 1, put_hevc_epel_hv, depth) in ff_hevc_dsp_init() 146 #define EPEL_UNI_FUNCS(depth) \ in ff_hevc_dsp_init() [all...] |
H A D | h264dsp.c | 70 #define FUNC(a, depth) a ## _ ## depth ## _c in ff_h264dsp_init() 72 #define ADDPX_DSP(depth) \ in ff_h264dsp_init() 73 c->h264_add_pixels4_clear = FUNC(ff_h264_add_pixels4, depth);\ in ff_h264dsp_init() 74 c->h264_add_pixels8_clear = FUNC(ff_h264_add_pixels8, depth) in ff_h264dsp_init() 82 #define H264_DSP(depth) \ in ff_h264dsp_init() 83 c->h264_idct_add= FUNC(ff_h264_idct_add, depth);\ in ff_h264dsp_init() 84 c->h264_idct8_add= FUNC(ff_h264_idct8_add, depth);\ in ff_h264dsp_init() 85 c->h264_idct_dc_add= FUNC(ff_h264_idct_dc_add, depth);\ in ff_h264dsp_init() 86 c->h264_idct8_dc_add= FUNC(ff_h264_idct8_dc_add, depth);\ in ff_h264dsp_init() [all...] |
H A D | h264qpel.c | 52 #define FUNCC(f, depth) f ## _ ## depth ## _c in ff_h264qpel_init() 54 #define dspfunc2(PFX, IDX, NUM, depth) \ in ff_h264qpel_init() 55 c->PFX ## _pixels_tab[IDX][ 0] = FUNCC(PFX ## NUM ## _mc00, depth); \ in ff_h264qpel_init() 56 c->PFX ## _pixels_tab[IDX][ 1] = FUNCC(PFX ## NUM ## _mc10, depth); \ in ff_h264qpel_init() 57 c->PFX ## _pixels_tab[IDX][ 2] = FUNCC(PFX ## NUM ## _mc20, depth); \ in ff_h264qpel_init() 58 c->PFX ## _pixels_tab[IDX][ 3] = FUNCC(PFX ## NUM ## _mc30, depth); \ in ff_h264qpel_init() 59 c->PFX ## _pixels_tab[IDX][ 4] = FUNCC(PFX ## NUM ## _mc01, depth); \ in ff_h264qpel_init() 60 c->PFX ## _pixels_tab[IDX][ 5] = FUNCC(PFX ## NUM ## _mc11, depth); \ in ff_h264qpel_init() 61 c->PFX ## _pixels_tab[IDX][ 6] = FUNCC(PFX ## NUM ## _mc21, depth); \ in ff_h264qpel_init() [all...] |
H A D | hevcpred.c | 46 #define FUNC(a, depth) a ## _ ## depth in ff_hevc_pred_init() 48 #define HEVC_PRED(depth) \ in ff_hevc_pred_init() 49 hpc->intra_pred[0] = FUNC(intra_pred_2, depth); \ in ff_hevc_pred_init() 50 hpc->intra_pred[1] = FUNC(intra_pred_3, depth); \ in ff_hevc_pred_init() 51 hpc->intra_pred[2] = FUNC(intra_pred_4, depth); \ in ff_hevc_pred_init() 52 hpc->intra_pred[3] = FUNC(intra_pred_5, depth); \ in ff_hevc_pred_init() 53 hpc->pred_planar[0] = FUNC(pred_planar_0, depth); \ in ff_hevc_pred_init() 54 hpc->pred_planar[1] = FUNC(pred_planar_1, depth); \ in ff_hevc_pred_init() 55 hpc->pred_planar[2] = FUNC(pred_planar_2, depth); \ in ff_hevc_pred_init() [all...] |
H A D | h264pred.c | 443 #define FUNC(a, depth) a ## _ ## depth in ff_h264_pred_init() 444 #define FUNCC(a, depth) a ## _ ## depth ## _c in ff_h264_pred_init() 447 #define H264_PRED(depth) \ in ff_h264_pred_init() 448 h->pred4x4[VERT_PRED ] = FUNCC(pred4x4_vertical, depth);\ in ff_h264_pred_init() 449 h->pred4x4[HOR_PRED ] = FUNCC(pred4x4_horizontal, depth);\ in ff_h264_pred_init() 450 h->pred4x4[DC_PRED ] = FUNCC(pred4x4_dc, depth);\ in ff_h264_pred_init() 451 h->pred4x4[DIAG_DOWN_LEFT_PRED ] = FUNCC(pred4x4_down_left, depth);\ in ff_h264_pred_init() 452 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = FUNCC(pred4x4_down_right, depth);\ in ff_h264_pred_init() [all...] |
H A D | h264idct.h | 24 #define H264_IDCT(depth) \ 25 void ff_h264_idct8_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\ 26 void ff_h264_idct_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\ 27 void ff_h264_idct8_dc_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\ 28 void ff_h264_idct_dc_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\ 29 void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[5 * 8]);\ 30 void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[5 * 8]);\ 31 void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[5 * 8]);\ 32 void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[15 * 8]);\ 33 void ff_h264_idct_add8_ ## depth ## _ [all...] |
H A D | pgxdec.c | 54 int *depth, int *width, int *height, in pgx_decode_header() 78 if (pgx_get_number(avctx, g, depth)) in pgx_decode_header() 96 int width, int height, int sign, int depth) \ 103 unsigned val = bytestream2_get_ ##suffix##u(g) << (D - depth); \ 118 int width, height, depth; in pgx_decode_frame() local 123 if ((ret = pgx_decode_header(avctx, &g, &depth, &width, &height, &sign)) < 0) in pgx_decode_frame() 129 if (depth > 0 && depth <= 8) { in pgx_decode_frame() 132 } else if (depth > 0 && depth < in pgx_decode_frame() 53 pgx_decode_header(AVCodecContext *avctx, GetByteContext *g, int *depth, int *width, int *height, int *sign) pgx_decode_header() argument [all...] |
H A D | msrledec.c | 130 int depth, GetByteContext *gb) in msrle_decode_8_16_24_32() 136 unsigned int width= FFABS(pic->linesize[0]) / (depth >> 3); in msrle_decode_8_16_24_32() 171 output = pic->data[0] + line * pic->linesize[0] + pos * (depth >> 3); in msrle_decode_8_16_24_32() 176 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32() 177 bytestream2_skip(gb, 2 * (depth >> 3)); in msrle_decode_8_16_24_32() 179 } else if (bytestream2_get_bytes_left(gb) < p2 * (depth >> 3)) { in msrle_decode_8_16_24_32() 184 if ((depth == 8) || (depth == 24)) { in msrle_decode_8_16_24_32() 185 bytestream2_get_bufferu(gb, output, p2 * (depth >> 3)); in msrle_decode_8_16_24_32() 186 output += p2 * (depth >> in msrle_decode_8_16_24_32() 129 msrle_decode_8_16_24_32(AVCodecContext *avctx, AVFrame *pic, int depth, GetByteContext *gb) msrle_decode_8_16_24_32() argument 249 ff_msrle_decode(AVCodecContext *avctx, AVFrame *pic, int depth, GetByteContext *gb) ff_msrle_decode() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 36 * @depth: bit depth per pixel 38 * Computes a drm fourcc pixel format code for the given @bpp/@depth values. 41 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument 47 if (depth == 1) in drm_mode_legacy_fb_format() 52 if (depth == 2) in drm_mode_legacy_fb_format() 57 if (depth == 4) in drm_mode_legacy_fb_format() 62 if (depth == 8) in drm_mode_legacy_fb_format() 67 switch (depth) { in drm_mode_legacy_fb_format() 80 if (depth in drm_mode_legacy_fb_format() 119 drm_driver_legacy_fb_format(struct drm_device *dev, uint32_t bpp, uint32_t depth) drm_driver_legacy_fb_format() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 41 * @depth: bit depth per pixel 43 * Computes a drm fourcc pixel format code for the given @bpp/@depth values. 46 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument 52 if (depth == 8) in drm_mode_legacy_fb_format() 57 switch (depth) { in drm_mode_legacy_fb_format() 70 if (depth == 24) in drm_mode_legacy_fb_format() 75 switch (depth) { in drm_mode_legacy_fb_format() 102 * @depth: bit depth pe 109 drm_driver_legacy_fb_format(struct drm_device *dev, uint32_t bpp, uint32_t depth) drm_driver_legacy_fb_format() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 41 * @depth: bit depth per pixel 43 * Computes a drm fourcc pixel format code for the given @bpp/@depth values. 46 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument 52 if (depth == 0x8) { in drm_mode_legacy_fb_format() 58 switch (depth) { in drm_mode_legacy_fb_format() 71 if (depth == 0x18) { in drm_mode_legacy_fb_format() 77 switch (depth) { in drm_mode_legacy_fb_format() 104 * @depth: bit depth pe 111 drm_driver_legacy_fb_format(struct drm_device *dev, uint32_t bpp, uint32_t depth) drm_driver_legacy_fb_format() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blend_init.h | 56 #define COPY(src, depth) \ 57 static void blend_copy ## src##_##depth(const uint8_t *top, ptrdiff_t top_linesize, \ 64 width * depth / 8, height); \ 108 #define DEFINE_INIT_BLEND_FUNC(depth, nbits) \ 109 static av_cold void init_blend_func_##depth##_##nbits##bit(FilterParams *param) \ 112 case BLEND_ADDITION: param->blend = blend_addition_##depth##bit; break; \ 113 case BLEND_GRAINMERGE: param->blend = blend_grainmerge_##depth##bit; break; \ 114 case BLEND_AND: param->blend = blend_and_##depth##bit; break; \ 115 case BLEND_AVERAGE: param->blend = blend_average_##depth##bit; break; \ 116 case BLEND_BURN: param->blend = blend_burn_##depth##bi 162 ff_blend_init(FilterParams *param, int depth) ff_blend_init() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage.h | 20 size_t depth, 30 size_t depth, 40 size_t depth, 50 size_t depth, 60 size_t depth, 70 size_t depth, 80 size_t depth, 90 size_t depth, 100 size_t depth, 110 size_t depth, [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | sbitmap.c | 14 unsigned depth = sb->depth; in init_alloc_hint() local 20 if (depth && !sb->round_robin) { in init_alloc_hint() 24 *per_cpu_ptr(sb->alloc_hint, i) = get_random_u32_below(depth); in init_alloc_hint() 30 unsigned int depth) in update_alloc_hint_before_get() 35 if (unlikely(hint >= depth)) { in update_alloc_hint_before_get() 36 hint = depth ? get_random_u32_below(depth) : 0; in update_alloc_hint_before_get() 44 unsigned int depth, in update_alloc_hint_after_get() 54 if (hint >= depth in update_alloc_hint_after_get() 29 update_alloc_hint_before_get(struct sbitmap *sb, unsigned int depth) update_alloc_hint_before_get() argument 43 update_alloc_hint_after_get(struct sbitmap *sb, unsigned int depth, unsigned int hint, unsigned int nr) update_alloc_hint_after_get() argument 83 sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, gfp_t flags, int node, bool round_robin, bool alloc_hint) sbitmap_init_node() argument 123 sbitmap_resize(struct sbitmap *sb, unsigned int depth) sbitmap_resize() argument 136 __sbitmap_get_word(unsigned long *word, unsigned long depth, unsigned int hint, bool wrap) __sbitmap_get_word() argument 170 sbitmap_find_bit_in_word(struct sbitmap_word *map, unsigned int depth, unsigned int alloc_hint, bool wrap) sbitmap_find_bit_in_word() argument 189 sbitmap_find_bit(struct sbitmap *sb, unsigned int depth, unsigned int index, unsigned int alloc_hint, bool wrap) sbitmap_find_bit() argument 242 unsigned int hint, depth; sbitmap_get() local 271 unsigned int hint, depth; sbitmap_get_shallow() local 384 sbq_calc_wake_batch(struct sbitmap_queue *sbq, unsigned int depth) sbq_calc_wake_batch() argument 415 sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, int shift, bool round_robin, gfp_t flags, int node) sbitmap_queue_init_node() argument 446 sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, unsigned int depth) sbitmap_queue_update_wake_batch() argument 460 unsigned int depth = (sbq->sb.depth + users - 1) / users; sbitmap_queue_recalculate_wake_batch() local 469 sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) sbitmap_queue_resize() argument 486 unsigned int hint, depth; __sbitmap_queue_get_batch() local [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | sbitmap.c | 44 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, in sbitmap_init_node() argument 58 if (depth >= 4) { in sbitmap_init_node() 59 while ((4U << shift) > depth) in sbitmap_init_node() 68 sb->depth = depth; in sbitmap_init_node() 69 sb->map_nr = DIV_ROUND_UP(sb->depth, bits_per_word); in sbitmap_init_node() 71 if (depth == 0) { in sbitmap_init_node() 81 sb->map[i].depth = min(depth, bits_per_word); in sbitmap_init_node() 82 depth in sbitmap_init_node() 89 sbitmap_resize(struct sbitmap *sb, unsigned int depth) sbitmap_resize() argument 107 __sbitmap_get_word(unsigned long *word, unsigned long depth, unsigned int hint, bool wrap) __sbitmap_get_word() argument 324 sbq_calc_wake_batch(struct sbitmap_queue *sbq, unsigned int depth) sbq_calc_wake_batch() argument 355 sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, int shift, bool round_robin, gfp_t flags, int node) sbitmap_queue_init_node() argument 398 sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, unsigned int depth) sbitmap_queue_update_wake_batch() argument 417 sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) sbitmap_queue_resize() argument 426 unsigned int hint, depth; __sbitmap_queue_get() local 455 unsigned int hint, depth; __sbitmap_queue_get_shallow() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-context-specialization.cc | 55 DCHECK_LE(new_depth, access.depth()); in SimplifyJSLoadContext() 57 if (new_depth == access.depth() && in SimplifyJSLoadContext() 74 DCHECK_LE(new_depth, access.depth()); in SimplifyJSStoreContext() 76 if (new_depth == access.depth() && in SimplifyJSStoreContext() 140 size_t depth = access.depth(); in ReduceJSLoadContext() local 143 Node* context = NodeProperties::GetOuterContext(node, &depth); in ReduceJSLoadContext() 146 GetSpecializationContext(broker(), context, &depth, outer()); in ReduceJSLoadContext() 150 return SimplifyJSLoadContext(node, context, depth); in ReduceJSLoadContext() 153 // Now walk up the concrete context chain for the remaining depth in ReduceJSLoadContext() 202 size_t depth = access.depth(); ReduceJSStoreContext() local 229 size_t depth = std::numeric_limits<size_t>::max(); GetModuleContext() local [all...] |
/third_party/python/Parser/ |
H A D | asdl_c.py | 29 def reflow_lines(s, depth): 30 """Reflow the line s indented depth tabs. 34 exclusively on depth * TABSIZE. All following lines -- these are 39 size = MAX_COL - depth * TABSIZE 71 def reflow_c_string(s, depth): 72 return '"%s"' % s.replace('\n', '\\n"\n%s"' % (' ' * depth * TABSIZE)) 113 def emit(self, s, depth, reflow=True): 116 lines = reflow_lines(s, depth) 121 line = (" " * TABSIZE * depth) + line 202 def visitType(self, type, depth [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySubImage3D.cpp | 151 glw::GLuint depth = resolutions[resolution_index][DL_DEPTH]; in iterate() local 153 configureCubeMapArrayTexture(width, height, depth, static_cast<STORAGE_TYPE>(storage_index), 0); in iterate() 159 configureDataBuffer(width, height, depth, copy_params, 0); in iterate() 162 testTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 163 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 170 configureDataBuffer(width, height, depth, copy_params, 0); in iterate() 173 testTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 174 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 181 configureDataBuffer(width, height, depth, copy_params, 0); in iterate() 183 testTexSubImage3D(width, height, depth, copy_param in iterate() 233 configureDataBuffer(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLuint clear_value) configureDataBuffer() argument 313 configureCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLuint clear_value) configureCubeMapArrayTexture() argument 356 clearCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint clear_value) clearCubeMapArrayTexture() argument 432 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth) checkResults() argument 465 testTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testTexSubImage3D() argument 527 testCopyTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testCopyTexSubImage3D() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-tracepoints.c | 51 unsigned int *depth; in __trace_opal_entry() local 55 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_entry() 57 if (*depth) in __trace_opal_entry() 60 (*depth)++; in __trace_opal_entry() 63 (*depth)--; in __trace_opal_entry() 72 unsigned int *depth; in __trace_opal_exit() local 76 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_exit() 78 if (*depth) in __trace_opal_exit() 81 (*depth)++; in __trace_opal_exit() 84 (*depth) in __trace_opal_exit() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-tracepoints.c | 50 unsigned int *depth; in __trace_opal_entry() local 54 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_entry() 56 if (*depth) in __trace_opal_entry() 59 (*depth)++; in __trace_opal_entry() 62 (*depth)--; in __trace_opal_entry() 71 unsigned int *depth; in __trace_opal_exit() local 75 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_exit() 77 if (*depth) in __trace_opal_exit() 80 (*depth)++; in __trace_opal_exit() 83 (*depth) in __trace_opal_exit() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mdp_cfg_data.c | 168 .depth = { 8 }, 175 .depth = { 16 }, 182 .depth = { 16 }, 189 .depth = { 24 }, 196 .depth = { 24 }, 203 .depth = { 32 }, 210 .depth = { 32 }, 217 .depth = { 16 }, 225 .depth = { 16 }, 233 .depth [all...] |
/third_party/musl/tools/api_cmp_tool/ |
H A D | compare.py | 198 def traverse_c(node, depth): 206 if node.kind == CursorKind.VAR_DECL and depth == 1: 210 traverse_c(n, depth + 1) 213 def check_cpp_namespace(depth): 214 if not depth.find('std') == -1: 216 if not depth.find('__gnu_cxx') == -1: 218 if not depth.find('__cxxabiv1') == -1: 220 if not depth.find('__pthread_cleanup_class') == -1: 225 def traverse_cpp(node, depth): 231 if depth [all...] |
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
H A D | MessagePatternUtilDemo.java | 29 private static final void printMessage(MessagePatternUtil.MessageNode msg, int depth) { in printMessage() argument 30 String indent = manySpaces.substring(0, depth * 2); in printMessage() 38 printArg((MessagePatternUtil.ArgNode)contents, depth); in printMessage() 47 private static final void printArg(MessagePatternUtil.ArgNode arg, int depth) { in printArg() argument 48 System.out.print(manySpaces.substring(0, depth * 2) + "arg: «" + arg.getName() + "»"); in printArg() 63 printComplexArgStyle(arg.getComplexStyle(), depth + 1); in printArg() 69 int depth) { in printComplexArgStyle() 71 System.out.println(manySpaces.substring(0, depth * 2) + "offset: " + style.getOffset()); in printComplexArgStyle() 73 String indent = manySpaces.substring(0, depth * 2); in printComplexArgStyle() 94 printMessage(variant.getMessage(), depth in printComplexArgStyle() 68 printComplexArgStyle(MessagePatternUtil.ComplexArgStyleNode style, int depth) printComplexArgStyle() argument 126 genCode(MessagePatternUtil.MessageNode msg, int depth, boolean firstResult, String pluralNumber) genCode() argument 151 genCode(MessagePatternUtil.ArgNode arg, int depth, boolean firstResult) genCode() argument 177 genCodeForPlural(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) genCodeForPlural() argument 208 genCodeForSelect(MessagePatternUtil.ComplexArgStyleNode style, int depth, boolean firstResult, String argName) genCodeForSelect() argument 224 genCodeForNumericVariants(List<VariantNode> variants, int depth, boolean firstResult, String varName, String pluralNumber) genCodeForNumericVariants() argument 242 genCodeForKeywordVariants(List<VariantNode> variants, int depth, boolean firstResult, String varName, String pluralNumber) genCodeForKeywordVariants() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texstorage.c | 144 GLsizei width, GLsizei height, GLsizei depth, in initialize_texture_fields() 149 GLint level, levelWidth = width, levelHeight = height, levelDepth = depth; in initialize_texture_fields() 276 GLsizei width, GLsizei height, GLsizei depth, in tex_storage_error_check() 286 if (!_mesa_valid_tex_storage_dim(width, height, depth)) { in tex_storage_error_check() 288 "glTex%sStorage%uD(width, height or depth < 1)", in tex_storage_error_check() 318 /* check levels against width/height/depth */ in tex_storage_error_check() 319 if (levels > _mesa_get_tex_max_num_levels(target, width, height, depth)) { in tex_storage_error_check() 342 /* additional checks for depth textures */ in tex_storage_error_check() 356 GLsizei width, GLsizei height, GLsizei depth, in _mesa_sparse_texture_error_check() 371 depth > ct in _mesa_sparse_texture_error_check() 141 initialize_texture_fields(struct gl_context *ctx, struct gl_texture_object *texObj, GLint levels, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, mesa_format texFormat) initialize_texture_fields() argument 271 tex_storage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) tex_storage_error_check() argument 353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument 436 texture_storage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, bool no_error) texture_storage() argument 548 texture_storage_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_error() argument 560 texture_storage_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_no_error() argument 575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texstorage_error() argument 616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texstorage_no_error() argument 632 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texturestorage_error() argument 673 texturestorage_no_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texturestorage_no_error() argument 721 _mesa_TexStorage3D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D_no_error() argument 730 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D() argument 775 _mesa_TextureStorage3D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D_no_error() argument 785 _mesa_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D() argument 828 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3DEXT() argument 845 _mesa_texture_storage_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa) _mesa_texture_storage_memory() argument [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents.c | 195 int depth = path->p_depth; in ext4_ext_find_goal() local 215 ex = path[depth].p_ext; in ext4_ext_find_goal() 228 if (path[depth].p_bh) in ext4_ext_find_goal() 229 return path[depth].p_bh->b_blocknr; in ext4_ext_find_goal() 324 ext4_ext_max_entries(struct inode *inode, int depth) in ext4_ext_max_entries() argument 328 if (depth == ext_depth(inode)) { in ext4_ext_max_entries() 329 if (depth == 0) in ext4_ext_max_entries() 334 if (depth == 0) in ext4_ext_max_entries() 370 int depth) in ext4_valid_extent_entries() 381 if (depth in ext4_valid_extent_entries() 367 ext4_valid_extent_entries(struct inode *inode, struct ext4_extent_header *eh, ext4_lblk_t lblk, ext4_fsblk_t *pblk, int depth) ext4_valid_extent_entries() argument 434 __ext4_ext_check(const char *function, unsigned int line, struct inode *inode, struct ext4_extent_header *eh, int depth, ext4_fsblk_t pblk, ext4_lblk_t lblk) __ext4_ext_check() argument 528 __read_extent_tree_block(const char *function, unsigned int line, struct inode *inode, struct ext4_extent_idx *idx, int depth, int flags) __read_extent_tree_block() argument 596 int i = 0, depth, ret = 0; ext4_ext_precache() local 679 int depth = ext_depth(inode); ext4_ext_show_leaf() local 703 int depth = ext_depth(inode); ext4_ext_show_move() local 739 int depth, i; ext4_ext_drop_refs() local 892 short int depth, i, ppos = 0; ext4_find_extent() local 1062 int depth = ext_depth(inode); ext4_ext_split() local 1406 int depth, i, err = 0; ext4_ext_create_new_leaf() local 1476 int depth, ee_len; ext4_ext_search_left() local 1544 int depth; /* Note, NOT eh_depth; depth from top of tree */ ext4_ext_search_right() local 1645 int depth; ext4_ext_next_allocated_block() local 1677 int depth; ext4_ext_next_leaf_block() local 1710 int depth = ext_depth(inode); ext4_ext_correct_indexes() local 1807 unsigned int depth, len; ext4_ext_try_to_merge_right() local 1895 unsigned int depth; ext4_ext_try_to_merge() local 1925 unsigned int depth, len1; ext4_ext_check_overlap() local 1977 int depth, len, err; ext4_ext_insert_extent() local 2252 int depth = ext_depth(inode); ext4_ext_determine_hole() local 2305 ext4_ext_rm_idx(handle_t *handle, struct inode *inode, struct ext4_ext_path *path, int depth) ext4_ext_rm_idx() argument 2365 int depth = ext_depth(inode); ext4_ext_calc_credits_for_single_extent() local 2401 int depth; ext4_ext_index_trans_blocks() local 2601 int depth = ext_depth(inode), credits, revoke_credits; ext4_ext_rm_leaf() local 2822 int depth = ext_depth(inode); ext4_ext_remove_space() local 3194 unsigned int ee_len, depth; ext4_split_extent_at() local 3340 unsigned int ee_len, depth; ext4_split_extent() local 3435 unsigned int ee_len, depth, map_len = map->m_len; ext4_ext_convert_to_initialized() local 3692 int split_flag = 0, depth; ext4_split_convert_extents() local 3732 int depth; ext4_convert_unwritten_extents_endio() local 3795 int depth; convert_initialized_extent() local 4099 int err = 0, depth, ret; ext4_ext_map_blocks() local 4443 int depth = 0; ext4_alloc_file_blocks() local 5038 int depth, err = 0; ext4_ext_shift_path_extents() local 5137 int ret = 0, depth; ext4_ext_shift_extents() local 5435 int ret = 0, depth, split_flag = 0; ext4_insert_range() local 5811 int depth, mapped = 0, err = 0; ext4_clu_mapped() local [all...] |