Home
last modified time | relevance | path

Searched defs:depth (Results 876 - 900 of 1257) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/libcoap/examples/
H A Dcoap-client.c1280 verify_cn_callback(const char *cn, const uint8_t *asn1_public_cert COAP_UNUSED, size_t asn1_length COAP_UNUSED, coap_session_t *session COAP_UNUSED, unsigned depth, int validated COAP_UNUSED, void *arg COAP_UNUSED) verify_cn_callback() argument
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c236 get_xcb_visualtype_for_depth(struct dri2_egl_display *dri2_dpy, int depth) in get_xcb_visualtype_for_depth() argument
256 dri2_x11_get_red_mask_for_depth(struct dri2_egl_display *dri2_dpy, int depth) dri2_x11_get_red_mask_for_depth() argument
1060 dri2_format_for_depth(struct dri2_egl_display *dri2_dpy, uint32_t depth) dri2_format_for_depth() argument
[all...]
H A Degl_dri2.h321 int depth; member
517 dri2_x11_get_red_mask_for_depth(struct dri2_egl_display *dri2_dpy, int depth) in dri2_x11_get_red_mask_for_depth() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c954 gfx10_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) gfx10_make_texture_descriptor() argument
1114 si_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) si_make_texture_descriptor() argument
1328 radv_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) radv_make_texture_descriptor() argument
[all...]
H A Dradv_private.h600 } depth[MAX_SAMPLES_LOG2]; member
622 } depth[MAX_SAMPLES_LOG2]; member
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c187 v3dv_zs_buffer(bool depth, bool stencil) in v3dv_zs_buffer() argument
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h63 unsigned depth; member
/third_party/littlefs/runners/
H A Dtest_runner.c1711 run_powerloss_exhaustive_layer( struct powerloss_exhaustive_cycles *cycles, const struct test_suite *suite, const struct test_case *case_, struct lfs_config *cfg, struct lfs_emubd_config *bdcfg, size_t depth) run_powerloss_exhaustive_layer() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c1611 float depth; r600_clear_texture() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c127 int att, depth; in dri2_drawable_get_buffers() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c692 SVGA3D_vgpu10_ClearDepthStencilView(struct svga_winsys_context *swc, struct pipe_surface *ds_surf, uint16 flags, uint16 stencil, float depth) SVGA3D_vgpu10_ClearDepthStencilView() argument
H A Dsvga_tgsi_insn.c3196 SVGA3dShaderDestToken depth = emit->depth_pos; in emit_vs_postamble() local
3240 SVGA3dShaderDestToken depth = emit->depth_pos; in emit_vs_postamble() local
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c735 tegra_clear(struct pipe_context *pcontext, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) tegra_clear() argument
762 tegra_clear_depth_stencil(struct pipe_context *pcontext, struct pipe_surface *pdst, unsigned int flags, double depth, unsigned int stencil, unsigned int dstx, unsigned int dsty, unsigned int width, unsigned int height, bool render_condition) tegra_clear_depth_stencil() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c615 virgl_encode_clear(struct virgl_context *ctx, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) virgl_encode_clear() argument
[all...]
H A Dvirgl_context.c847 virgl_clear(struct pipe_context *ctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) virgl_clear() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h245 __u32 depth; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp704 int depth = 0; in emit_control_flow() local
1265 void Shader::start_new_block(int depth) in start_new_block() argument
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc1966 ParseValue(const Char* start, const Char* end, const Char** value_token_end, int depth) ParseValue() argument
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c963 int depth = 0; in tre_parse() local
/third_party/nghttp2/src/
H A Dshrpx_tls.cc123 int depth = X509_STORE_CTX_get_error_depth(ctx); in verify_callback() local
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c964 int depth = 0; in tre_parse() local
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c963 int depth = 0; in tre_parse() local
/third_party/musl/src/regex/
H A Dregcomp.c963 int depth = 0; in tre_parse() local
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c348 BuildAndStoreHuffmanTree(const uint32_t* histogram, const size_t histogram_length, const size_t alphabet_size, HuffmanTree* tree, uint8_t* depth, uint16_t* bits, size_t* storage_ix, uint8_t* storage) BuildAndStoreHuffmanTree() argument
403 BrotliBuildAndStoreHuffmanTreeFast(MemoryManager* m, const uint32_t* histogram, const size_t histogram_total, const size_t max_bits, uint8_t* depth, uint16_t* bits, size_t* storage_ix, uint8_t* storage) BrotliBuildAndStoreHuffmanTreeFast() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c165 nir_ssa_def *depth = sample_via_nir(&b, texcoord, "depth", 0, in make_drawpix_z_stencil_program_nir() local
211 nir_ssa_def *depth = sample_via_nir(&b, texcoord, "depth", 0, in make_drawpix_zs_to_color_program_nir() local
[all...]

Completed in 67 milliseconds

1...<<31323334353637383940>>...51