/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler_mips_dsp_r2.c | 32 uint8_t* dst = wrk->dst; 72 "addiu %[dst], %[dst], 4 \n\t" 94 "sb %[temp8], -4(%[dst]) \n\t" 95 "sb %[temp9], -3(%[dst]) \n\t" 96 "sb %[temp10], -2(%[dst]) \n\t" 97 "sb %[temp11], -1(%[dst]) \n\t" 101 [irow]"+r"(irow), [dst]"+r"(dst), [loop_en 168 uint8_t* dst = wrk->dst; ExportRowExpand_MIPSdspR2() local [all...] |
H A D | yuv_sse2.c | 109 uint8_t* const dst) { in PackAndStore4_SSE2() 116 _mm_storeu_si128((__m128i*)(dst + 0), RGBA_lo); in PackAndStore4_SSE2() 117 _mm_storeu_si128((__m128i*)(dst + 16), RGBA_hi); in PackAndStore4_SSE2() 125 uint8_t* const dst) { in PackAndStore4444_SSE2() 139 _mm_storeu_si128((__m128i*)dst, rgba4444); in PackAndStore4444_SSE2() 146 uint8_t* const dst) { in PackAndStore565_SSE2() 161 _mm_storeu_si128((__m128i*)dst, rgb565); in PackAndStore565_SSE2() 194 uint8_t* dst) { in VP8YuvToRgba32_SSE2() 197 for (n = 0; n < 32; n += 8, dst += 32) { in VP8YuvToRgba32_SSE2() 200 PackAndStore4_SSE2(&R, &G, &B, &kAlpha, dst); in VP8YuvToRgba32_SSE2() 105 PackAndStore4_SSE2(const __m128i* const R, const __m128i* const G, const __m128i* const B, const __m128i* const A, uint8_t* const dst) PackAndStore4_SSE2() argument 121 PackAndStore4444_SSE2(const __m128i* const R, const __m128i* const G, const __m128i* const B, const __m128i* const A, uint8_t* const dst) PackAndStore4444_SSE2() argument 143 PackAndStore565_SSE2(const __m128i* const R, const __m128i* const G, const __m128i* const B, uint8_t* const dst) PackAndStore565_SSE2() argument 193 VP8YuvToRgba32_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst) VP8YuvToRgba32_SSE2() argument 204 VP8YuvToBgra32_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst) VP8YuvToBgra32_SSE2() argument 215 VP8YuvToArgb32_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst) VP8YuvToArgb32_SSE2() argument 226 VP8YuvToRgba444432_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst) VP8YuvToRgba444432_SSE2() argument 237 VP8YuvToRgb56532_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst) VP8YuvToRgb56532_SSE2() argument 247 VP8YuvToRgb32_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst) VP8YuvToRgb32_SSE2() argument 269 VP8YuvToBgr32_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst) VP8YuvToBgr32_SSE2() argument 294 YuvToRgbaRow_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int len) YuvToRgbaRow_SSE2() argument 316 YuvToBgraRow_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int len) YuvToBgraRow_SSE2() argument 338 YuvToArgbRow_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int len) YuvToArgbRow_SSE2() argument 360 YuvToRgbRow_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int len) YuvToRgbRow_SSE2() argument 397 YuvToBgrRow_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int len) YuvToBgrRow_SSE2() argument 757 SharpYUVUpdateY_SSE2(const uint16_t* ref, const uint16_t* src, uint16_t* dst, int len) SharpYUVUpdateY_SSE2() argument 791 SharpYUVUpdateRGB_SSE2(const int16_t* ref, const int16_t* src, int16_t* dst, int len) SharpYUVUpdateRGB_SSE2() argument [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | first_index_offset.cc | 127 members.push_back(ctx.dst->Member(kFirstVertexName, ctx.dst->ty.u32())); in Run() 132 members.push_back(ctx.dst->Member(kFirstInstanceName, ctx.dst->ty.u32())); in Run() 137 ctx.dst->Structure(ctx.dst->Sym(), std::move(members), in Run() 138 {ctx.dst->create<ast::StructBlockDecoration>()}); in Run() 141 Symbol buffer_name = ctx.dst->Sym(); in Run() 142 ctx.dst->Global(buffer_name, ctx.dst in Run() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 236 uint8_t *src, *dst; in copy_cell() local 240 dst = plane->pixels[ctx->buf_sel] + offset_dst; in copy_cell() 264 for (; w >= 4; src += 16, dst += 16, w -= 4) in copy_cell() 265 ctx->hdsp.put_pixels_tab[0][0](dst, src, plane->pitch, h); in copy_cell() 270 ctx->hdsp.put_pixels_tab[1][0](dst, src, plane->pitch, h); in copy_cell() 273 dst += 8; in copy_cell() 275 ctx->hdsp.put_pixels_tab[2][0](dst, src, plane->pitch, h); in copy_cell() 278 dst += 4; in copy_cell() 287 #define AVG_32(dst, src, ref) \ 288 AV_WN32A(dst, ((AV_RN3 322 fill_64(uint8_t *dst, const uint64_t pix, int32_t n, int32_t row_offset) fill_64() argument 435 uint8_t code, *dst, *ref; decode_cell_data() local 1027 output_plane(const Plane *plane, int buf_sel, uint8_t *dst, ptrdiff_t dst_pitch, int dst_height) output_plane() argument [all...] |
H A D | mv30.c | 138 static void idct_put(uint8_t *dst, int stride, int *block) in idct_put() argument 163 dst[j] = av_clip_uint8((block[j] >> 5) + 128); in idct_put() 165 dst += stride; in idct_put() 169 static void idct_add(uint8_t *dst, int stride, in idct_add() argument 195 dst[j] = av_clip_uint8((block[j] >> 5) + src[j]); in idct_add() 197 dst += stride; in idct_add() 221 static void idct2_put(uint8_t *dst, int stride, int *block) in idct2_put() argument 240 dst[j] = av_clip_uint8((block[0] >> 5) + 128); in idct2_put() 244 dst[j] = av_clip_uint8((block[j] >> 5) + 128); in idct2_put() 247 dst in idct2_put() 251 idct2_add(uint8_t *dst, int stride, const uint8_t *src, int in_linesize, int *block) idct2_add() argument 284 update_inter_block(uint8_t *dst, int stride, const uint8_t *src, int in_linesize, int block) update_inter_block() argument 296 decode_intra_block(AVCodecContext *avctx, int mode, GetByteContext *gbyte, int16_t *qtab, int *block, int *pfill, uint8_t *dst, int linesize) decode_intra_block() argument 337 decode_inter_block(AVCodecContext *avctx, int mode, GetByteContext *gbyte, int16_t *qtab, int *block, int *pfill, uint8_t *dst, int linesize, const uint8_t *src, int in_linesize) decode_inter_block() argument 408 uint8_t *dst[6]; decode_intra() local 471 uint8_t *dst[6], *src[6]; decode_inter() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 360 } src, dst; member 377 deBool clearDestinationWithRed; // Used for CopyImageToImage tests to clear dst image with vec4(1.0f, 0.0f, 0.0f, 1.0f) 390 dst.image.createFlags = VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM; in TestParams() 393 dst.buffer.fillMode = FILL_MODE_GRADIENT; in TestParams() 394 dst.image.fillMode = FILL_MODE_WHITE; in TestParams() 577 void uploadImage (const tcu::ConstPixelBufferAccess& src, VkImage dst, const ImageParms& parms, const deUint32 mipLevels = 1u); 579 virtual void copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel = 0u) = 0; 592 const VkImage& dst, 596 const tcu::PixelBufferAccess& dst, 893 void CopiesAndBlittingTestInstance::uploadImage (const tcu::ConstPixelBufferAccess& src, VkImage dst, cons argument 946 const tcu::ConstPixelBufferAccess dst = m_destinationTextureLevel->getAccess(); generateExpectedResult() local 955 readImageAspect(vk::VkImage image, const tcu::PixelBufferAccess& dst, const ImageParms& imageParms, const deUint32 mipLevel) readImageAspect() argument 1550 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument 2020 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument 2322 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument 2571 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument 3062 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument 3111 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 53 nvc0_2d_format(enum pipe_format format, bool dst, bool dst_src_equal) in nvc0_2d_format() argument 58 if (!dst && unlikely(format == PIPE_FORMAT_I8_UNORM) && !dst_src_equal) in nvc0_2d_format() 86 nvc0_2d_texture_set(struct nouveau_pushbuf *push, bool dst, in nvc0_2d_texture_set() argument 93 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT; in nvc0_2d_texture_set() 96 format = nvc0_2d_format(pformat, dst, dst_src_pformat_equal); in nvc0_2d_texture_set() 114 if (!dst) { in nvc0_2d_texture_set() 143 if (dst) { in nvc0_2d_texture_set() 149 if (dst) { in nvc0_2d_texture_set() 162 struct nv50_miptree *dst, unsigned dst_level, in nvc0_2d_texture_do_copy() 168 const enum pipe_format dfmt = dst in nvc0_2d_texture_do_copy() 161 nvc0_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) nvc0_2d_texture_do_copy() argument 205 nvc0_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) nvc0_resource_copy_region() argument 286 nvc0_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nvc0_clear_render_target() argument 620 nvc0_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nvc0_clear_depth_stencil() argument 1202 struct pipe_resource *dst = info->dst.resource; nvc0_blit_3d() local 1431 struct nv50_miptree *dst = nv50_miptree(info->dst.resource); nvc0_blit_eng2d() local [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_mc_bi_lsx.c | 43 /* hevc_bi_copy: dst = av_clip_uint8((src0 << 6 + src1) >> 7) */ 47 uint8_t *dst, int32_t dst_stride, int32_t height) in hevc_bi_copy_4w_lsx() 100 __lsx_vstelm_w(dst0, dst, 0, 0); in hevc_bi_copy_4w_lsx() 101 __lsx_vstelm_w(dst0, dst + dst_stride, 0, 1); in hevc_bi_copy_4w_lsx() 102 __lsx_vstelm_w(dst0, dst + dst_stride_2x, 0, 2); in hevc_bi_copy_4w_lsx() 103 __lsx_vstelm_w(dst0, dst + dst_stride_3x, 0, 3); in hevc_bi_copy_4w_lsx() 104 dst += dst_stride_4x; in hevc_bi_copy_4w_lsx() 105 __lsx_vstelm_w(dst1, dst, 0, 0); in hevc_bi_copy_4w_lsx() 106 __lsx_vstelm_w(dst1, dst + dst_stride, 0, 1); in hevc_bi_copy_4w_lsx() 107 __lsx_vstelm_w(dst1, dst in hevc_bi_copy_4w_lsx() 45 hevc_bi_copy_4w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_4w_lsx() argument 130 hevc_bi_copy_6w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_6w_lsx() argument 226 hevc_bi_copy_8w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_8w_lsx() argument 311 hevc_bi_copy_12w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_12w_lsx() argument 369 hevc_bi_copy_16w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_16w_lsx() argument 426 hevc_bi_copy_24w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_24w_lsx() argument 437 hevc_bi_copy_32w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_32w_lsx() argument 448 hevc_bi_copy_48w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_48w_lsx() argument 459 hevc_bi_copy_64w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, int32_t height) hevc_bi_copy_64w_lsx() argument 469 hevc_hz_8t_16w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_16w_lsx() argument 534 hevc_hz_8t_24w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_24w_lsx() argument 588 hevc_hz_8t_32w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_32w_lsx() argument 599 hevc_hz_8t_48w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_48w_lsx() argument 610 hevc_hz_8t_64w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_64w_lsx() argument 622 hevc_vt_8t_8w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride,\ const int8_t *filter, int32_t height) hevc_vt_8t_8w_lsx() argument 708 hevc_vt_8t_16multx2mult_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) hevc_vt_8t_16multx2mult_lsx() argument 811 hevc_vt_8t_16w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_16w_lsx() argument 820 hevc_vt_8t_24w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_24w_lsx() argument 831 hevc_vt_8t_32w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_32w_lsx() argument 840 hevc_vt_8t_48w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_48w_lsx() argument 849 hevc_vt_8t_64w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_64w_lsx() argument 859 hevc_hv_8t_8multx1mult_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_8t_8multx1mult_lsx() argument 997 hevc_hv_8t_8w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_8w_lsx() argument 1007 hevc_hv_8t_16w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_16w_lsx() argument 1017 hevc_hv_8t_24w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_24w_lsx() argument 1027 hevc_hv_8t_32w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_32w_lsx() argument 1037 hevc_hv_8t_48w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_48w_lsx() argument 1047 hevc_hv_8t_64w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_64w_lsx() argument 1057 hevc_hz_4t_24w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_24w_lsx() argument 1160 hevc_hz_4t_32w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_32w_lsx() argument 1204 hevc_vt_4t_12w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_12w_lsx() argument 1293 hevc_vt_4t_16w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_16w_lsx() argument 1365 hevc_vt_4t_24w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_24w_lsx() argument 1472 hevc_vt_4t_32w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_32w_lsx() argument 1483 hevc_hv_4t_6w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_6w_lsx() argument 1671 hevc_hv_4t_8x2_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y) hevc_hv_4t_8x2_lsx() argument 1742 hevc_hv_4t_8multx4_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t width8mult) hevc_hv_4t_8multx4_lsx() argument 1861 hevc_hv_4t_8x6_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y) hevc_hv_4t_8x6_lsx() argument 1993 hevc_hv_4t_8multx4mult_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_4t_8multx4mult_lsx() argument 2133 hevc_hv_4t_8w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_8w_lsx() argument 2154 hevc_hv_4t_16w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_16w_lsx() argument 2169 hevc_hv_4t_24w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_24w_lsx() argument 2179 hevc_hv_4t_32w_lsx(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_32w_lsx() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu_emit.c | 164 struct qpu_reg dst, in fixup_raddr_conflict() 211 if (!inst->dst.pack) in set_last_dst_pack() 214 *last_inst(block) |= QPU_SET_FIELD(inst->dst.pack, QPU_PACK); in set_last_dst_pack() 221 assert(!had_ws); /* dst must be a-file to pack. */ in set_last_dst_pack() 227 struct qpu_reg dst) in handle_r4_qpu_write() 229 if (dst.mux != QPU_MUX_R4) { in handle_r4_qpu_write() 230 queue(block, qpu_a_MOV(dst, qpu_r4())); in handle_r4_qpu_write() 365 struct qpu_reg dst; in vc4_generate_code_block() local 366 switch (qinst->dst.file) { in vc4_generate_code_block() 368 dst in vc4_generate_code_block() 163 fixup_raddr_conflict(struct qblock *block, struct qpu_reg dst, struct qpu_reg *src0, struct qpu_reg *src1, struct qinst *inst, uint64_t *unpack) fixup_raddr_conflict() argument 226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, struct qpu_reg dst) handle_r4_qpu_write() argument [all...] |
H A D | vc4_nir_lower_blend.c | 67 nir_ssa_def **dst, in vc4_blend_channel_f() 79 return dst[3]; in vc4_blend_channel_f() 81 return dst[channel]; in vc4_blend_channel_f() 88 dst[3])); in vc4_blend_channel_f() 106 return nir_fsub(b, nir_imm_float(b, 1.0), dst[3]); in vc4_blend_channel_f() 108 return nir_fsub(b, nir_imm_float(b, 1.0), dst[channel]); in vc4_blend_channel_f() 143 nir_ssa_def *dst, in vc4_blend_channel_i() 159 return dst; in vc4_blend_channel_i() 180 return nir_inot(b, dst); in vc4_blend_channel_i() 200 vc4_blend_func_f(nir_builder *b, nir_ssa_def *src, nir_ssa_def *dst, in vc4_blend_func_f() argument 65 vc4_blend_channel_f(nir_builder *b, nir_ssa_def **src, nir_ssa_def **dst, unsigned factor, int channel) vc4_blend_channel_f() argument 141 vc4_blend_channel_i(nir_builder *b, nir_ssa_def *src, nir_ssa_def *dst, nir_ssa_def *src_a, nir_ssa_def *dst_a, unsigned factor, int a_chan) vc4_blend_channel_i() argument 224 vc4_blend_func_i(nir_builder *b, nir_ssa_def *src, nir_ssa_def *dst, unsigned func) vc4_blend_func_i() argument 373 vc4_logicop(nir_builder *b, int logicop_func, nir_ssa_def *src, nir_ssa_def *dst) vc4_logicop() argument [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 153 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in emit_imm64_const() argument 155 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((sljit_ins)(imm & 0xffff) << 5))); in emit_imm64_const() 156 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((sljit_ins)(imm >> 16) & 0xffff) << 5) | (1 << 21))); in emit_imm64_const() 157 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((sljit_ins)(imm >> 32) & 0xffff) << 5) | (2 << 21))); in emit_imm64_const() 158 return push_inst(compiler, MOVK | RD(dst) | ((sljit_ins)(imm >> 48) << 5) | (3 << 21)); in emit_imm64_const() 242 sljit_u32 dst; in sljit_generate_code() local 344 dst = buf_ptr[0] & 0x1f; in sljit_generate_code() 345 buf_ptr[0] = MOVZ | dst | (((sljit_ins)addr & 0xffff) << 5); in sljit_generate_code() 346 buf_ptr[1] = MOVK | dst | (((sljit_ins)(addr >> 16) & 0xffff) << 5) | (1 << 21); in sljit_generate_code() 348 buf_ptr[2] = MOVK | dst | (((sljit_in in sljit_generate_code() 507 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) load_immediate() argument 609 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_sw arg1, sljit_sw arg2) emit_op_imm() argument 1325 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 1419 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_op2() argument 1671 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 1693 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 1741 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 1786 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_fop2() argument 1834 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_fast_enter() argument 2086 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) sljit_emit_op_flags() argument 2311 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) sljit_get_local_base() argument 2351 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) sljit_emit_const() argument 2372 sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_put_label() argument 2397 sljit_u32 dst; sljit_set_jump_addr() local [all...] |
/third_party/alsa-lib/src/topology/ |
H A D | tplg_local.h | 207 char *dst; member 227 struct tplg_buf *dst, const char *prefix); 229 struct tplg_buf *dst, const char *prefix); 248 static inline void unaligned_put32(void *dst, unsigned int val) in unaligned_put32() argument 253 memcpy(dst, &val, sizeof(val)); in unaligned_put32() 365 int tplg_nice_value_format(char *dst, size_t dst_size, unsigned int value); 367 int tplg_save_printf(struct tplg_buf *dst, const char *prefix, const char *fmt, ...); 369 const char *id, struct tplg_buf *dst, const char *pfx); 371 unsigned int channel_count, struct tplg_buf *dst, const char *pfx); 373 struct tplg_buf *dst, cons [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_lower_subgroups.c | 61 mov_immed(struct ir3_register *dst, struct ir3_block *block, unsigned immed) in mov_immed() argument 64 struct ir3_register *mov_dst = ir3_dst_create(mov, dst->num, dst->flags); in mov_immed() 65 mov_dst->wrmask = dst->wrmask; in mov_immed() 67 mov, INVALID_REG, (dst->flags & IR3_REG_HALF) | IR3_REG_IMMED); in mov_immed() 69 mov->cat1.dst_type = (dst->flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32; in mov_immed() 75 mov_reg(struct ir3_block *block, struct ir3_register *dst, in mov_reg() argument 81 ir3_dst_create(mov, dst->num, dst->flags & (IR3_REG_HALF | IR3_REG_SHARED)); in mov_reg() 84 mov_dst->wrmask = dst in mov_reg() 93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1) binop() argument 110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1, struct ir3_register *src2) triop() argument 130 do_reduce(struct ir3_block *block, reduce_op_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1) do_reduce() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_reg_allocate.cpp | 56 if (inst->dst.file == VGRF) in reg_allocate_trivial() 57 virtual_grf_used[inst->dst.nr] = true; in reg_allocate_trivial() 76 assign(hw_reg_mapping, &inst->dst); in reg_allocate_trivial() 193 if (inst->dst.file == VGRF && inst->has_source_and_destination_hazard()) { in reg_allocate() 196 ra_add_node_interference(g, inst->dst.nr, inst->src[i].nr); in reg_allocate() 233 assign(hw_reg_mapping, &inst->dst); in reg_allocate() 287 if (prev_inst->dst.file == VGRF && prev_inst->dst.nr == scratch_reg) { in can_use_scratch_for_source() 290 ~prev_inst->dst.writemask) == 0; in can_use_scratch_for_source() 398 if (inst->dst in evaluate_spill_costs() [all...] |
H A D | brw_fs_copy_propagation.cpp | 48 fs_reg dst; member 198 unsigned idx = reg_space(acp[i]->dst) & (acp_table_size - 1); in setup_initial_values() 204 if (inst->dst.file != VGRF) in setup_initial_values() 207 unsigned idx = reg_space(inst->dst) & (acp_table_size - 1); in setup_initial_values() 209 if (regions_overlap(inst->dst, inst->size_written, in setup_initial_values() 210 entry->dst, entry->size_written)) in setup_initial_values() 230 if (inst->dst.file != VGRF && in setup_initial_values() 231 inst->dst.file != FIXED_GRF) in setup_initial_values() 234 unsigned idx = reg_space(inst->dst) & (acp_table_size - 1); in setup_initial_values() 236 if (regions_overlap(inst->dst, ins in setup_initial_values() [all...] |
/third_party/skia/src/codec/ |
H A D | SkBmpRLECodec.cpp | 39 void* dst, size_t dstRowBytes, in onGetPixels() 53 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 149 // We use memmove() instead of memcpy() because there is risk that the dst in checkForMoreData() 171 void SkBmpRLECodec::setPixel(void* dst, size_t dstRowBytes, in setPixel() argument 174 if (dst && is_coord_necessary(x, fSampleX, dstInfo.width())) { in setPixel() 183 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes); in setPixel() 188 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes); in setPixel() 204 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel() argument 208 if (dst && is_coord_necessary(x, fSampleX, dstInfo.width())) { in setRGBPixel() 216 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, ro in setRGBPixel() 38 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& opts, int* rowsDecoded) onGetPixels() argument 279 decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, const Options& opts) decodeRows() argument 335 decodeRLE(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes) decodeRLE() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/demux/ |
H A D | anim_decode.c | 28 const uint32_t* const dst, int num_pixels); 29 static void BlendPixelRowPremult(uint32_t* const src, const uint32_t* const dst, 173 // Copy width * height pixels from 'src' to 'dst'. 174 static int CopyCanvas(const uint8_t* src, uint8_t* dst, in CopyCanvas() argument 178 assert(src != NULL && dst != NULL); in CopyCanvas() 179 memcpy(dst, src, (size_t)size); in CopyCanvas() 203 // Blend a single channel of 'src' over 'dst', given their alpha channel values. 204 // 'src' and 'dst' are assumed to be NOT pre-multiplied by alpha. 206 uint32_t dst, uint8_t dst_a, in BlendChannelNonPremult() 209 const uint8_t dst_channel = (dst >> shif in BlendChannelNonPremult() 205 BlendChannelNonPremult(uint32_t src, uint8_t src_a, uint32_t dst, uint8_t dst_a, uint32_t scale, int shift) BlendChannelNonPremult() argument 216 BlendPixelNonPremult(uint32_t src, uint32_t dst) BlendPixelNonPremult() argument 246 BlendPixelRowNonPremult(uint32_t* const src, const uint32_t* const dst, int num_pixels) BlendPixelRowNonPremult() argument 266 BlendPixelPremult(uint32_t src, uint32_t dst) BlendPixelPremult() argument 273 BlendPixelRowPremult(uint32_t* const src, const uint32_t* const dst, int num_pixels) BlendPixelRowPremult() argument 286 FindBlendRangeAtRow(const WebPIterator* const src, const WebPIterator* const dst, int canvas_y, int* const left1, int* const width1, int* const left2, int* const width2) FindBlendRangeAtRow() argument [all...] |
/third_party/skia/include/private/ |
H A D | SkColorData.h | 137 static inline int SkAlphaBlend(int src, int dst, int scale256) { in SkAlphaBlend() argument 139 return dst + SkAlphaMul(src - dst, scale256); in SkAlphaBlend() 159 * (src, dst, 0) returns dst 160 * (src, dst, 0xFF) returns src 163 static inline SkPMColor SkFourByteInterp256(SkPMColor src, SkPMColor dst, int scale) { in SkFourByteInterp256() argument 164 unsigned a = SkTo<uint8_t>(SkAlphaBlend(SkGetPackedA32(src), SkGetPackedA32(dst), scale)); in SkFourByteInterp256() 165 unsigned r = SkTo<uint8_t>(SkAlphaBlend(SkGetPackedR32(src), SkGetPackedR32(dst), scale)); in SkFourByteInterp256() 166 unsigned g = SkTo<uint8_t>(SkAlphaBlend(SkGetPackedG32(src), SkGetPackedG32(dst), scal in SkFourByteInterp256() 178 SkFourByteInterp(SkPMColor src, SkPMColor dst, U8CPU srcWeight) SkFourByteInterp() argument 223 SkFastFourByteInterp256_32(SkPMColor src, SkPMColor dst, unsigned scale) SkFastFourByteInterp256_32() argument 237 SkFastFourByteInterp256_64(SkPMColor src, SkPMColor dst, unsigned scale) SkFastFourByteInterp256_64() argument 248 SkFastFourByteInterp256(SkPMColor src, SkPMColor dst, unsigned scale) SkFastFourByteInterp256() argument 261 SkFastFourByteInterp(SkPMColor src, SkPMColor dst, U8CPU srcWeight) SkFastFourByteInterp() argument 271 SkPMLerp(SkPMColor src, SkPMColor dst, unsigned scale) SkPMLerp() argument 275 SkBlendARGB32(SkPMColor src, SkPMColor dst, U8CPU aa) SkBlendARGB32() argument 336 SkSrcOver32To16(SkPMColor src, uint16_t dst) SkSrcOver32To16() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkMaskBlurFilter.cpp | 111 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur() 123 for (AlphaIter src = srcBegin; src < srcEnd; ++src, dst += dstStride) { in blur() 129 *dst = this->finalScale(sum2); in blur() 151 *dst = this->finalScale(sum2); in blur() 165 dst += dstStride; in blur() 175 while (dstCursor > dst) { in blur() 554 uint8_t* dst, int dstW) { 563 store(dst, d0, 8); 569 dst += 8; 579 store(dst, d 110 blur(const AlphaIter srcBegin, const AlphaIter srcEnd, uint8_t* dst, int dstStride, uint8_t* dstEnd) const blur() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_acontrast.c | 31 void (*filter)(void **dst, const void **src, 50 float *dst = d[0]; in filter_flt() local 57 dst[c] = sinf(d + contrast * sinf(d * 4)); in filter_flt() 60 dst += c; in filter_flt() 70 double *dst = d[0]; in filter_dbl() local 77 dst[c] = sin(d + contrast * sin(d * 4)); in filter_dbl() 80 dst += c; in filter_dbl() 93 float *dst = d[c]; in filter_fltp() local 98 dst[n] = sinf(d + contrast * sinf(d * 4)); in filter_fltp() 111 double *dst in filter_dblp() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | lzo.c | 90 register uint8_t *dst = c->out; in copy() local 96 if (cnt > c->out_end - dst) { in copy() 97 cnt = FFMAX(c->out_end - dst, 0); in copy() 101 AV_COPY32U(dst, src); in copy() 103 dst += 4; in copy() 107 memcpy(dst, src, cnt); in copy() 109 c->out = dst + cnt; in copy() 122 register uint8_t *dst = c->out; in copy_backptr() local 124 if (dst - c->out_start < back) { in copy_backptr() 128 if (cnt > c->out_end - dst) { in copy_backptr() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_video.h | 132 * \param dst[in] The destination plane pointer. 141 uint8_t *dst, in u_copy_nv12_from_yv12() 153 dst[2*x] = u_src[x]; in u_copy_nv12_from_yv12() 154 dst[2*x+1] = v_src[x]; in u_copy_nv12_from_yv12() 158 dst += dst_stride; in u_copy_nv12_from_yv12() 173 uint8_t *dst = (uint8_t *)destination_data[1] + destination_pitches[1] * src_field; in u_copy_yv12_to_nv12() local 178 dst[x+offset] = src[x>>1]; in u_copy_yv12_to_nv12() 180 dst += stride; in u_copy_yv12_to_nv12() 195 uint8_t *dst = (uint8_t *)destination_data[0] + destination_pitches[0] * src_field; in u_copy_swap422_packed() local 200 dst[ in u_copy_swap422_packed() 137 u_copy_nv12_from_yv12(const void *const *source_data, uint32_t const *source_pitches, int dst_plane, int dst_field, int dst_stride, int num_fields, uint8_t *dst, int width, int height) u_copy_nv12_from_yv12() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 448 /* Replace the src with the temporary specified in the dst, but copying 455 SVGA3dShaderDestToken dst, in emit_repl() 461 assert(SVGA3dShaderGetRegType(dst.value) == SVGA3DREG_TEMP); in emit_repl() 465 dst.mask = 0; in emit_repl() 468 dst.mask |= 1 << swizzle; in emit_repl() 470 assert(dst.mask); in emit_repl() 474 if (!emit_op1( emit, inst_token( SVGA3DOP_MOV ), dst, *src0 )) in emit_repl() 477 *src0 = src( dst ); in emit_repl() 718 SVGA3dShaderDestToken dst) in alias_src_dst() 720 if (src.base.num != dst in alias_src_dst() 454 emit_repl(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register *src0) emit_repl() argument 717 alias_src_dst(struct src_register src, SVGA3dShaderDestToken dst) alias_src_dst() argument 1032 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_fake_arl() local 1111 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_floor() local 1140 SVGA3dShaderDestToken dst = translate_dst_register(emit, insn, 0); emit_ceil() local 1169 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_div() local 1213 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_dp2() local 1241 do_emit_sincos(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register src0) do_emit_sincos() argument 1259 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_sin() local 1287 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_cos() local 1313 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_ssg() local 1436 emit_conditional(struct svga_shader_emitter *emit, enum pipe_compare_func compare_func, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1, struct src_register pass, struct src_register fail) emit_conditional() argument 1517 emit_select(struct svga_shader_emitter *emit, enum pipe_compare_func compare_func, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1 ) emit_select() argument 1562 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_select_op() local 1580 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_cmp() local 1612 emit_tex2(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn, SVGA3dShaderDestToken dst) emit_tex2() argument 1732 emit_tex_swizzle(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register src, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) emit_tex_swizzle() argument 1803 SVGA3dShaderDestToken dst = emit_tex() local 1974 SVGA3dShaderDestToken dst; emit_scalar_op1() local 1997 SVGA3dShaderDestToken dst; emit_simple_instruction() local 2033 const struct tgsi_full_dst_register *dst = &insn->Dst[0]; emit_mov() local 2062 SVGA3dShaderDestToken dst = translate_dst_register(emit, insn, 0); emit_sqrt() local 2124 SVGA3dShaderDestToken dst = emit_deriv() local 2142 SVGA3dShaderDestToken dst; emit_deriv() local 2206 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_pow() local 2245 submit_lrp(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1, struct src_register src2) submit_lrp() argument 2287 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_lrp() local 2316 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_dst_insn() local 2382 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_exp() local 2475 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_lit() local 2550 SVGA3dShaderDestToken dst; emit_ex2() local 2577 SVGA3dShaderDestToken dst = translate_dst_register( emit, insn, 0 ); emit_log() local 2689 SVGA3dShaderDestToken dst = translate_dst_register(emit, insn, 0); emit_trunc_round() local [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_statevars.c | 943 append(char *dst, const char *src) in append() argument 945 while (*dst) in append() 946 dst++; in append() 948 *dst++ = *src++; in append() 949 *dst = 0; in append() 954 * Convert token 'k' to a string, append it onto 'dst' string. 957 append_token(char *dst, gl_state_index k) in append_token() argument 961 append(dst, "material"); in append_token() 964 append(dst, "light"); in append_token() 967 append(dst, "ligh in append_token() 1217 append_index(char *dst, GLint index, bool structure) append_index() argument 1395 _mesa_upload_state_parameters(struct gl_context *ctx, struct gl_program_parameter_list *paramList, uint32_t *dst) _mesa_upload_state_parameters() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | postproc.c | 59 struct pipe_video_buffer *dst, in vlVaPostProcCompositor() 66 surfaces = dst->get_surfaces(dst); in vlVaPostProcCompositor() 118 struct pipe_video_buffer *dst, in vlVaVidEngineBlit() 126 dst->buffer_format != PIPE_FORMAT_NV12) in vlVaVidEngineBlit() 143 context->desc.vidproc.base.output_format = dst->buffer_format; in vlVaVidEngineBlit() 172 context->decoder->begin_frame(context->decoder, dst, in vlVaVidEngineBlit() 186 struct pipe_video_buffer *dst, in vlVaPostProcBlit() 204 if ((src->width != dst->width || src->height != dst in vlVaPostProcBlit() 55 vlVaPostProcCompositor(vlVaDriver *drv, vlVaContext *context, const VARectangle *src_region, const VARectangle *dst_region, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, enum vl_compositor_deinterlace deinterlace) vlVaPostProcCompositor() argument 114 vlVaVidEngineBlit(vlVaDriver *drv, vlVaContext *context, const VARectangle *src_region, const VARectangle *dst_region, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, enum vl_compositor_deinterlace deinterlace, VAProcPipelineParameterBuffer* param) vlVaVidEngineBlit() argument 182 vlVaPostProcBlit(vlVaDriver *drv, vlVaContext *context, const VARectangle *src_region, const VARectangle *dst_region, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, enum vl_compositor_deinterlace deinterlace) vlVaPostProcBlit() argument 359 struct pipe_video_buffer *src, *dst; vlVaHandleVAProcPipelineParameterBufferType() local [all...] |