Home
last modified time | relevance | path

Searched defs:is_alpha (Results 1 – 21 of 21) 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.c72 uint8_t is_alpha; member
/third_party/boost/boost/algorithm/string/
Dclassification.hpp83 is_alpha(const std::locale& Loc=std::locale()) in is_alpha() function
/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/gstreamer/gst_libav/ext/libav/
Dgstavutils.c101 uint8_t is_alpha:1; /* true if alpha can be specified */ member
/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/nghttp2/src/
Dutil.h77 inline bool is_alpha(const char c) { in is_alpha() function
/third_party/flatbuffers/include/flatbuffers/
Dutil.h49 inline bool is_alpha(char c) { in is_alpha() function
/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/flutter/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c554 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
/third_party/quickjs/
Drepl.js198 function is_alpha(c) { function
/third_party/tzdata/
Dzdump.c110 is_alpha(char a) in is_alpha() function
Dzic.c3060 is_alpha(char a) in is_alpha() function
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local
/third_party/wayland_standard/src/
Dscanner.c662 bool is_alpha = (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'); in validate_identifier() local
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c771 bool is_alpha = true; in anv_physical_device_try_create() local
Danv_private.h884 bool is_alpha; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c358 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.c351 si_translate_blend_opt_factor(VkBlendFactor factor, bool is_alpha) in si_translate_blend_opt_factor()