Home
last modified time | relevance | path

Searched defs:col1 (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djfdctfst-neon.c76 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_ifast_neon() local
H A Djfdctint-neon.c113 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_islow_neon() local
H A Djidctfst-neon.c352 int16x8_t col1 = vreinterpretq_s16_s32(cols_15.val[0]); in jsimd_idct_ifast_neon() local
H A Djidctred-neon.c430 int16x4_t col1 = vreinterpret_s16_s32(vget_low_s32(cols_1537.val[0])); in jsimd_idct_4x4_neon() local
/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DColorStateTests.cpp223 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +() argument
238 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -() argument
253 min(const RGBA8& col1, const RGBA8& col2) min() argument
259 max(const RGBA8& col1, const RGBA8& col2) max() argument
265 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) mix() argument
276 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) mix() argument
[all...]
/third_party/skia/src/gpu/
H A DGrDataUtils.cpp155 static void create_BC1_block(SkColor col0, SkColor col1, BC1Block* block) { in create_BC1_block() argument
/third_party/backends/frontend/
H A Dscanimage.c1674 int col1, col8; in scan_it() local
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
444 Collator *col1 = 0; in TestHashCode() local
833 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); TestOperators() local
911 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); TestDuplicate() local
2249 TestCollator col1; TestSubclass() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c454 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c3194 struct ir3_instruction *col1 = ir3_create_collect(b, src1, nsrc1); in emit_tex() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; in s3tc_dxt1_full_to_rgba_aos() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1016 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant() local
1030 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c50 static WEBP_INLINE uint32_t PaletteColorDistance(uint32_t col1, uint32_t col2) { in PaletteColorDistance() argument
62 static WEBP_INLINE void SwapColor(uint32_t* const col1, uint32_t* const col2) { in SwapColor() argument
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp1311 void ImGui::ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1) in ShadeVertsLinearColorGradientKeepAlpha() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp709 static float col1[3] = { 1.0f, 0.0f, 0.2f }; in ShowDemoWindowWidgets() local
2091 static float col1[3] = { 1.0f, 0.0f, 0.2f }; in ShowDemoWindowWidgets() local
H A Dimgui_draw.cpp1853 void ImGui::ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1) in ShadeVertsLinearColorGradientKeepAlpha() argument

Completed in 61 milliseconds