Home
last modified time | relevance | path

Searched defs:depth (Results 151 - 175 of 1130) sorted by relevance

12345678910>>...46

/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
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.h101 uint16_t depth; member
H A Dnv50_tex.c71 uint32_t depth; in nv50_create_texture_view() local
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str01.c42 int depth = 3; variable
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-context-specialization.cc140 size_t depth = access.depth(); in ReduceJSLoadContext() local
202 size_t depth = access.depth(); ReduceJSStoreContext() local
229 size_t depth = std::numeric_limits<size_t>::max(); GetModuleContext() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c52 uint32_t depth; member
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c188 fd_blitter_clear(struct pipe_context *pctx, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) fd_blitter_clear() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c42 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) i915_clear_emit() argument
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) i915_clear_blitter() argument
249 i915_clear_render(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) i915_clear_render() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.h49 uint32_t depth; member
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h102 uint32_t *depth; member
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_private.h79 struct pipe_resource *depth; /* depth of original input */ member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c389 float depth = ((double)(depth_clear >> 8)) * (1.0 / (double)0xffffff); in clear_fast() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c53 uint32_t depth; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_parse.c22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument
94 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) asn1_parse2() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dblake2.h34 uint8_t depth; /* 4 */ member
58 uint8_t depth; /* 4 */ member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_store.c16 cache_objects(X509_LOOKUP *lctx, const char *uri, const OSSL_STORE_SEARCH *criterion, int depth, OSSL_LIB_CTX *libctx, const char *propq) cache_objects() argument
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DCodedInputStreamTest.java384 private TestRecursiveMessage makeRecursiveMessage(int depth) { in makeRecursiveMessage() argument
393 private void assertMessageDepth(TestRecursiveMessage message, int depth) { in assertMessageDepth() argument

Completed in 14 milliseconds

12345678910>>...46