Home
last modified time | relevance | path

Searched defs:dst (Results 2426 - 2450 of 6489) sorted by relevance

1...<<919293949596979899100>>...260

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.cpp164 PRegister ValueFactory::dest(const nir_alu_dest& dst, int chan, in dest() argument
167 sfn_log << SfnLog::reg << "Search (ref) " << &dst << "\n"; in dest() local
217 PRegister ValueFactory::dest(const nir_dest& dst, int chan, Pin pin_channel) in dest() argument
284 RegisterVec4 ValueFactory::dest_vec4(const nir_dest& dst, Pi argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c471 svga_try_clear_render_target(struct svga_context *svga, struct pipe_surface *dst, const union pipe_color_union *color) svga_try_clear_render_target() argument
497 svga_blitter_clear_render_target(struct svga_context *svga, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) svga_blitter_clear_render_target() argument
525 svga_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) svga_clear_render_target() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds_printer.c68 char dst[32]; in pvr_pds_disassemble_instruction_add64() local
92 char dst[32]; in pvr_pds_disassemble_instruction_add32() local
117 char dst[32]; pvr_pds_disassemble_instruction_sftlp32() local
224 char dst[32]; pvr_pds_disassemble_instruction_sftlp64() local
344 char dst[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_limm() local
489 char dst[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_mad() local
517 static const char *const dst[] = { PVR_PDS_DOUT_DSTS }; pvr_pds_disassemble_instruction_dout() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c311 struct vc4_resource *dst = vc4_resource(info->dst.resource); vc4_yuv_blit() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c344 dri_pipe_blit(struct pipe_context *pipe, struct pipe_resource *dst, struct pipe_resource *src) dri_pipe_blit() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_context.c189 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst) in xa_ctx_srf_create() argument
227 xa_copy_prepare(struct xa_context *ctx, struct xa_surface *dst, struct xa_surface *src) xa_copy_prepare() argument
297 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst, uint32_t fg) xa_solid_prepare() argument
[all...]
H A Dxa_composite.h120 struct xa_picture *src, *mask, *dst; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c157 struct ureg_dst dst = in si_create_dma_compute_shader() local
170 struct ureg_dst dst = ureg_writemask(dstbuf, u_bit_consecutive(0, inst_dwords[d])); in si_create_dma_compute_shader() local
H A Dsi_test_dma_perf.c154 struct pipe_resource *dst, *src; in si_test_dma_perf() local
[all...]
H A Dsi_cp_dma.c145 static void si_cp_dma_prepare(struct si_context *sctx, struct pipe_resource *dst, in si_cp_dma_prepare() argument
189 si_cp_dma_clear_buffer(struct si_context *sctx, struct radeon_cmdbuf *cs, struct pipe_resource *dst, uint64_t offset, uint64_t size, unsigned value, unsigned user_flags, enum si_coherency coher, enum si_cache_policy cache_policy) si_cp_dma_clear_buffer() argument
285 si_cp_dma_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, unsigned size, unsigned user_flags, enum si_coherency coher, enum si_cache_policy cache_policy) si_cp_dma_copy_buffer() argument
403 struct pipe_resource *src, *dst; si_test_gds() local
470 si_cp_copy_data(struct si_context *sctx, struct radeon_cmdbuf *cs, unsigned dst_sel, struct si_resource *dst, unsigned dst_offset, unsigned src_sel, struct si_resource *src, unsigned src_offset) si_cp_copy_data() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp52 fs_inst::init(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in init() argument
103 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst) in fs_inst() argument
108 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0) fs_inst() argument
115 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1) fs_inst() argument
122 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1, const fs_reg &src2) fs_inst() argument
129 fs_inst(enum opcode opcode, uint8_t exec_width, const fs_reg &dst, const fs_reg src[], unsigned sources) fs_inst() argument
166 VARYING_PULL_CONSTANT_LOAD(const fs_builder &bld, const fs_reg &dst, const fs_reg &surf_index, const fs_reg &varying_offset, uint32_t const_offset, uint8_t alignment) VARYING_PULL_CONSTANT_LOAD() argument
569 fs_reg dst = fs_reg(VGRF, alloc.allocate(1), BRW_REGISTER_TYPE_UD); get_timestamp() local
[all...]
H A Dbrw_ir_vec4.h279 dst_reg dst; member in brw::vec4_instruction
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_test_dma.c206 struct pipe_resource tsrc = {}, tdst = {}, *src, *dst; in r600_test_dma() local
[all...]
H A Dradeon_video.c95 void *src = NULL, *dst = NULL; in rvid_resize_buffer() local
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c380 xmesa_copy_st_framebuffer(struct st_framebuffer_iface *stfbi, enum st_attachment_type src, enum st_attachment_type dst, int x, int y, int w, int h) xmesa_copy_st_framebuffer() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c55 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...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.c67 struct stw_context *dst; in DrvCopyContext() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.h97 zink_surface_reference(struct zink_screen *screen, struct zink_surface **dst, struct zink_surface *src) in zink_surface_reference() argument
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c56 struct sh_dstreg dst; member
/third_party/node/deps/zlib/
H A Dcrc_folding.c274 crc_fold_copy(deflate_state *const s, unsigned char *dst, const unsigned char *src, long len) crc_fold_copy() argument
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc_folding.c274 crc_fold_copy(deflate_state *const s, unsigned char *dst, const unsigned char *src, long len) crc_fold_copy() argument
[all...]
/third_party/node/src/
H A Dnode_sockaddr-inl.h33 in6_addr dst; in is_numeric_host() local
/third_party/musl/src/network/
H A Dgetifaddrs.c63 uint8_t *dst; in copy_addr() local
/third_party/musl/src/network/liteos_a/
H A Dgetifaddrs.c68 uint8_t *dst; in copy_addr() local
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetifaddrs.c68 uint8_t *dst; in copy_addr() local

Completed in 17 milliseconds

1...<<919293949596979899100>>...260