/third_party/node/deps/v8/src/compiler/ |
H A D | loop-analysis.h | 52 uint32_t depth() const { return depth_; } in depth() function in v8::internal::compiler::LoopTree::Loop
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_clear.c | 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/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_translate.h | 399 translate_clear_depth_stencil(enum pipe_format format, float depth, in translate_clear_depth_stencil() argument
|
H A D | etnaviv_blt.c | 265 etna_blit_clear_zs_blt(struct pipe_context *pctx, struct pipe_surface *dst, unsigned buffers, double depth, unsigned stencil) etna_blit_clear_zs_blt() argument 342 etna_clear_blt(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) etna_clear_blt() argument
|
H A D | etnaviv_clear_blit.c | 213 unsigned depth = MIN2(src_priv->levels[level].depth, dst_priv->levels[level].depth); in etna_copy_resource() local 137 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) etna_clear_depth_stencil() argument [all...] |
H A D | etnaviv_resource.h | 46 unsigned depth; member
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_texture.c | 77 unsigned width, height, depth, layout, i; in lima_texture_desc_set_res() local
|
H A D | lima_texture.h | 71 uint32_t depth: 13; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_cs.h | 66 float depth; member
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_texture.c | 305 uint32_t *depth = alloca(sizeof(uint32_t) * height_len); in rbug_send_texture_info_reply() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_flush.c | 93 debug_flush_capture_frame(int start, int depth) in debug_flush_capture_frame() argument 183 debug_flush_alert(const char *s, const char *op, unsigned start, unsigned depth, boolean continued, boolean capture, const struct debug_stack_frame *frame) debug_flush_alert() argument
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_video_buffer.c | 170 vl_video_buffer_template(struct pipe_resource *templ, const struct pipe_video_buffer *tmpl, enum pipe_format resource_format, unsigned depth, unsigned array_size, unsigned usage, unsigned plane, enum pipe_video_chroma_format chroma_format) vl_video_buffer_template() argument 391 vl_video_buffer_create_ex(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, const enum pipe_format resource_formats[VL_NUM_COMPONENTS], unsigned depth, unsigned array_size, unsigned usage, enum pipe_video_chroma_format chroma_format) vl_video_buffer_create_ex() argument
|
H A D | vl_stubs.c | 84 vl_video_buffer_template(struct pipe_resource *templ, const struct pipe_video_buffer *tmpl, enum pipe_format resource_format, unsigned depth, unsigned array_size, unsigned usage, unsigned plane, enum pipe_video_chroma_format chroma_format) vl_video_buffer_template() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_draw.c | 544 vc4_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) vc4_clear() argument 653 vc4_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h, bool render_condition_enabled) vc4_clear_depth_stencil() argument
|
/third_party/mesa3d/src/glx/ |
H A D | pixel.c | 164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * userdata, GLubyte * newimage, GLubyte * modes) __glFillImage() argument 391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLubyte * sourceImage, GLvoid * userdata) __glEmptyImage() argument
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 331 int depth; member
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_ctx.c | 51 unsigned int depth, size; member
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_study.c | 1690 int depth = 0; in study() local
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | CodedInputStreamTest.cs | 287 internal static TestRecursiveMessage MakeRecursiveMessage(int depth)
in MakeRecursiveMessage() argument 299 internal static void AssertMessageDepth(TestRecursiveMessage message, int depth)
in AssertMessageDepth() argument
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 331 int depth; member
|
/third_party/openssl/crypto/bn/ |
H A D | bn_ctx.c | 51 unsigned int depth, size; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkTypeUtil.hpp | 79 inline VkClearValue makeClearValueDepthStencil (float depth, deUint32 stencil) in makeClearValueDepthStencil() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTransfer.cpp | 149 const auto depth = m_params.imageType == vk::VK_IMAGE_TYPE_3D ? m_params.dimensions.depth : 1u; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTransfer.cpp | 144 const auto depth = m_params.imageType == vk::VK_IMAGE_TYPE_3D ? m_params.dimensions.depth : 1u; in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ImageIndex.cpp | 190 ImageIndex ImageIndex::MakeFromTarget(TextureTarget target, GLint levelIndex, GLint depth) in MakeFromTarget() argument
|