Searched refs:temp_v (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | upsampling_msa.c | 574 uint8_t temp_v[64]; \ 597 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \ 598 FUNC##Line(ptop_y, &temp_u[ 0], &temp_v[0], ptop_dst, 32); \ 600 FUNC##Line(pbot_y, &temp_u[32], &temp_v[32], pbot_dst, 32); \ 616 memcpy(&temp_v[ 0], top_v, 17 * sizeof(uint8_t)); \ 617 memcpy(&temp_v[32], cur_v, 17 * sizeof(uint8_t)); \ 620 LD_UB2(&temp_v[ 0], 1, tv0, tv1); \ 621 LD_UB2(&temp_v[32], 1, cv0, cv1); \ 625 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \ 626 FUNC##Line(ptop_y, &temp_u[ 0], &temp_v[ [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 7931 int temp_h = 0, temp_v = 0; in tgsi_tex() local 7947 temp_v = treg; in tgsi_tex() 7974 t->src_gpr = (i == 1) ? temp_h : temp_v; in tgsi_tex()
|
Completed in 14 milliseconds