/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | pnmdec.c | 37 int depth; // 1 (grayscale), 2 (grayscale + alpha), 3 (rgb), 4 (rgba) member 93 info->depth = tmp; in ReadPAMFields() 132 if (expected_depth != -1 && info->depth != expected_depth) { in ReadPAMFields() 134 expected_depth, info->depth); in ReadPAMFields() 151 info->depth = 0; in ReadHeader() 167 info->depth = (info->type == 5) ? 1 : 3; in ReadHeader() 172 info->depth <= 0 || info->depth > 4 || in ReadHeader() 176 info->bytes_per_px = info->depth * (info->max_value > 255 ? 2 : 1); in ReadHeader() 185 uint64_t stride, pixel_bytes, sample_size, depth; in ReadPNM() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texgetimage.c | 77 * glGetTexImage for depth/Z pixels. 82 GLsizei width, GLsizei height, GLint depth, in get_tex_depth() 94 for (img = 0; img < depth; img++) { in get_tex_depth() 126 * glGetTexImage for depth/stencil pixels. 131 GLsizei width, GLsizei height, GLint depth, in get_tex_depth_stencil() 139 for (img = 0; img < depth; img++) { in get_tex_depth_stencil() 187 GLsizei width, GLsizei height, GLint depth, in get_tex_stencil() 195 for (img = 0; img < depth; img++) { in get_tex_stencil() 233 GLsizei width, GLsizei height, GLint depth, in get_tex_ycbcr() 239 for (img = 0; img < depth; im in get_tex_ycbcr() 80 get_tex_depth(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_depth() argument 129 get_tex_depth_stencil(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_depth_stencil() argument 185 get_tex_stencil(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_stencil() argument 231 get_tex_ycbcr(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_ycbcr() argument 317 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) get_tex_rgba_compressed() argument 434 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) get_tex_rgba_uncompressed() argument 574 get_tex_rgba(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_rgba() argument 619 get_tex_memcpy(struct gl_context *ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_memcpy() argument 695 _mesa_GetTexSubImage_sw(struct gl_context *ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) _mesa_GetTexSubImage_sw() argument 775 get_compressed_texsubimage_sw(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLint height, GLint depth, GLvoid *img) get_compressed_texsubimage_sw() argument 915 dimensions_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, const char *caller) dimensions_error_check() argument 1095 pbo_error_check(struct gl_context *ctx, GLenum target, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *pixels, const char *caller) pbo_error_check() argument 1211 common_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) common_error_check() argument 1263 getteximage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) getteximage_error_check() argument 1305 gettexsubimage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) gettexsubimage_error_check() argument 1348 get_texture_image_dims(const struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei *width, GLsizei *height, GLsizei *depth) get_texture_image_dims() argument 1386 get_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, const char *caller) get_texture_image() argument 1460 GLsizei width, height, depth; _get_texture_image() local 1571 GLsizei width, height, depth; _mesa_GetMultiTexImageEXT() local 1605 _mesa_GetTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) _mesa_GetTextureSubImage() argument 1645 packed_compressed_size(GLuint dimensions, mesa_format format, GLsizei width, GLsizei height, GLsizei depth, const struct gl_pixelstore_attrib *packing) packed_compressed_size() argument 1670 getcompressedteximage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, GLvoid *pixels, const char *caller) getcompressedteximage_error_check() argument 1764 get_compressed_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLvoid *pixels, const char *caller) get_compressed_texture_image() argument 1838 GLsizei width, height, depth; _mesa_GetnCompressedTexImageARB() local 1868 GLsizei width, height, depth; _mesa_GetCompressedTexImage() local 1900 GLsizei width, height, depth; _mesa_GetCompressedTextureImageEXT() local 1927 GLsizei width, height, depth; _mesa_GetCompressedMultiTexImageEXT() local 1956 GLsizei width, height, depth; _mesa_GetCompressedTextureImage() local 1980 _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void *pixels) _mesa_GetCompressedTextureSubImage() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | v210enc_init.h | 36 #define CLIP(v, depth) av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1)) 37 #define WRITE_PIXELS(a, b, c, depth) \ 39 val = CLIP(*a++, depth) << (10-depth); \ 40 val |= (CLIP(*b++, depth) << (20-depth)) | \ 41 (CLIP(*c++, depth) << (3 [all...] |
H A D | h264chroma.c | 31 #define SET_CHROMA(depth) \ 32 c->put_h264_chroma_pixels_tab[0] = put_h264_chroma_mc8_ ## depth ## _c; \ 33 c->put_h264_chroma_pixels_tab[1] = put_h264_chroma_mc4_ ## depth ## _c; \ 34 c->put_h264_chroma_pixels_tab[2] = put_h264_chroma_mc2_ ## depth ## _c; \ 35 c->put_h264_chroma_pixels_tab[3] = put_h264_chroma_mc1_ ## depth ## _c; \ 36 c->avg_h264_chroma_pixels_tab[0] = avg_h264_chroma_mc8_ ## depth ## _c; \ 37 c->avg_h264_chroma_pixels_tab[1] = avg_h264_chroma_mc4_ ## depth ## _c; \ 38 c->avg_h264_chroma_pixels_tab[2] = avg_h264_chroma_mc2_ ## depth ## _c; \ 39 c->avg_h264_chroma_pixels_tab[3] = avg_h264_chroma_mc1_ ## depth ## _c; \
|
H A D | sgienc.c | 101 unsigned int width, height, depth, dimension; in encode_frame() local 113 depth = SGI_GRAYSCALE; in encode_frame() 117 depth = SGI_RGB; in encode_frame() 121 depth = SGI_RGBA; in encode_frame() 129 depth = SGI_GRAYSCALE; in encode_frame() 137 depth = SGI_RGB; in encode_frame() 145 depth = SGI_RGBA; in encode_frame() 151 tablesize = depth * height * 4; in encode_frame() 154 length += depth * height * width; in encode_frame() 156 length += tablesize * 2 + depth * heigh in encode_frame() [all...] |
H A D | pamenc.c | 30 int i, h, w, n, linesize, depth, maxval, ret, header_size; in pam_encode_frame() local 40 depth = 1; in pam_encode_frame() 46 depth = 1; in pam_encode_frame() 52 depth = 1; in pam_encode_frame() 58 depth = 2; in pam_encode_frame() 64 depth = 2; in pam_encode_frame() 70 depth = 3; in pam_encode_frame() 76 depth = 4; in pam_encode_frame() 82 depth = 3; in pam_encode_frame() 88 depth in pam_encode_frame() [all...] |
/third_party/python/Lib/test/ |
H A D | test_runpy.py | 223 def _make_pkg(self, source, depth, mod_base="runpy_test", 226 if (namespace or parent_namespaces) and not depth: 235 if depth: 236 namespace_flags = [parent_namespaces] * depth 247 mod_name = (pkg_name+".")*depth + mod_base 289 def _check_module(self, depth, alter_sys=False, 292 self._make_pkg(example_source, depth, 329 def _check_package(self, depth, alter_sys=False, 332 self._make_pkg(example_source, depth, "__main__", 370 def _add_relative_modules(self, base_dir, source, depth) [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_hqdn3d.c | 44 #define LUT_BITS (depth==16 ? 8 : 4) 45 #define LOAD(x) (((depth == 8 ? src[x] : AV_RN16A(src + (x) * 2)) << (16 - depth))\ 46 + (((1 << (16 - depth)) - 1) >> 1)) 47 #define STORE(x,val) (depth == 8 ? dst[x] = (val) >> (16 - depth) : \ 48 AV_WN16A(dst + (x) * 2, (val) >> (16 - depth))) 51 static uint32_t lowpass(int prev, int cur, int16_t *coef, int depth) in lowpass() argument 61 int16_t *temporal, int depth) in denoise_temporal() 70 frame_ant[x] = tmp = lowpass(frame_ant[x], LOAD(x), temporal, depth); in denoise_temporal() 58 denoise_temporal(uint8_t *src, uint8_t *dst, uint16_t *frame_ant, int w, int h, int sstride, int dstride, int16_t *temporal, int depth) denoise_temporal() argument 80 denoise_spatial(HQDN3DContext *s, uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t *frame_ant, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) denoise_spatial() argument 124 denoise_depth(HQDN3DContext *s, uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t **frame_ant_ptr, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) denoise_depth() argument 175 precalc_coefs(double dist25, int depth, int16_t *ct) precalc_coefs() argument 259 int i, depth; config_input() local [all...] |
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 85 static sk_sp<SkPicture> make_fuzz_picture(Fuzz*, int depth); 87 static sk_sp<SkColorFilter> make_fuzz_colorfilter(Fuzz* fuzz, int depth) { in make_fuzz_colorfilter() argument 88 if (depth <= 0) { in make_fuzz_colorfilter() 104 sk_sp<SkColorFilter> outer = make_fuzz_colorfilter(fuzz, depth - 1); in make_fuzz_colorfilter() 108 sk_sp<SkColorFilter> inner = make_fuzz_colorfilter(fuzz, depth - 1); in make_fuzz_colorfilter() 171 static sk_sp<SkShader> make_fuzz_shader(Fuzz* fuzz, int depth) { in make_fuzz_shader() argument 182 if (depth <= 0) { in make_fuzz_shader() 204 shader1 = make_fuzz_shader(fuzz, depth - 1); // limit recursion. in make_fuzz_shader() 208 shader1 = make_fuzz_shader(fuzz, depth - 1); // limit recursion. in make_fuzz_shader() 209 colorFilter = make_fuzz_colorfilter(fuzz, depth in make_fuzz_shader() 346 make_fuzz_patheffect(Fuzz* fuzz, int depth) make_fuzz_patheffect() argument 453 make_fuzz_lighting_imagefilter(Fuzz* fuzz, int depth) make_fuzz_lighting_imagefilter() argument 529 make_fuzz_imageFilter(Fuzz* fuzz, int depth) make_fuzz_imageFilter() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-policy-dependency-conditions.js | 52 const depth = offsets.length - 1; 53 offsets[depth]++; 54 const conditionOffset = offsets[depth]; 55 const conditionsForDepth = tree[depth]; 61 if (depth === tree.length - 1) { 67 (conditionOffset, depth) => tree[depth][conditionOffset] 73 targets[depth + 1] = target; 76 const condition = tree[depth][conditionOffset]; 77 targets[depth][conditio [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageOperations.cpp | 103 * @param depth buffer/texture depth 108 void fillData(T* data, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint components, T base) in fillData() argument 110 for (glw::GLuint i = 0; i < depth; ++i) in fillData() 130 * @param depth texture depth 140 glw::GLuint depth, glw::GLuint components, glw::GLenum format, glw::GLenum type, in checkResults() 196 for (glw::GLuint i = 0; i < depth; ++i) in checkResults() 234 << " for resolution[w,h,d] = [" << width << "," << height << "," << depth << "] for layer[" << i in checkResults() 263 * @param depth textur 139 checkResults(Context& context, glw::GLuint copy_po_id, glw::GLuint id, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint components, glw::GLenum format, glw::GLenum type, STORAGE_TYPE storType, T* expectedData) checkResults() argument 271 configureTexture(glcts::Context& context, glw::GLuint* id, glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLenum internalFormat, glw::GLenum format, glw::GLenum type, const T* data) configureTexture() argument 567 glw::GLuint depth = m_resolutions[res_index][DL_DEPTH]; iterate() local 725 runShaders(glw::GLuint width, glw::GLuint height, glw::GLuint depth) runShaders() argument [all...] |
/kernel/linux/linux-5.10/arch/sh/oprofile/ |
H A D | backtrace.c | 24 unsigned int *depth = data; in backtrace_address() local 26 if ((*depth)--) in backtrace_address() 60 void sh_backtrace(struct pt_regs * const regs, unsigned int depth) in sh_backtrace() argument 65 * Paranoia - clip max depth as we could get lost in the weeds. in sh_backtrace() 67 if (depth > backtrace_limit) in sh_backtrace() 68 depth = backtrace_limit; in sh_backtrace() 72 if (depth) in sh_backtrace() 74 &backtrace_ops, &depth); in sh_backtrace() 78 while (depth-- && (stackaddr != NULL)) in sh_backtrace()
|
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment.c | 69 and thus have to assign a non-zero depth for each literal. 125 /* Builds a command and distance prefix code (each 64 symbols) into "depth" and 128 uint8_t depth[128], uint16_t bits[128], size_t* storage_ix, in BuildAndStoreCommandPrefixCode() 135 BrotliCreateHuffmanTree(histogram, 64, 15, tree, depth); in BuildAndStoreCommandPrefixCode() 136 BrotliCreateHuffmanTree(&histogram[64], 64, 14, tree, &depth[64]); in BuildAndStoreCommandPrefixCode() 142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode() 143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode() 144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode() 145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode() 146 memcpy(cmd_depth + 48, depth in BuildAndStoreCommandPrefixCode() 127 BuildAndStoreCommandPrefixCode(const uint32_t histogram[128], uint8_t depth[128], uint16_t bits[128], size_t* storage_ix, uint8_t* storage) BuildAndStoreCommandPrefixCode() argument 177 EmitInsertLen(size_t insertlen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitInsertLen() argument 209 EmitLongInsertLen(size_t insertlen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitLongInsertLen() argument 226 EmitCopyLen(size_t copylen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitCopyLen() argument 258 EmitCopyLenLastDistance(size_t copylen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitCopyLenLastDistance() argument 301 EmitDistance(size_t distance, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitDistance() argument 316 EmitLiterals(const uint8_t* input, const size_t len, const uint8_t depth[256], const uint16_t bits[256], size_t* storage_ix, uint8_t* storage) EmitLiterals() argument [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment.c | 69 and thus have to assign a non-zero depth for each literal. 125 /* Builds a command and distance prefix code (each 64 symbols) into "depth" and 128 uint8_t depth[128], uint16_t bits[128], size_t* storage_ix, in BuildAndStoreCommandPrefixCode() 135 BrotliCreateHuffmanTree(histogram, 64, 15, tree, depth); in BuildAndStoreCommandPrefixCode() 136 BrotliCreateHuffmanTree(&histogram[64], 64, 14, tree, &depth[64]); in BuildAndStoreCommandPrefixCode() 142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode() 143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode() 144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode() 145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode() 146 memcpy(cmd_depth + 48, depth in BuildAndStoreCommandPrefixCode() 127 BuildAndStoreCommandPrefixCode(const uint32_t histogram[128], uint8_t depth[128], uint16_t bits[128], size_t* storage_ix, uint8_t* storage) BuildAndStoreCommandPrefixCode() argument 177 EmitInsertLen(size_t insertlen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitInsertLen() argument 209 EmitLongInsertLen(size_t insertlen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitLongInsertLen() argument 226 EmitCopyLen(size_t copylen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitCopyLen() argument 258 EmitCopyLenLastDistance(size_t copylen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitCopyLenLastDistance() argument 301 EmitDistance(size_t distance, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitDistance() argument 316 EmitLiterals(const uint8_t* input, const size_t len, const uint8_t depth[256], const uint16_t bits[256], size_t* storage_ix, uint8_t* storage) EmitLiterals() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage.cpp | 20 size_t depth, in LoadA8ToRGBA8() 33 for (size_t z = 0; z < depth; z++) in LoadA8ToRGBA8() 76 for (size_t z = 0; z < depth; z++) in LoadA8ToRGBA8() 94 size_t depth, in LoadA8ToBGRA8() 103 LoadA8ToRGBA8(width, height, depth, input, inputRowPitch, inputDepthPitch, output, in LoadA8ToBGRA8() 109 size_t depth, in LoadA32FToRGBA32F() 117 for (size_t z = 0; z < depth; z++) in LoadA32FToRGBA32F() 138 size_t depth, in LoadA16FToRGBA16F() 146 for (size_t z = 0; z < depth; z++) in LoadA16FToRGBA16F() 167 size_t depth, in LoadL8ToRGBA8() 18 LoadA8ToRGBA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadA8ToRGBA8() argument 92 LoadA8ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadA8ToBGRA8() argument 107 LoadA32FToRGBA32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadA32FToRGBA32F() argument 136 LoadA16FToRGBA16F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadA16FToRGBA16F() argument 165 LoadL8ToRGBA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadL8ToRGBA8() argument 195 LoadL8ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadL8ToBGRA8() argument 210 LoadL32FToRGBA32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadL32FToRGBA32F() argument 239 LoadL16FToRGBA16F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadL16FToRGBA16F() argument 268 LoadLA8ToRGBA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadLA8ToRGBA8() argument 297 LoadLA8ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadLA8ToBGRA8() argument 312 LoadLA32FToRGBA32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadLA32FToRGBA32F() argument 341 LoadLA16FToRGBA16F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadLA16FToRGBA16F() argument 370 LoadRGB8ToBGR565(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB8ToBGR565() argument 402 LoadRGB565ToBGR565(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB565ToBGR565() argument 434 LoadRGB8ToBGRX8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB8ToBGRX8() argument 463 LoadRG8ToBGRX8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRG8ToBGRX8() argument 492 LoadR8ToBGRX8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadR8ToBGRX8() argument 521 LoadR5G6B5ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadR5G6B5ToBGRA8() argument 554 LoadR5G6B5ToRGBA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadR5G6B5ToRGBA8() argument 587 LoadRGBA8ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGBA8ToBGRA8() argument 666 LoadRGBA8ToBGRA4(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGBA8ToBGRA4() argument 697 LoadRGBA8ToRGBA4(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGBA8ToRGBA4() argument 728 LoadRGBA4ToARGB4(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGBA4ToARGB4() argument 754 LoadRGBA4ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGBA4ToBGRA8() argument 788 LoadRGBA4ToRGBA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGBA4ToRGBA8() argument 822 LoadBGRA4ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadBGRA4ToBGRA8() argument 856 LoadRGBA8ToBGR5A1(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGBA8ToBGR5A1() argument 887 LoadRGBA8ToRGB5A1(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGBA8ToRGB5A1() argument 918 LoadRGB10A2ToBGR5A1(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB10A2ToBGR5A1() argument 951 LoadRGB10A2ToRGB5A1(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB10A2ToRGB5A1() argument 984 LoadRGB5A1ToA1RGB5(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB5A1ToA1RGB5() argument 1010 LoadRGB5A1ToBGR5A1(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB5A1ToBGR5A1() argument 1041 LoadRGB5A1ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB5A1ToBGRA8() argument 1074 LoadRGB5A1ToRGBA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB5A1ToRGBA8() argument 1107 LoadBGR5A1ToBGRA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadBGR5A1ToBGRA8() argument 1140 LoadRGB10A2ToRGBA8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB10A2ToRGBA8() argument 1170 LoadRGB10A2ToRGB10X2(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB10A2ToRGB10X2() argument 1196 LoadRGB16FToRGB9E5(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB16FToRGB9E5() argument 1224 LoadRGB32FToRGB9E5(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB32FToRGB9E5() argument 1251 LoadRGB16FToRG11B10F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB16FToRG11B10F() argument 1279 LoadRGB32FToRG11B10F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB32FToRG11B10F() argument 1307 LoadG8R24ToR24G8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadG8R24ToR24G8() argument 1335 LoadD24S8ToD32FS8X24(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadD24S8ToD32FS8X24() argument 1365 LoadD24S8ToD32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadD24S8ToD32F() argument 1392 LoadD32ToD32FX32(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadD32ToD32FX32() argument 1418 LoadD32ToD32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadD32ToD32F() argument 1445 LoadD32FToD32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadD32FToD32F() argument 1471 LoadD32FS8X24ToD24S8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadD32FS8X24ToD24S8() argument 1501 LoadX24S8ToS8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadX24S8ToS8() argument 1527 LoadX32S8ToS8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadX32S8ToS8() argument 1553 LoadD32FS8X24ToD32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadD32FS8X24ToD32F() argument 1579 LoadD32FS8X24ToD32FS8X24(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadD32FS8X24ToD32FS8X24() argument 1611 LoadRGB32FToRGBA16F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB32FToRGBA16F() argument 1640 LoadRGB32FToRGB16F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadRGB32FToRGB16F() argument 1668 LoadR32ToR16(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadR32ToR16() argument 1694 LoadR32ToR24G8(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadR32ToR24G8() argument 1724 LoadUNorm16To32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadUNorm16To32F() argument 1756 LoadUNorm32To32F(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadUNorm32To32F() argument 1782 LoadYuvToNative(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) LoadYuvToNative() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_clear.c | 188 layer < box->z + box->depth) { in fast_clear_color() 242 if (!color_changed && box->depth == 1 && aux_state == ISL_AUX_STATE_CLEAR) in fast_clear_color() 285 level, box->z, box->depth, in fast_clear_color() 299 box->depth, ISL_AUX_STATE_CLEAR); in fast_clear_color() 345 iris_resource_prepare_render(ice, res, level, box->z, box->depth, in clear_color() 363 level, box->z, box->depth, box->x, box->y, in clear_color() 373 box->z, box->depth, aux_usage); in clear_color() 382 float depth) in can_fast_clear_depth() 426 float depth) in fast_clear_depth() 433 * flags out of the HiZ buffer into the real depth buffe in fast_clear_depth() 377 can_fast_clear_depth(struct iris_context *ice, struct iris_resource *res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, float depth) can_fast_clear_depth() argument 422 fast_clear_depth(struct iris_context *ice, struct iris_resource *res, unsigned level, const struct pipe_box *box, float depth) fast_clear_depth() argument 511 clear_depth_stencil(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, bool clear_depth, bool clear_stencil, float depth, uint8_t stencil) clear_depth_stencil() argument 615 iris_clear(struct pipe_context *ctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *p_color, double depth, unsigned stencil) iris_clear() argument 686 float depth = 0.0; iris_clear_texture() local 766 iris_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *psurf, unsigned flags, double depth, unsigned stencil, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_depth_stencil() argument [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 144 static int depth; variable 456 depth = DisplayPlanes(display, screen); in rpng_x_create_window() 465 if (/* depth != 8 && */ depth != 16 && depth != 24 && depth != 32) { in rpng_x_create_window() 467 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n", in rpng_x_create_window() 468 depth); in rpng_x_create_window() 472 XMatchVisualInfo(display, screen, depth, in rpng_x_create_window() 473 (depth in rpng_x_create_window() [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | symbol_table.c | 50 /** Scope depth where this symbol was defined. */ 51 unsigned depth; member 82 /** Current scope depth. */ 83 unsigned depth; member 93 table->depth--; in _mesa_symbol_table_pop_scope() 129 table->depth++; in _mesa_symbol_table_push_scope() 156 assert(sym->depth <= table->depth); in _mesa_symbol_table_symbol_scope() 157 return table->depth - sym->depth; in _mesa_symbol_table_symbol_scope() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpdma.c | 32 .depth = 8, 37 .depth = 8, 42 .depth = 8, 47 .depth = 8, 52 .depth = 8, 57 .depth = 4, 62 .depth = 4, 67 .depth = 16, 72 .depth = 24, 77 .depth 827 int depth = fmt->depth; vpdma_rawchan_add_out_dtd() local 894 int depth = fmt->depth; vpdma_add_in_dtd() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpdma.c | 32 .depth = 8, 37 .depth = 8, 42 .depth = 8, 47 .depth = 8, 52 .depth = 8, 57 .depth = 4, 62 .depth = 4, 67 .depth = 16, 72 .depth = 24, 77 .depth 827 int depth = fmt->depth; vpdma_rawchan_add_out_dtd() local 894 int depth = fmt->depth; vpdma_add_in_dtd() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | sbitmap.h | 22 * @depth: Number of bits being used in @word/@cleared 24 unsigned long depth; member 50 * @depth: Number of bits used in the whole bitmap. 52 unsigned int depth; member 138 * @min_shallow_depth: The minimum shallow depth which may be passed to 147 * @depth: Number of bits to allocate. 155 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, 171 * @depth: New number of bits to resize to. 174 * depth doesn't exceed the depth tha 249 unsigned int depth = min_t(unsigned int, __sbitmap_for_each_set() local [all...] |
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _func_body.py | 49 depth = 1; 50 while depth > 0: 96 depth -= 1 136 depth += 1 192 depth = 1; 193 while depth > 0: 203 for item, depth in _parse_next_local_static(m, srcinfo, 204 anon_name, func, depth): 212 def _parse_next_local_static(m, srcinfo, anon_name, func, depth): 227 yield srcinfo.resolve(kind, name=name, data=None), depth [all...] |
/kernel/linux/linux-5.10/arch/x86/oprofile/ |
H A D | backtrace.c | 47 x86_backtrace_32(struct pt_regs * const regs, unsigned int depth) in x86_backtrace_32() argument 56 while (depth-- && head) in x86_backtrace_32() 64 x86_backtrace_32(struct pt_regs * const regs, unsigned int depth) in x86_backtrace_32() argument 91 x86_backtrace(struct pt_regs * const regs, unsigned int depth) in x86_backtrace() argument 99 if (!depth) in x86_backtrace() 104 if (!--depth) in x86_backtrace() 115 if (!--depth) in x86_backtrace() 122 if (x86_backtrace_32(regs, depth)) in x86_backtrace() 125 while (depth-- && head) in x86_backtrace()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.c | 69 unsigned width, unsigned height, unsigned depth, in util_copy_box() 77 for (z = 0; z < depth; ++z) { in util_copy_box() 178 unsigned depth, in util_fill_box() 183 for (layer = z; layer < depth; layer++) { in util_fill_box() 237 dst_box.depth = src_box.depth; in util_resource_copy_region() 314 assert(src_box.depth == 1); in util_resource_copy_region() 348 src_box.width, src_box.height, src_box.depth, in util_resource_copy_region() 366 unsigned width, unsigned height, unsigned depth) in util_clear_color_texture_helper() 376 0, 0, 0, width, height, depth, in util_clear_color_texture_helper() 65 util_copy_box(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) util_copy_box() argument 169 util_fill_box(ubyte * dst, enum pipe_format format, unsigned stride, unsigned layer_stride, unsigned x, unsigned y, unsigned z, unsigned width, unsigned height, unsigned depth, union util_color *uc) util_fill_box() argument 362 util_clear_color_texture_helper(struct pipe_transfer *dst_trans, ubyte *dst_map, enum pipe_format format, const union pipe_color_union *color, unsigned width, unsigned height, unsigned depth) util_clear_color_texture_helper() argument 380 util_clear_color_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_color_texture() argument 456 unsigned depth = dst->u.tex.last_layer - dst->u.tex.first_layer + 1; util_clear_render_target() local 554 util_fill_zs_box(ubyte *dst, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned stride, unsigned layer_stride, unsigned width, unsigned height, unsigned depth, uint64_t zstencil) util_fill_zs_box() argument 575 util_clear_depth_stencil_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_depth_stencil_texture() argument 629 float depth = 0.0f; util_clear_texture() local 667 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_depth_stencil() argument 698 unsigned width = 1, height = 1, depth = 1; is_box_inside_resource() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | sbitmap.h | 49 * @depth: Number of bits used in the whole bitmap. 51 unsigned int depth; member 132 * @min_shallow_depth: The minimum shallow depth which may be passed to 152 * @depth: Number of bits to allocate. 165 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, 172 return sb->depth - (index << sb->shift); in __map_depth() 190 * @depth: New number of bits to resize to. 193 * depth doesn't exceed the depth that the sb was initialized with. 195 void sbitmap_resize(struct sbitmap *sb, unsigned int depth); 262 unsigned int depth = min_t(unsigned int, __sbitmap_for_each_set() local 353 sbitmap_calculate_shift(unsigned int depth) sbitmap_calculate_shift() argument [all...] |