Searched defs:dst_reg (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp161 unsigned src_reg = ~0u, dst_reg = ~0u; local in function:fs_visitor::register_coalesce
H A Dbrw_ir_vec4.h150 class dst_reg : public backend_reg class in namespace:brw
[all...]
H A Dbrw_vec4_builder.h46 typedef brw::dst_reg dst_reg; typedef in class:brw::vec4_builder
[all...]
H A Dbrw_fs_builder.h46 typedef fs_reg dst_reg; typedef in class:brw::fs_builder
[all...]
H A Dbrw_eu_validate.c1674 unsigned dst_reg = brw_inst_dst_da_reg_nr(devinfo, inst); local in function:special_requirements_for_handling_double_precision_data_types
H A Dbrw_vec4.cpp93 dst_reg::dst_reg() function in class:brw::dst_reg
98 dst_reg::dst_reg(enum brw_reg_file file, int nr) function in class:brw::dst_reg
106 dst_reg::dst_reg(enum brw_reg_file file, int nr, const glsl_type *type, function in class:brw::dst_reg
117 dst_reg::dst_reg(enu function in class:brw::dst_reg
128 dst_reg::dst_reg(struct ::brw_reg reg) : function in class:brw::dst_reg
135 dst_reg::dst_reg(const src_reg &reg) : function in class:brw::dst_reg
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_accel.c49 RegionRec dst_reg, *src_reg; local in function:saa_hw_copy_nton
H A Dsaa_render.c211 saa_driver_composite(CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst,CARD16 width,CARD16 height,RegionPtr src_reg,RegionPtr mask_reg,RegionPtr dst_reg) argument
H A Dsaa_unaccel.c742 saa_compute_composite_regions(ScreenPtr pScreen,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst,INT16 width,INT16 height,RegionPtr dst_reg,RegionPtr * src_reg,RegionPtr * mask_reg) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp197 unsigned src_reg = ~0u, dst_reg = ~0u; local in function:fs_visitor::register_coalesce
H A Dbrw_ir_vec4.h150 class dst_reg : public backend_reg class in namespace:brw
[all...]
H A Dbrw_vec4_builder.h46 typedef brw::dst_reg dst_reg; typedef in class:brw::vec4_builder
[all...]
H A Dbrw_fs_builder.h46 typedef fs_reg dst_reg; typedef in class:brw::fs_builder
[all...]
H A Dbrw_eu_validate.c1761 unsigned dst_reg = brw_inst_dst_da_reg_nr(devinfo, inst); local in function:special_requirements_for_handling_double_precision_data_types
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Ddisasm-a2xx.c315 static void print_fetch_dst(uint32_t dst_reg, uint32_t dst_swiz) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Ddisasm-a2xx.c331 print_fetch_dst(uint32_t dst_reg, uint32_t dst_swiz) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c292 struct i915_full_dst_register *dst_reg; local in function:liveness_analysis
358 static int unused_from(struct i915_optimize_context *ctx, struct i915_full_dst_register *dst_reg, int from) argument
261 liveness_mark_written(struct i915_optimize_context * ctx,struct i915_full_dst_register * dst_reg,int pos) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c311 struct i915_full_dst_register *dst_reg; local in function:liveness_analysis
280 liveness_mark_written(struct i915_optimize_context * ctx,struct i915_full_dst_register * dst_reg,int pos) argument
376 unused_from(struct i915_optimize_context * ctx,struct i915_full_dst_register * dst_reg,int from) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c43 uint32_t dst_reg : 7; member in struct:instr
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c46 uint32_t dst_reg : 7; member in struct:instr
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.h176 struct prog_dst_register dst_reg; member in union:YYSTYPE
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_query.c365 emit_alu_add(struct iris_batch *batch, unsigned dst_reg, argument
378 emit_alu_shl(struct iris_batch *batch, unsigned dst_reg, argument
414 unsigned dst_reg = i == 0 ? MI_ALU_R0 : MI_ALU_R1; local in function:build_alu_multiply_gpr0
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_parser.y1184 dst_reg: dst { $1->flags |= IR3_REG_R; } label
[all...]
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.h170 struct prog_dst_register dst_reg; member in union:YYSTYPE
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp102 class dst_reg { class in namespace:__anonc88392380110
104 dst_reg(gl_register_file file, int writemask) function in class:__anonc88392380110::dst_reg
112 dst_reg() function in class:__anonc88392380110::dst_reg
140 dst_reg::dst_reg(src_reg reg) function in class:dst_reg
[all...]

Completed in 39 milliseconds

12