Home
last modified time | relevance | path

Searched defs:depth (Results 301 - 325 of 2080) sorted by relevance

1...<<11121314151617181920>>...84

/third_party/ffmpeg/libavfilter/
H A Dvf_lagfun.c36 int depth; member
/third_party/ffmpeg/libavutil/
H A Dpixdesc.h57 int depth; member
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp97 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() argument
1259 OutputConstantUnion(TInfoSink& out, const TIntermTyped* node, const TConstUnionArray& constUnion, TOutputTraverser::EExtraOutput extra, int depth) OutputConstantUnion() argument
[all...]
/third_party/backends/backend/genesys/
H A Dimage.cpp185 void write_tiff_file(const std::string& filename, const void* data, int depth, int channels, in write_tiff_file() argument
H A Dimage_pixel.cpp32 unsigned depth; member
79 std::size_t depth = get_pixel_format_depth(format) * get_pixel_channels(format); in get_pixel_row_bytes() local
86 std::size_t depth = get_pixel_format_depth(format) * get_pixel_channels(format); in get_pixels_from_row_bytes() local
90 PixelFormat create_pixel_format(unsigned depth, unsigned channels, ColorOrder order) in create_pixel_format() argument
[all...]
/third_party/backends/backend/
H A Dkvs1025.c139 int width, length, depth = kv_get_depth (kv_get_mode (dev));; in sane_get_parameters() local
/third_party/curl/docs/examples/
H A Dxmlstream.c52 size_t depth; member
/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c63 depth, /* Depth of image (bits) */ in _cupsImageReadBMP() local
[all...]
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternUtilDemo.java29 private static final void printMessage(MessagePatternUtil.MessageNode msg, int depth) { in printMessage() argument
47 private static final void printArg(MessagePatternUtil.ArgNode arg, int depth) { in printArg() argument
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/jerryscript/jerry-core/parser/js/
H A Djs-scanner-ops.c355 size_t depth = 0; in scanner_scan_bracket() local
[all...]
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_layout.c196 uint32_t depth = u_minify(depth0, level); in fdl6_layout() local
/third_party/ltp/pan/
H A Dsymbol.c380 int sym_dump(SYM sym, int depth) in sym_dump() argument
403 int sym_dump_s(SYM sym, int depth) in sym_dump_s() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad.h89 float depth[TGSI_QUAD_SIZE]; member
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp73 float depth = pViewport->MaxDepth - z; in SetViewports() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c101 const uint32_t depth = u_minify(image->physical_extent.depth, i); in pvr_image_setup_mip_levels() local
H A Dpvr_job_common.h94 uint32_t depth; member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp234 image::depth() const { in depth() function in image
170 image(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t array_size, size_t row_pitch, size_t slice_pitch, size_t size, void *host_ptr, cl_mem buffer) image() argument
315 image3d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr) image3d() argument
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson_test.cc559 std::string MakeNestedJson(int depth) { in MakeNestedJson() argument
/third_party/nghttp2/src/
H A Dshrpx_router.cc409 void dump_node(const RNode *node, int depth) { in dump_node() argument
/third_party/mesa3d/src/intel/isl/tests/
H A Disl_surf_get_image_offset_test.c45 t_assert_extent4d(const struct isl_extent4d *e, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_len) t_assert_extent4d() argument
97 t_assert_phys_level0_sa(const struct isl_surf *surf, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_len) t_assert_phys_level0_sa() argument
104 t_assert_gfx4_3d_layer(const struct isl_surf *surf, uint32_t level, uint32_t aligned_width, uint32_t aligned_height, uint32_t depth, uint32_t horiz_layers, uint32_t vert_layers, uint32_t *base_y) t_assert_gfx4_3d_layer() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dfeedback.c379 int depth = metadata[2]; in update_hit_record() local
H A Dpbo.c66 _mesa_validate_pbo_access(GLuint dimensions, const struct gl_pixelstore_attrib *pack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) _mesa_validate_pbo_access() argument
178 _mesa_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) _mesa_validate_pbo_source() argument
258 _mesa_map_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) _mesa_map_validate_pbo_source() argument
336 _mesa_map_validate_pbo_dest(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *ptr, const char *where) _mesa_map_validate_pbo_dest() argument
395 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack, const char *funcName) _mesa_validate_pbo_teximage() argument
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dsymbol_table.c51 unsigned depth; member
83 unsigned depth; member
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_fastpath.c46 no_op(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *color_sample_stride, unsigned depth_sample_stride) no_op() argument
144 red(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t int_mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *sample_stride, unsigned depth_sample_stride) red() argument
171 green(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t int_mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *sample_stride, unsigned depth_sample_stride) green() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) in pack_zeta() argument
53 nv30_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) nv30_clear() argument
183 nv30_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h, bool render_condition_enabled) nv30_clear_depth_stencil() argument

Completed in 15 milliseconds

1...<<11121314151617181920>>...84