/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 3281 /* maximum depth to allow for fifo (0 = no keyscan output) */ 4655 uint8_t depth; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | cirrusfb.c | 1202 "What's this? requested color depth == %d.\n", in cirrusfb_set_par_foo() 1820 if (info->flags & FBINFO_HWACCEL_DISABLED || image->depth != 1) in cirrusfb_imageblit()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | pcie.c | 1188 size = ring->commonring.depth * ring->commonring.item_len; in brcmf_pcie_release_ringbuffer()
|
/third_party/ffmpeg/libavcodec/ |
H A D | j2kenc.c | 1765 s->cbps[i] = desc->comp[i].depth; in j2kenc_init()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_mc.asm | 180 %macro EPEL_FILTER 5 ; bit depth, filter index, xmma, xmmb, gprtmp
|
/third_party/backends/backend/ |
H A D | umax_pp.c | 1985 dev->params.depth = 8; in sane_get_parameters()
|
H A D | hp4200.c | 2863 /* fixme: add support for more depth's and bpp's. */ in compute_parameters() 2879 p->depth = 8; in sane_get_parameters()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2403 master_ninja.pool("link_pool", depth=GetDefaultConcurrentLinks())
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2400 master_ninja.pool("link_pool", depth=GetDefaultConcurrentLinks())
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 488 // Careful: this indexes "from the other end", i.e. depth=0 is the value 490 void DropValue(int depth);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.cpp | 2139 return type->image.depth ? SPVC_TRUE : SPVC_FALSE; in spvc_type_get_image_is_depth()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 2514 // Vulkan ignores the depth parameter on OpImage, so pay attention to the in GetTypeForHandleVar() 2517 // treat that as a depth texture. in GetTypeForHandleVar() 2518 if (image_type->depth() || usage.IsDepthTexture()) { in GetTypeForHandleVar() 2530 // Multisampled textures are never depth textures. in GetTypeForHandleVar() 2736 // Depth reference access implies usage as a depth texture, which in RegisterHandleUsage()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 2078 "reason=%d depth=%d subject='%s' err='%s'", in eap_peer_sm_tls_event() 2080 data->cert_fail.depth, in eap_peer_sm_tls_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 2123 "reason=%d depth=%d subject='%s' err='%s'", in eap_peer_sm_tls_event() 2125 data->cert_fail.depth, in eap_peer_sm_tls_event()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 3258 * @param depth Depth of texture 3264 void Texture::Init(TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum internal_format, GLenum format, in Init() argument 3277 Storage(gl, tex_type, width, height, depth, internal_format); in Init() 3278 Update(gl, tex_type, width, height, depth, format, type, data); in Init() 3431 * @param depth Depth of texture 3434 void Texture::Storage(const Functions& gl, TYPES tex_type, GLuint width, GLuint height, GLuint depth, in Storage() argument 3456 gl.texStorage3D(target, levels, internal_format, width, height, depth); in Storage() 3486 void Texture::Update(const Functions& gl, TYPES tex_type, GLuint width, GLuint height, GLuint depth, GLenum format, in Update() argument 3522 gl.texSubImage3D(target, level, 0 /* x */, 0 /* y */, 0 /* z */, width, height, depth, format, type, data); in Update()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 7160 , depth( depth_ ) in depth() function 7168 : width( extent2D.width ), height( extent2D.height ), depth( depth_ ) in depth() function 7195 depth = depth_; 7215 return ( width == rhs.width ) && ( height == rhs.height ) && ( depth == rhs.depth ); 7227 uint32_t depth = {}; member 10681 : depth( depth_ ) 10703 depth = depth_; 10729 return ( depth == rhs.depth ) 10739 float depth = {}; global() member 72492 , depth( depth_ ) depth() function 72503 : width( extent2D.width ), height( extent2D.height ), depth( depth_ ) depth() function 72562 uint32_t depth = {}; global() member [all...] |
H A D | vulkan_raii.hpp | 4484 uint32_t depth ) const VULKAN_HPP_NOEXCEPT; 4674 uint32_t depth ) const VULKAN_HPP_NOEXCEPT; 14206 uint32_t depth ) const VULKAN_HPP_NOEXCEPT 14225 depth ); variable 15902 uint32_t depth ) const VULKAN_HPP_NOEXCEPT 15915 depth ); variable
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 3718 // Working in the higher bit depth can produce slightly different (and in wuffs_base__color_u32_argb_nonpremul__as__color_u32_argb_premul() 3890 // Common 8-bit-depth pixel formats. This list is not exhaustive; not all valid 24584 const char wuffs_cbor__error__unsupported_recursion_depth[] = "#cbor: unsupported recursion depth"; 44337 int32_t depth = 0; DecodeCbor() local 45587 int32_t depth = 0; DecodeJson() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 4079 static s16 exponential_average(s16 prev_avg, s16 val, u8 depth) in exponential_average() argument 4081 return ((depth-1)*prev_avg + val)/depth; in exponential_average()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 4919 int depth = 32; /* max recursion depth */ in bpf_core_types_are_compat() local 4928 depth--; in bpf_core_types_are_compat() 4929 if (depth < 0) in bpf_core_types_are_compat()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 4033 static s16 exponential_average(s16 prev_avg, s16 val, u8 depth) in exponential_average() argument 4035 return ((depth-1)*prev_avg + val)/depth; in exponential_average()
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 3848 0, 0, // height, depth (unused) in Image1DArray() 3956 0, 0, // depth, array size (unused) in Image2D() 4157 0, // depth (unused) in Image2DArray() 4238 ::size_t depth, in Image3D() 4267 depth, in Image3D() 4291 context(), flags, &format, width, height, depth, row_pitch, in Image3D() 4232 Image3D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, ::size_t height, ::size_t depth, ::size_t row_pitch = 0, ::size_t slice_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image3D() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 3915 const int depth = (viewType == vk::VK_IMAGE_VIEW_TYPE_1D || viewType == vk::VK_IMAGE_VIEW_TYPE_1D_ARRAY) ? (1) 3921 dst->allocLevel(level, width, height, depth); 3926 for (int z = 0; z < depth; ++z) 3931 const int gradMax = width + height + depth - 3;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 3919 const int depth = (viewType == vk::VK_IMAGE_VIEW_TYPE_1D || viewType == vk::VK_IMAGE_VIEW_TYPE_1D_ARRAY) ? (1) 3925 dst->allocLevel(level, width, height, depth); 3930 for (int z = 0; z < depth; ++z) 3935 const int gradMax = width + height + depth - 3;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 3886 uint32_t depth ) const VULKAN_HPP_NOEXCEPT 3889 commandBuffer, pRaygenShaderBindingTable, pMissShaderBindingTable, pHitShaderBindingTable, pCallableShaderBindingTable, width, height, depth ); 4094 uint32_t depth ) const VULKAN_HPP_NOEXCEPT 4110 depth );
|