Home
last modified time | relevance | path

Searched refs:col0 (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djfdctfst-neon.c75 int16x8_t col0 = cols_04.val[0]; in jsimd_fdct_ifast_neon() local
89 int16x8_t tmp0 = vaddq_s16(col0, col7); in jsimd_fdct_ifast_neon()
90 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_ifast_neon()
104 col0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon()
133 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_ifast_neon()
H A Djfdctint-neon.c112 int16x8_t col0 = cols_04.val[0]; in jsimd_fdct_islow_neon() local
123 int16x8_t tmp0 = vaddq_s16(col0, col7); in jsimd_fdct_islow_neon()
124 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_islow_neon()
138 col0 = vshlq_n_s16(vaddq_s16(tmp10, tmp11), PASS1_BITS); in jsimd_fdct_islow_neon()
232 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_islow_neon()
H A Djidctfst-neon.c351 int16x8_t col0 = vreinterpretq_s16_s32(cols_04.val[0]); in jsimd_idct_ifast_neon() local
363 int16x8_t tmp10 = vaddq_s16(col0, col4); in jsimd_idct_ifast_neon()
364 int16x8_t tmp11 = vsubq_s16(col0, col4); in jsimd_idct_ifast_neon()
402 col0 = vaddq_s16(tmp0, tmp7); in jsimd_idct_ifast_neon()
412 int8x16_t cols_01_s8 = vcombine_s8(vqshrn_n_s16(col0, PASS1_BITS + 3), in jsimd_idct_ifast_neon()
H A Djidctred-neon.c141 /* Even part: we're only interested in col0; the top half of tmp10 is "don't in jsimd_idct_2x2_neon()
429 int16x4_t col0 = vreinterpret_s16_s32(vget_low_s32(cols_0426.val[0])); in jsimd_idct_4x4_neon() local
440 int32x4_t tmp0 = vshll_n_s16(col0, CONST_BITS + 1); in jsimd_idct_4x4_neon()
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1409 uint32_t col0[4]; in fxt1_decode_1ALPHA() local
1415 col0[BCOMP] = (*(const uint32_t *)(code + 11)) >> 6; in fxt1_decode_1ALPHA()
1416 col0[GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1ALPHA()
1417 col0[RCOMP] = CC_SEL(cc, 104); in fxt1_decode_1ALPHA()
1418 col0[ACOMP] = CC_SEL(cc, 119); in fxt1_decode_1ALPHA()
1422 col0[BCOMP] = CC_SEL(cc, 64); in fxt1_decode_1ALPHA()
1423 col0[GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1ALPHA()
1424 col0[RCOMP] = CC_SEL(cc, 74); in fxt1_decode_1ALPHA()
1425 col0[ACOMP] = CC_SEL(cc, 109); in fxt1_decode_1ALPHA()
1429 b = UP5(col0[BCOM in fxt1_decode_1ALPHA()
[all...]
/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp169 // return t*col0 + (1-t)*col1
170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp() argument
171 SkASSERT(SkGetPackedA32(col0) == 0xFF && SkGetPackedA32(col1) == 0xFF); in lerp()
174 uint8_t r8 = SkScalarRoundToInt(t * SkGetPackedR32(col0) + (1.0f - t) * SkGetPackedR32(col1)); in lerp()
175 uint8_t g8 = SkScalarRoundToInt(t * SkGetPackedG32(col0) + (1.0f - t) * SkGetPackedG32(col1)); in lerp()
176 uint8_t b8 = SkScalarRoundToInt(t * SkGetPackedB32(col0) + (1.0f - t) * SkGetPackedB32(col1)); in lerp()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-sse2.asm168 pshufd xmm1, xmm0, 0x50 ; xmm1=[col0 col1]=(00 00 00 00 01 01 01 01)
303 punpckldq xmm1, xmm2 ; xmm1=[col0 col1]=(00 10 20 30 01 11 21 31)
486 paddd xmm4, xmm5 ; xmm4=tmp0[col0 col1 **** col3]
499 psrad xmm6, (WORD_BIT-CONST_BITS-2) ; xmm6=tmp10[col0 **** **** ****]
506 paddd xmm6, xmm4 ; xmm6=data0[col0 **** **** ****]=(A0 ** ** **)
508 psubd xmm3, xmm4 ; xmm3=data1[col0 **** **** ****]=(B0 ** ** **)
H A Djidctfst-sse2.asm146 pshufd xmm6, xmm0, 0x00 ; xmm6=col0=(00 00 00 00 00 00 00 00)
301 punpcklqdq xmm6, xmm1 ; xmm6=col0=(00 10 20 30 40 50 60 70)
336 ; xmm6=col0, xmm5=col2, xmm1=col4, xmm3=col6
H A Djidctred-mmx.asm565 paddd mm4, mm5 ; mm4=tmp0[col0 col1]
602 psrad mm1, (WORD_BIT-CONST_BITS-2) ; mm1=tmp10[col0 ****]
612 paddd mm1, mm4 ; mm1=data0[col0 ****]=(A0 **)
613 psubd mm3, mm4 ; mm3=data1[col0 ****]=(B0 **)
H A Djidctint-sse2.asm161 pshufd xmm7, xmm5, 0x00 ; xmm7=col0=(00 00 00 00 00 00 00 00)
490 punpcklqdq xmm7, xmm0 ; xmm7=col0=(00 10 20 30 40 50 60 70)
528 ; xmm7=col0, xmm1=col2, xmm0=col4, xmm2=col6
H A Djfdctint-sse2.asm373 movdqa xmm6, XMMWORD [wk(2)] ; xmm6=col0
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctred-sse2.asm162 pshufd xmm1, xmm0, 0x50 ; xmm1=[col0 col1]=(00 00 00 00 01 01 01 01)
296 punpckldq xmm1, xmm2 ; xmm1=[col0 col1]=(00 10 20 30 01 11 21 31)
471 paddd xmm4, xmm5 ; xmm4=tmp0[col0 col1 **** col3]
484 psrad xmm6, (WORD_BIT-CONST_BITS-2) ; xmm6=tmp10[col0 **** **** ****]
491 paddd xmm6, xmm4 ; xmm6=data0[col0 **** **** ****]=(A0 ** ** **)
493 psubd xmm3, xmm4 ; xmm3=data1[col0 **** **** ****]=(B0 ** ** **)
H A Djidctfst-sse2.asm140 pshufd xmm6, xmm0, 0x00 ; xmm6=col0=(00 00 00 00 00 00 00 00)
294 punpcklqdq xmm6, xmm1 ; xmm6=col0=(00 10 20 30 40 50 60 70)
329 ; xmm6=col0, xmm5=col2, xmm1=col4, xmm3=col6
H A Djidctint-sse2.asm155 pshufd xmm7, xmm5, 0x00 ; xmm7=col0=(00 00 00 00 00 00 00 00)
483 punpcklqdq xmm7, xmm0 ; xmm7=col0=(00 10 20 30 40 50 60 70)
521 ; xmm7=col0, xmm1=col2, xmm0=col4, xmm2=col6
H A Djfdctint-sse2.asm363 movdqa xmm6, XMMWORD [wk(2)] ; xmm6=col0
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp1040 for (const GLenum* col0 = s_kinds.begin(); col0 != s_kinds.end(); ++col0) in createAttachmentTests()
1045 AttachmentParams params = { *col0, *coln, *dep, *stc }; in createAttachmentTests()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c436 unsigned col0 = gmem->nbins_x * i; in gmem_stateobj_init() local
438 swap(gmem->tile[col0 + j], gmem->tile[col0 + gmem->nbins_x - j - 1]); in gmem_stateobj_init()
/third_party/skia/src/gpu/
H A DGrDataUtils.cpp154 // Create a BC1 compressed block that has two colors but is initialized to 'col0'
155 static void create_BC1_block(SkColor col0, SkColor col1, BC1Block* block) { in create_BC1_block() argument
156 block->fColor0 = to565(col0); in create_BC1_block()
160 if (col0 == SK_ColorTRANSPARENT) { in create_BC1_block()
/third_party/python/Lib/lib2to3/
H A Drefactor.py645 for type, value, (line0, col0), (line1, col1), line_text in tokens:
653 yield type, value, (line0, col0), (line1, col1), line_text
/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
607 col0 = LLVMBuildAnd(builder, colors, lp_build_const_int_vec(gallivm, type, 0x0000ffff), ""); in s3tc_dxt1_full_to_rgba_aos()
613 color0 = color_expand_565_to_8888(gallivm, n, col0); in s3tc_dxt1_full_to_rgba_aos()
682 sel_mask = lp_build_compare(gallivm, type, PIPE_FUNC_GREATER, col0, col1); in s3tc_dxt1_full_to_rgba_aos()
1240 * v01 has col0 in 32bit elem 0, col1 in elem 1. in lp_build_lerp23_single()
1479 * col0 will be rgba0, rgba4, rgba8, rgba12, col1 rgba1, rgba5, ... in s3tc_decode_block_dxt1()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1015 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant() local
1019 Instruction *det = emit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1); in emitDeterminant()
1029 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant() local
1034 Instruction *det = emit(sw::Shader::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : col1, arg, negate ? col1 : col2); in emitDeterminant()
/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
1321 int r = ImLerp((int)(col0 >> IM_COL32_R_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_R_SHIFT) & 0xFF, t); in ShadeVertsLinearColorGradientKeepAlpha()
1322 int g = ImLerp((int)(col0 >> IM_COL32_G_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_G_SHIFT) & 0xFF, t); in ShadeVertsLinearColorGradientKeepAlpha()
1323 int b = ImLerp((int)(col0 >> IM_COL32_B_SHIFT) & 0xFF, (int)(col1 >> IM_COL32_B_SHIFT) & 0xFF, t); in ShadeVertsLinearColorGradientKeepAlpha()
H A Dimgui_internal.h1500 IMGUI_API void ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1);
/third_party/skia/third_party/externals/imgui/
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
1859 const int col0_r = (int)(col0 >> IM_COL32_R_SHIFT) & 0xFF; in ShadeVertsLinearColorGradientKeepAlpha()
1860 const int col0_g = (int)(col0 >> IM_COL32_G_SHIFT) & 0xFF; in ShadeVertsLinearColorGradientKeepAlpha()
1861 const int col0_b = (int)(col0 >> IM_COL32_B_SHIFT) & 0xFF; in ShadeVertsLinearColorGradientKeepAlpha()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c3193 struct ir3_instruction *col0 = ir3_create_collect(b, src0, nsrc0); in emit_tex() local
3212 sam = emit_sam(ctx, opc, info, type, MASK(ncomp), col0, col1); in emit_tex()
3268 col0, col1); in emit_tex()

Completed in 55 milliseconds

12