Home
last modified time | relevance | path

Searched defs:depth (Results 651 - 675 of 1953) sorted by relevance

1...<<21222324252627282930>>...79

/third_party/ffmpeg/libavfilter/
H A Dvf_vibrance.c42 int depth; member
115 const int depth = s->depth; in vibrance_slice16() local
230 const int depth = s->depth; in vibrance_slice16p() local
[all...]
H A Dvf_libopencv.c46 int depth, channels_nb; in fill_iplimage_from_frame() local
H A Dvf_premultiply.c45 int half, depth, offset, max; member
/third_party/gn/src/base/json/
H A Djson_parser.cc32 StackMarker(int max_depth, int* depth) in StackMarker() argument
/third_party/backends/backend/genesys/
H A Dsettings.h54 unsigned int depth = 0; member
106 unsigned depth = NOT_SET; member
/third_party/backends/backend/
H A Dhp3900_debug.c544 dbg_tiff_save (char *sFile, SANE_Int width, SANE_Int height, SANE_Int depth, in dbg_tiff_save() argument
/third_party/curl/lib/
H A Dcfilters.h565 int depth; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c80 uint32_t depth = image->vk.extent.depth; in v3d_setup_slices() local
[all...]
/third_party/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi_cmds.c503 static acpi_status ltp_get_dev_callback(acpi_handle obj, u32 depth, in ltp_get_dev_callback() argument
/third_party/ltp/metadata/
H A Dmetaparse.c348 int cnt = 0, depth = 0, prev_comma = 0; in parse_get_array_len() local
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.c367 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture, int depth, int level, unsigned *error, void *loaderPrivate) dri2_create_from_texture() argument
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DResource.cpp161 unsigned depth; in subResourceBox() local
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c275 virgl_vtest_send_resource_create2(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create2() argument
322 virgl_vtest_send_resource_create(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create() argument
/third_party/mesa3d/src/glx/
H A Dglx_pbuffer.c828 unsigned int width, height, bd, depth; in glXQueryDrawable() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsls.c67 int depth; member
106 static int depth = 0; variable
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c375 static void DecideOverRleUse(const uint8_t* depth, const size_t length, in DecideOverRleUse() argument
405 void BrotliWriteHuffmanTree(const uint8_t* depth, in BrotliWriteHuffmanTree() argument
23 BrotliSetDepth( int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) BrotliSetDepth() argument
71 BrotliCreateHuffmanTree(const uint32_t* data, const size_t length, const int tree_limit, HuffmanTree* tree, uint8_t* depth) BrotliCreateHuffmanTree() argument
476 BrotliConvertBitDepthsToSymbols(const uint8_t* depth, size_t len, uint16_t* bits) BrotliConvertBitDepthsToSymbols() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dviewport.c494 clip_control(struct gl_context *ctx, GLenum origin, GLenum depth, bool no_error) in clip_control() argument
530 _mesa_ClipControl_no_error(GLenum origin, GLenum depth) in _mesa_ClipControl_no_error() argument
538 _mesa_ClipControl(GLenum origin, GLenum depth) _mesa_ClipControl() argument
[all...]
H A Dtexstorage.c141 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...]
H A Dcopyimage.c62 prepare_target_err(struct gl_context *ctx, GLuint name, GLenum target, int level, int z, int depth, struct gl_texture_image **tex_image, struct gl_renderbuffer **renderbuffer, mesa_format *format, GLenum *internalFormat, GLuint *width, GLuint *height, GLuint *num_samples, const char *dbg_prefix, bool is_arb_version) prepare_target_err() argument
308 check_region_bounds(struct gl_context *ctx, GLenum target, const struct gl_texture_image *tex_image, const struct gl_renderbuffer *renderbuffer, int x, int y, int z, int width, int height, int depth, const char *dbg_prefix, bool is_arb_version) check_region_bounds() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c360 GLuint depth = u_minify(dst->depth0, dstLevel); in st_texture_image_copy() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c272 lp_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) lp_clear_color_texture_helper() argument
382 llvmpipe_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, bool render_condition_enabled) llvmpipe_clear_depth_stencil() argument
434 float depth = 0.0f; llvmpipe_clear_texture() local
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c203 int depth = X509_STORE_CTX_get_error_depth(x509_ctx); in OpenSSL_client_verify_callback() local
/third_party/node/deps/v8/src/compiler/
H A Dnode.cc346 void PrintNode(const Node* node, std::ostream& os, int depth, in PrintNode() argument
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc324 int Assembler::CodeComment::depth() const { return assembler_->comment_depth_; } in depth() function in v8::internal::Assembler::CodeComment
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c1073 const uint32_t depth = UREG(REG_TYPE_OD, 0); in i915_fixup_depth_write() local

Completed in 47 milliseconds

1...<<21222324252627282930>>...79