/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blend.c | 62 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/ |
D | vp56.c | 427 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
|
D | libvpxenc.c | 72 uint8_t is_alpha; member
|
/third_party/boost/boost/algorithm/string/ |
D | classification.hpp | 83 is_alpha(const std::locale& Loc=std::locale()) in is_alpha() function
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 90 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/ |
D | gstavutils.c | 101 uint8_t is_alpha:1; /* true if alpha can be specified */ member
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | lexer.cc | 119 bool Lexer::is_alpha(char ch) const { in is_alpha() function in tint::reader::wgsl::Lexer
|
/third_party/nghttp2/src/ |
D | util.h | 77 inline bool is_alpha(const char c) { in is_alpha() function
|
/third_party/flatbuffers/include/flatbuffers/ |
D | util.h | 49 inline bool is_alpha(char c) { in is_alpha() function
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross_parsed_ir.cpp | 143 static bool is_alpha(char c) in is_alpha() function
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 567 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 554 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
|
/third_party/quickjs/ |
D | repl.js | 198 function is_alpha(c) { function
|
/third_party/tzdata/ |
D | zdump.c | 110 is_alpha(char a) in is_alpha() function
|
D | zic.c | 3060 is_alpha(char a) in is_alpha() function
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local
|
/third_party/wayland_standard/src/ |
D | scanner.c | 662 bool is_alpha = (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'); in validate_identifier() local
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 771 bool is_alpha = true; in anv_physical_device_try_create() local
|
D | anv_private.h | 884 bool is_alpha; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 358 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/ |
D | radv_pipeline.c | 351 si_translate_blend_opt_factor(VkBlendFactor factor, bool is_alpha) in si_translate_blend_opt_factor()
|