Searched defs:col0 (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jfdctfst-neon.c | 75 int16x8_t col0 = cols_04.val[0]; in jsimd_fdct_ifast_neon() local
|
H A D | jfdctint-neon.c | 112 int16x8_t col0 = cols_04.val[0]; in jsimd_fdct_islow_neon() local
|
H A D | jidctfst-neon.c | 351 int16x8_t col0 = vreinterpretq_s16_s32(cols_04.val[0]); in jsimd_idct_ifast_neon() local
|
H A D | jidctred-neon.c | 429 int16x4_t col0 = vreinterpret_s16_s32(vget_low_s32(cols_0426.val[0])); in jsimd_idct_4x4_neon() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 436 unsigned col0 = gmem->nbins_x * i; in gmem_stateobj_init() local
|
/third_party/skia/src/core/ |
H A D | SkCompressedDataUtils.cpp | 170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp() argument
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_fxt1.c | 1409 uint32_t col0[4]; in fxt1_decode_1ALPHA() local [all...] |
/third_party/skia/src/gpu/ |
H A D | GrDataUtils.cpp | 155 static void create_BC1_block(SkColor col0, SkColor col1, BC1Block* block) { in create_BC1_block() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 3193 struct ir3_instruction *col0 = ir3_create_collect(b, src0, nsrc0); in emit_tex() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 572 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 D | OutputASM.cpp | 1015 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant() local 1029 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1311 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 D | imgui_draw.cpp | 1853 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 39 milliseconds