Home
last modified time | relevance | path

Searched defs:is_alpha (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c62 bool is_alpha) in is_2srcdest()
78 bool is_alpha, in can_fixed_function_equation()
195 bool is_alpha, in to_panfrost_function()
/third_party/ffmpeg/libavcodec/
Dvp56.c427 static av_always_inline void vp56_render_mb(VP56Context *s, int row, int col, int is_alpha, VP56mb … in vp56_render_mb()
490 static int vp56_decode_mb(VP56Context *s, int row, int col, int is_alpha) in vp56_decode_mb()
509 static int vp56_conceal_mb(VP56Context *s, int row, int col, int is_alpha) in vp56_conceal_mb()
663 int is_alpha = (jobnr == 1); in ff_vp56_decode_mbs() local
Dlibvpxenc.c81 uint8_t is_alpha; member
/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc90 static bool is_alpha(char ch) { return isalpha(ch); } in is_alpha() function
95 static bool is_alpha(wchar_t ch) { return iswalpha(ch); } in is_alpha() function
/third_party/rust/crates/nom/src/
Dtraits.rs159 fn is_alpha(self) -> bool; in is_alpha() method
180 fn is_alpha(self) -> bool { in is_alpha() method
212 fn is_alpha(self) -> bool { in is_alpha() method
245 fn is_alpha(self) -> bool { in is_alpha() method
276 fn is_alpha(self) -> bool { in is_alpha() method
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc119 bool Lexer::is_alpha(char ch) const { in is_alpha() function in tint::reader::wgsl::Lexer
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp143 static bool is_alpha(char c) in is_alpha() function
/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c567 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
/third_party/nghttp2/src/
Dutil.h83 inline bool is_alpha(const char c) { in is_alpha() function
/third_party/tzdata/
Dzdump.c111 is_alpha(char a) in is_alpha() function
Dzic.c3593 is_alpha(char a) in is_alpha() function
/third_party/node/deps/ada/
Dada.h1041 constexpr bool is_alpha(char x) noexcept { in is_alpha() function
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c503 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_pipeline.c1380 translate_blend_factor(VkBlendFactor in, bool is_alpha) in translate_blend_factor()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c763 bool is_alpha = true; in anv_physical_device_try_create() local
Danv_private.h985 bool is_alpha; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c375 static uint32_t si_translate_blend_opt_factor(int blend_fact, bool is_alpha) in si_translate_blend_opt_factor()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c391 si_translate_blend_opt_factor(unsigned factor, bool is_alpha) in si_translate_blend_opt_factor()