/third_party/skia/src/core/ |
H A D | SkBlitRow_D32.cpp | 158 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local 170 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32_blend() 172 vst1_u32(dst, vreinterpret_u32_u8(vres)); in blit_row_s32_blend() 180 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local 190 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32_blend() 192 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in blit_row_s32_blend() 202 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() 219 vres = vshrn_n_u16(vdst_wide, 8); in blit_row_s32a_blend() 221 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); in blit_row_s32a_blend() 233 uint8x8_t vsrc, vdst, vres, vsrc_alpha in blit_row_s32a_blend() [all...] |
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.c | 344 struct virgl_resource *vres = virgl_resource(vtransfer->base.resource); in virgl_staging_map() local 369 align_offset = vres->b.target == PIPE_BUFFER ? in virgl_staging_map() 389 virgl_resource_dirty(vres, vtransfer->base.level); in virgl_staging_map() 491 struct virgl_resource *vres = virgl_resource(resource); in virgl_resource_transfer_map() local 512 &vres->metadata, level, usage, box); in virgl_resource_transfer_map() 517 if (!virgl_resource_realloc(vctx, vres)) { in virgl_resource_transfer_map() 521 vws->resource_reference(vws, &trans->hw_res, vres->hw_res); in virgl_resource_transfer_map() 524 trans->hw_res_map = vws->resource_map(vws, vres->hw_res); in virgl_resource_transfer_map() 559 if (vres->b.target == PIPE_BUFFER) { in virgl_resource_transfer_map() 577 (vres in virgl_resource_transfer_map() [all...] |
H A D | virgl_screen.c | 819 struct virgl_resource *vres = virgl_resource(res); in virgl_flush_frontbuffer() local 824 vws->flush_frontbuffer(vws, vres->hw_res, level, layer, winsys_drawable_handle, in virgl_flush_frontbuffer()
|
H A D | virgl_context.c | 869 struct virgl_resource *vres = virgl_resource(res); in virgl_clear_texture() local 871 virgl_encode_clear_texture(vctx, vres, level, box, data); in virgl_clear_texture() 877 virgl_resource_dirty(vres, level); in virgl_clear_texture()
|
H A D | virgl_encode.c | 1514 struct virgl_resource *vres = virgl_resource(trans->base.resource); in virgl_encode_transfer() local 1520 vres->blob_mem == VIRGL_BLOB_MEM_HOST3D_GUEST) in virgl_encode_transfer()
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | lib_guest.c | 166 volatile int32_t *vres = &test_result->result; in tst_wait_host() local 170 while (*vres != KVM_TNONE) in tst_wait_host()
|
/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 401 uint8x8_t vy, vconst16_8, v16_y, vres; in filter_and_scale_by_alpha() local 433 vres = vshrn_n_u16(vcombine_u16(tmp, vcreate_u16((uint64_t)0)), 8); // shift down result by 8 in filter_and_scale_by_alpha() 434 vst1_lane_u32(dst, vreinterpret_u32_u8(vres), 0); // store result in filter_and_scale_by_alpha()
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 1937 VRegister vres = v5.V16B(); in Test2OpNEON_Helper() local 1975 __ Mov(vres, vd); in Test2OpNEON_Helper() 1980 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in Test2OpNEON_Helper() 2191 VRegister vres = v5.V16B(); in TestByElementNEON_Helper() local 2230 __ Mov(vres, vd); in TestByElementNEON_Helper() 2237 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in TestByElementNEON_Helper() 2662 VRegister vres = VRegister(5, vn_bits); in TestOpImmOpImmNEON_Helper() local 2699 __ Mov(vres, vd); in TestOpImmOpImmNEON_Helper() 2701 __ Str(vres, MemOperand(out, vd.GetSizeInBytes(), PostIndex)); in TestOpImmOpImmNEON_Helper()
|
/third_party/backends/backend/ |
H A D | hp4200.c | 1771 ciclic_buffer_init_offset_correction (ciclic_buffer_t * cb, int vres) in ciclic_buffer_init_offset_correction() argument 1774 switch (vres) in ciclic_buffer_init_offset_correction() 1819 int vres, int status_bytes) in ciclic_buffer_init() 1850 ciclic_buffer_init_offset_correction (cb, vres); in ciclic_buffer_init() 1818 ciclic_buffer_init(ciclic_buffer_t * cb, SANE_Int bytes_per_line, int vres, int status_bytes) ciclic_buffer_init() argument
|