Searched refs:emit (Results 1 - 25 of 492) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_driver.h55 nv20_emit_framebuffer(struct gl_context *ctx, int emit);
58 nv20_emit_viewport(struct gl_context *ctx, int emit);
62 nv20_emit_point_mode(struct gl_context *ctx, int emit);
66 nv20_emit_logic_opcode(struct gl_context *ctx, int emit);
70 nv20_emit_tex_env(struct gl_context *ctx, int emit);
73 nv20_emit_frag(struct gl_context *ctx, int emit);
77 nv20_emit_tex_gen(struct gl_context *ctx, int emit);
80 nv20_emit_tex_mat(struct gl_context *ctx, int emit);
83 nv20_emit_tex_obj(struct gl_context *ctx, int emit);
86 nv20_emit_tex_shader(struct gl_context *ctx, int emit);
[all...]
H A Dnv10_driver.h61 nv10_emit_framebuffer(struct gl_context *ctx, int emit);
64 nv10_emit_render_mode(struct gl_context *ctx, int emit);
67 nv10_emit_scissor(struct gl_context *ctx, int emit);
70 nv10_emit_viewport(struct gl_context *ctx, int emit);
73 nv10_emit_zclear(struct gl_context *ctx, int emit);
77 nv10_emit_cull_face(struct gl_context *ctx, int emit);
80 nv10_emit_front_face(struct gl_context *ctx, int emit);
83 nv10_emit_line_mode(struct gl_context *ctx, int emit);
86 nv10_emit_line_stipple(struct gl_context *ctx, int emit);
89 nv10_emit_point_mode(struct gl_context *ctx, int emit);
[all...]
H A Dnv04_driver.h67 nv04_emit_framebuffer(struct gl_context *ctx, int emit);
70 nv04_emit_scissor(struct gl_context *ctx, int emit);
74 nv04_defer_control(struct gl_context *ctx, int emit);
77 nv04_emit_control(struct gl_context *ctx, int emit);
80 nv04_defer_blend(struct gl_context *ctx, int emit);
83 nv04_emit_blend(struct gl_context *ctx, int emit);
87 nv04_emit_tex_env(struct gl_context *ctx, int emit);
91 nv04_emit_tex_obj(struct gl_context *ctx, int emit);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c39 translate_vs_ps_semantic(struct svga_shader_emitter *emit, argument
67 *idx = svga_remap_generic_index(emit->key.generic_remap_table,
96 * index = 3, we'll emit "dcl_texcoord3 v1".
99 emit_decl(struct svga_shader_emitter *emit, argument
120 return (emit_instruction(emit, opcode) &&
121 svga_shader_emit_dwords( emit, dcl.values, ARRAY_SIZE(dcl.values)));
129 emit_vface_decl(struct svga_shader_emitter *emit) argument
131 if (!emit->emitted_vface) {
135 if (!emit_decl( emit, reg, 0, 0 ))
138 emit
149 ps30_input_emit_depth_fog( struct svga_shader_emitter *emit, struct src_register *out ) argument
178 ps30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
325 ps30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
389 vs30_input(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
421 vs30_output_emit_depth_fog(struct svga_shader_emitter *emit, SVGA3dShaderDestToken *out) argument
447 vs30_output(struct svga_shader_emitter *emit, struct tgsi_declaration_semantic semantic, unsigned idx) argument
518 svga_tgsi_sampler_type(const struct svga_shader_emitter *emit, int idx) argument
537 ps30_sampler( struct svga_shader_emitter *emit, unsigned idx ) argument
568 svga_translate_decl_sm30( struct svga_shader_emitter *emit, const struct tgsi_full_declaration *decl ) argument
[all...]
H A Dsvga_tgsi.c55 svga_shader_expand(struct svga_shader_emitter *emit) argument
58 unsigned newsize = emit->size * 2;
60 if (emit->buf != err_buf)
61 new_buf = REALLOC(emit->buf, emit->size, newsize);
66 emit->ptr = err_buf;
67 emit->buf = err_buf;
68 emit->size = sizeof(err_buf);
72 emit->size = newsize;
73 emit
80 reserve(struct svga_shader_emitter *emit, unsigned nr_dwords) argument
93 svga_shader_emit_dword(struct svga_shader_emitter * emit, unsigned dword) argument
105 svga_shader_emit_dwords(struct svga_shader_emitter * emit, const unsigned *dwords, unsigned nr) argument
118 svga_shader_emit_opcode(struct svga_shader_emitter * emit, unsigned opcode) argument
141 svga_shader_emit_header(struct svga_shader_emitter *emit) argument
174 struct svga_shader_emitter emit; local
[all...]
H A Dsvga_tgsi_vgpu10.c78 * generate extra code to emit clip distances.
226 emit_post_helpers(struct svga_shader_emitter_v10 *emit);
229 emit_vertex(struct svga_shader_emitter_v10 *emit,
235 expand(struct svga_shader_emitter_v10 *emit) argument
238 unsigned newsize = emit->size * 2;
240 if (emit->buf != err_buf)
241 new_buf = REALLOC(emit->buf, emit->size, newsize);
246 emit->ptr = err_buf;
247 emit
264 struct svga_shader_emitter_v10 *emit = CALLOC(1, sizeof(*emit)); local
282 free_emitter(struct svga_shader_emitter_v10 *emit) argument
290 reserve(struct svga_shader_emitter_v10 *emit, unsigned nr_dwords) argument
302 emit_dword(struct svga_shader_emitter_v10 *emit, uint32 dword) argument
313 emit_dwords(struct svga_shader_emitter_v10 *emit, const uint32 *dwords, unsigned nr) argument
327 emit_get_num_tokens(const struct svga_shader_emitter_v10 *emit) argument
342 check_register_index(struct svga_shader_emitter_v10 *emit, unsigned operandType, unsigned index) argument
424 determine_clipping_mode(struct svga_shader_emitter_v10 *emit) argument
459 apply_clip_plane_mask(struct svga_shader_emitter_v10 *emit, unsigned writemask, unsigned clip_reg_index) argument
691 emit_null_dst_register(struct svga_shader_emitter_v10 *emit) argument
708 get_temp_array_id(const struct svga_shader_emitter_v10 *emit, unsigned file, unsigned index) argument
725 remap_temp_index(const struct svga_shader_emitter_v10 *emit, unsigned file, unsigned index) argument
742 setup_operand0_indexing(struct svga_shader_emitter_v10 *emit, VGPU10OperandToken0 operand0, unsigned file, boolean indirect, boolean index2D, unsigned tempArrayID) argument
816 emit_indirect_register(struct svga_shader_emitter_v10 *emit, unsigned addr_reg_index) argument
849 emit_dst_register(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *reg) argument
967 emit_src_register(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_src_register *reg) argument
1117 emit_resource_register(struct svga_shader_emitter_v10 *emit, unsigned resource_number) argument
1145 emit_sampler_register(struct svga_shader_emitter_v10 *emit, unsigned sampler_number) argument
1167 emit_face_register(struct svga_shader_emitter_v10 *emit) argument
1195 emit_opcode(struct svga_shader_emitter_v10 *emit, unsigned vgpu10_opcode, boolean saturate) argument
1216 emit_opcode_resinfo(struct svga_shader_emitter_v10 *emit, VGPU10_RESINFO_RETURN_TYPE modifier) argument
1236 emit_sample_opcode(struct svga_shader_emitter_v10 *emit, unsigned vgpu10_opcode, boolean saturate, const int offsets[3]) argument
1277 emit_discard_opcode(struct svga_shader_emitter_v10 *emit, boolean nonzero) argument
1294 begin_emit_instruction(struct svga_shader_emitter_v10 *emit) argument
1310 end_emit_instruction(struct svga_shader_emitter_v10 *emit) argument
1343 get_temp_index(struct svga_shader_emitter_v10 *emit) argument
1354 free_temp_indexes(struct svga_shader_emitter_v10 *emit) argument
1568 find_immediate(struct svga_shader_emitter_v10 *emit, union tgsi_immediate_data x, unsigned startIndex) argument
1599 make_immediate_reg_4(struct svga_shader_emitter_v10 *emit, const union tgsi_immediate_data imm[4]) argument
1647 make_immediate_reg(struct svga_shader_emitter_v10 *emit, union tgsi_immediate_data value) argument
1672 make_immediate_reg_float4(struct svga_shader_emitter_v10 *emit, float x, float y, float z, float w) argument
1690 make_immediate_reg_float(struct svga_shader_emitter_v10 *emit, float value) argument
1702 make_immediate_reg_int4(struct svga_shader_emitter_v10 *emit, int x, int y, int z, int w) argument
1720 make_immediate_reg_int(struct svga_shader_emitter_v10 *emit, int value) argument
1733 alloc_immediate_4(struct svga_shader_emitter_v10 *emit, const union tgsi_immediate_data imm[4]) argument
1752 alloc_immediate_float4(struct svga_shader_emitter_v10 *emit, float x, float y, float z, float w) argument
1769 alloc_immediate_int4(struct svga_shader_emitter_v10 *emit, int x, int y, int z, int w) argument
1785 alloc_system_value_index(struct svga_shader_emitter_v10 *emit, unsigned index) argument
1798 emit_vgpu10_immediate(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_immediate *imm) argument
1815 emit_vgpu10_immediates_block(struct svga_shader_emitter_v10 *emit) argument
1842 translate_interpolation(const struct svga_shader_emitter_v10 *emit, unsigned interp, unsigned interpolate_loc) argument
1875 emit_vgpu10_property(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_property *prop) argument
1950 emit_property_instruction(struct svga_shader_emitter_v10 *emit, VGPU10OpcodeToken0 opcode0, unsigned nData, unsigned data) argument
1966 emit_property_instructions(struct svga_shader_emitter_v10 *emit) argument
1999 emit_decl_instruction(struct svga_shader_emitter_v10 *emit, VGPU10OpcodeToken0 opcode0, VGPU10OperandToken0 operand0, VGPU10NameToken name_token, unsigned index, unsigned size) argument
2049 emit_input_declaration(struct svga_shader_emitter_v10 *emit, unsigned opcodeType, unsigned operandType, unsigned dim, unsigned index, unsigned size, unsigned name, unsigned numComp, unsigned selMode, unsigned usageMask, unsigned interpMode) argument
2113 emit_output_declaration(struct svga_shader_emitter_v10 *emit, unsigned type, unsigned index, unsigned name, unsigned usageMask) argument
2153 emit_fragdepth_output_declaration(struct svga_shader_emitter_v10 *emit) argument
2177 emit_system_value_declaration(struct svga_shader_emitter_v10 *emit, unsigned semantic_name, unsigned index) argument
2214 emit_vgpu10_declaration(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_declaration *decl) argument
2338 emit_input_declarations(struct svga_shader_emitter_v10 *emit) argument
2481 emit_output_declarations(struct svga_shader_emitter_v10 *emit) argument
2628 emit_temporaries_declaration(struct svga_shader_emitter_v10 *emit) argument
2822 emit_constant_declaration(struct svga_shader_emitter_v10 *emit) argument
2920 emit_sampler_declarations(struct svga_shader_emitter_v10 *emit) argument
3025 emit_resource_declarations(struct svga_shader_emitter_v10 *emit) argument
3088 emit_instruction_op1(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src, boolean saturate) argument
3102 emit_instruction_op2(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src1, const struct tgsi_full_src_register *src2, boolean saturate) argument
3118 emit_instruction_op3(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src1, const struct tgsi_full_src_register *src2, const struct tgsi_full_src_register *src3, boolean saturate) argument
3143 emit_clip_distance_instructions(struct svga_shader_emitter_v10 *emit) argument
3206 emit_clip_distance_declarations(struct svga_shader_emitter_v10 *emit) argument
3257 emit_clip_distance_from_vpos(struct svga_shader_emitter_v10 *emit, unsigned vpos_tmp_index) argument
3296 emit_clip_vertex_instructions(struct svga_shader_emitter_v10 *emit) argument
3355 emit_swap_r_b(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) argument
3372 emit_puint_to_snorm(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) argument
3412 emit_puint_to_uscaled(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) argument
3426 emit_puint_to_sscaled(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) argument
3462 emit_arl_uarl(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3495 emit_cal(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3516 emit_iabs(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3539 emit_cmp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3572 emit_dp2a(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3621 emit_dph(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3655 emit_dst(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3731 emit_endprim(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3750 emit_ex2(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3776 emit_exp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3859 emit_if(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3891 emit_kill_if(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3944 emit_kill(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3963 emit_lg2(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
3989 emit_lit(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4130 emit_log(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4213 emit_lrp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4246 emit_pow(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4288 emit_rcp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4320 emit_rsq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4358 emit_scs(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4394 emit_seq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4427 emit_sge(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4460 emit_sgt(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4493 emit_sincos(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4534 emit_sle(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4567 emit_slt(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4600 emit_sne(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4633 emit_ssg(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4680 emit_issg(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
4722 emit_comparison(struct svga_shader_emitter_v10 *emit, SVGA3dCmpFunc func, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src0, const struct tgsi_full_src_register *src1) argument
4801 get_texel_offsets(const struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, int offsets[3]) argument
4836 setup_texcoord(struct svga_shader_emitter_v10 *emit, unsigned unit, const struct tgsi_full_src_register *coord) argument
4864 emit_tex_compare_refcoord(struct svga_shader_emitter_v10 *emit, unsigned target, const struct tgsi_full_src_register *coord) argument
4915 begin_tex_swizzle(struct svga_shader_emitter_v10 *emit, unsigned unit, const struct tgsi_full_instruction *inst, boolean shadow_compare, struct tex_swizzle_info *swz) argument
4962 end_tex_swizzle(struct svga_shader_emitter_v10 *emit, const struct tex_swizzle_info *swz) argument
5081 emit_sample(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5124 is_valid_tex_instruction(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5156 emit_tex(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5206 emit_txp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5265 emit_xpd(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5376 emit_txd(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5416 emit_txf(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5467 emit_txl_txb(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5524 emit_txq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5559 emit_simple(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5586 emit_mov(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
5609 emit_simple_1dst(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, unsigned dst_count, unsigned dst_index) argument
5643 emit_vgpu10_instruction(struct svga_shader_emitter_v10 *emit, unsigned inst_number, const struct tgsi_full_instruction *inst) argument
5834 emit_vpos_instructions(struct svga_shader_emitter_v10 *emit, unsigned vs_pos_tmp_index) argument
5959 emit_clipping_instructions(struct svga_shader_emitter_v10 *emit) argument
5999 emit_vertex_instructions(struct svga_shader_emitter_v10 *emit) argument
6025 emit_vertex(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) argument
6052 emit_frontface_instructions(struct svga_shader_emitter_v10 *emit) argument
6081 emit_fragcoord_instructions(struct svga_shader_emitter_v10 *emit) argument
6129 emit_vertex_attrib_instructions(struct svga_shader_emitter_v10 *emit) argument
6241 alloc_common_immediates(struct svga_shader_emitter_v10 *emit) argument
6282 emit_pre_helpers(struct svga_shader_emitter_v10 *emit) argument
6344 emit_alpha_test_instructions(struct svga_shader_emitter_v10 *emit, unsigned fs_color_tmp_index) argument
6393 emit_set_color_white(struct svga_shader_emitter_v10 *emit, unsigned fs_color_tmp_index) argument
6415 emit_broadcast_color_instructions(struct svga_shader_emitter_v10 *emit, unsigned fs_color_tmp_index) argument
6449 emit_post_helpers(struct svga_shader_emitter_v10 *emit) argument
6482 emit_vgpu10_instructions(struct svga_shader_emitter_v10 *emit, const struct tgsi_token *tokens) argument
6542 emit_vgpu10_header(struct svga_shader_emitter_v10 *emit) argument
6561 emit_vgpu10_tail(struct svga_shader_emitter_v10 *emit) argument
6597 transform_fs_pstipple(struct svga_shader_emitter_v10 *emit, const struct tgsi_token *tokens) argument
6657 struct svga_shader_emitter_v10 *emit; local
[all...]
H A Dsvga_tgsi_insn.c38 static boolean emit_vs_postamble( struct svga_shader_emitter *emit );
39 static boolean emit_ps_postamble( struct svga_shader_emitter *emit );
88 translate_dst_register( struct svga_shader_emitter *emit, argument
100 dest = emit->output_map[reg->Register.Index];
101 emit->num_output_writes++;
166 svga_arl_needs_adjustment( const struct svga_shader_emitter *emit )
170 for (i = 0; i < emit->num_arl_consts; ++i) {
171 if (emit->arl_consts[i].arl_num == emit->current_arl)
179 svga_arl_adjustment( const struct svga_shader_emitter *emit )
195 translate_src_register( const struct svga_shader_emitter *emit, const struct tgsi_full_src_register *reg ) argument
304 release_temp( struct svga_shader_emitter *emit, SVGA3dShaderDestToken temp ) argument
316 reset_temp_regs(struct svga_shader_emitter *emit) argument
324 emit_src(struct svga_shader_emitter *emit, const struct src_register src) argument
341 emit_dst(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dest) argument
351 emit_op1(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0) argument
364 emit_op2(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1) argument
379 emit_op3(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2) argument
396 emit_op4(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2, struct src_register src3) argument
457 emit_repl(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register *src0) argument
491 submit_op0(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest) argument
504 submit_op1(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0) argument
524 submit_op2(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1) argument
573 submit_op3(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2) argument
645 submit_op4(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2, struct src_register src3) argument
739 emit_def_const(struct svga_shader_emitter *emit, SVGA3dShaderConstType type, unsigned idx, float a, float b, float c, float d) argument
908 get_immediate(struct svga_shader_emitter *emit, float x, float y, float z, float w) argument
1014 get_tex_dimensions( struct svga_shader_emitter *emit, int sampler_num ) argument
1029 emit_fake_arl(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1055 emit_if(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1086 emit_else(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1094 emit_endif(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1111 emit_floor(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn ) argument
1140 emit_ceil(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1169 emit_div(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn ) argument
1213 emit_dp2(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn ) argument
1248 emit_dph(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn ) argument
1277 do_emit_sincos(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register src0) argument
1290 emit_sincos(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1315 emit_sin(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn ) argument
1343 emit_cos(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1369 emit_ssg(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1409 emit_kill_if(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1453 emit_kill(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1494 emit_conditional(struct svga_shader_emitter *emit, unsigned compare_func, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1, struct src_register pass, struct src_register fail) argument
1575 emit_select(struct svga_shader_emitter *emit, unsigned compare_func, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1 ) argument
1616 emit_select_op(struct svga_shader_emitter *emit, unsigned compare, const struct tgsi_full_instruction *insn) argument
1635 emit_cmp(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1670 emit_tex2(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn, SVGA3dShaderDestToken dst) argument
1755 emit_tex4(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn, SVGA3dShaderDestToken dst ) argument
1790 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) argument
1858 emit_tex(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1983 emit_bgnloop(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
1999 emit_endloop(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2014 emit_brk(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2027 emit_scalar_op1(struct svga_shader_emitter *emit, unsigned opcode, const struct tgsi_full_instruction *insn) argument
2049 emit_simple_instruction(struct svga_shader_emitter *emit, unsigned opcode, const struct tgsi_full_instruction *insn) argument
2087 emit_mov(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2109 emit_deriv(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn ) argument
2172 emit_arl(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2194 emit_pow(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2236 emit_xpd(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2293 submit_lrp(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register src0, struct src_register src1, struct src_register src2) argument
2332 emit_lrp(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2350 emit_dst_insn(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2427 emit_exp(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2495 emit_lit(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2594 emit_ex2(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2622 emit_log(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2733 emit_trunc_round(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn, boolean round) argument
2805 emit_bgnsub(struct svga_shader_emitter *emit, unsigned position, const struct tgsi_full_instruction *insn) argument
2834 emit_call(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn) argument
2863 emit_end(struct svga_shader_emitter *emit) argument
2878 svga_emit_instruction(struct svga_shader_emitter *emit, unsigned position, const struct tgsi_full_instruction *insn) argument
3069 svga_emit_immediate(struct svga_shader_emitter *emit, const struct tgsi_full_immediate *imm) argument
3095 make_immediate(struct svga_shader_emitter *emit, float a, float b, float c, float d, struct src_register *out ) argument
3115 emit_vs_preamble(struct svga_shader_emitter *emit) argument
3131 emit_ps_preamble(struct svga_shader_emitter *emit) argument
3171 emit_ps_postamble(struct svga_shader_emitter *emit) argument
3230 emit_vs_postamble(struct svga_shader_emitter *emit) argument
3340 emit_light_twoside(struct svga_shader_emitter *emit) argument
3412 emit_frontface(struct svga_shader_emitter *emit) argument
3454 emit_inverted_texcoords(struct svga_shader_emitter *emit) argument
3496 emit_adjusted_vertex_attribs(struct svga_shader_emitter *emit) argument
3587 needs_to_create_common_immediate(const struct svga_shader_emitter *emit) argument
3657 needs_to_create_loop_const(const struct svga_shader_emitter *emit) argument
3664 needs_to_create_arl_consts(const struct svga_shader_emitter *emit) argument
3671 pre_parse_add_indirect( struct svga_shader_emitter *emit, int num, int current_arl) argument
3694 pre_parse_instruction( struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn, int current_arl) argument
3727 pre_parse_tokens( struct svga_shader_emitter *emit, const struct tgsi_token *tokens ) argument
3760 svga_shader_emit_helpers(struct svga_shader_emitter *emit) argument
3811 svga_shader_emit_instructions(struct svga_shader_emitter *emit, const struct tgsi_token *tokens) argument
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.h44 /* grouped together emit-state for prog/vertex/state emit: */
62 fd3_emit_get_vp(struct fd3_emit *emit) argument
64 if (!emit->vp) {
65 struct fd3_shader_stateobj *so = emit->prog->vp;
66 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
68 return emit->vp;
72 fd3_emit_get_fp(struct fd3_emit *emit) argument
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.h44 /* grouped together emit-state for prog/vertex/state emit: */
71 fd4_emit_get_vp(struct fd4_emit *emit) argument
73 if (!emit->vp) {
74 struct fd4_shader_stateobj *so = emit->prog->vp;
75 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
77 return emit->vp;
81 fd4_emit_get_fp(struct fd4_emit *emit) argument
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-arm-msvc-compat-only.c1 // RUN: %clang_cc1 -triple thumbv7-windows -fms-extensions -emit-llvm -o - %s \
3 // RUN: %clang_cc1 -triple armv7-eabi -emit-llvm %s -o /dev/null 2>&1 \
7 void emit() { function
/external/python/cpython3/Parser/
H A Dasdl_c.py87 self.emit("_Py_IDENTIFIER(%s);" % name, 0)
90 def emit(self, s, depth, reflow=True): member in class:EmitVisitor
123 self.emit(s, depth)
124 self.emit("", depth)
129 self.emit(s, depth)
130 self.emit("", depth)
135 self.emit(s, depth)
136 self.emit("", depth)
154 def emit(s, depth=depth): function in function:StructVisitor.sum_with_constructors
155 self.emit(
287 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_function
321 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_union
330 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_struct
1165 def emit(s, d): function in function:ObjVisitor.visitField
[all...]
/external/python/cpython2/Parser/
H A Dasdl_c.py89 def emit(self, s, depth, reflow=True): member in class:EmitVisitor
122 self.emit(s, depth)
123 self.emit("", depth)
128 self.emit(s, depth)
129 self.emit("", depth)
134 self.emit(s, depth)
135 self.emit("", depth)
153 def emit(s, depth=depth): function in function:StructVisitor.sum_with_constructors
154 self.emit(s % sys._getframe(1).f_locals, depth)
160 emit("enu
282 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_function
317 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_union
326 def emit(s, depth=0, reflow=True): function in function:FunctionVisitor.emit_body_struct
1068 def emit(s, d): function in function:ObjVisitor.visitField
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIContent.java20 void emit (final HTMLWriter out); method in interface:IContent
/external/v8/src/x64/
H A Dassembler-x64.cc498 emit(opcode);
512 emit(opcode ^ 0x02);
516 emit(opcode);
527 emit(0x66);
529 emit(opcode ^ 0x02);
532 emit(0x66);
534 emit(opcode);
544 emit(0x66);
546 emit(opcode);
558 emit(opcod
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.h40 /* grouped together emit-state for prog/vertex/state emit: */
69 fd5_emit_get_vp(struct fd5_emit *emit) argument
71 if (!emit->vp) {
72 struct fd5_shader_stateobj *so = emit->prog->vp;
73 emit->vp = ir3_shader_variant(so->shader, emit->key, emit->debug);
75 return emit->vp;
79 fd5_emit_get_fp(struct fd5_emit *emit) argument
[all...]
H A Dfd5_program.h40 void fd5_program_emit(struct fd_ringbuffer *ring, struct fd5_emit *emit);
/external/syslinux/com32/lib/sys/
H A Dxserial_write.c44 static void emit(char ch) function
73 emit('\r');
74 emit('\n');
76 emit(ch);
95 emit('\033');
96 emit('[');
97 emit('0');
98 emit(';');
100 emit(*p);
101 emit('
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_emit.c54 draw_pt_emit_prepare(struct pt_emit *emit, argument
58 struct draw_context *draw = emit->draw;
71 emit->prim = prim;
73 draw->render->set_primitive(draw->render, emit->prim);
77 emit->vinfo = vinfo = draw->render->get_vertex_info(draw->render);
88 output_format = draw_translate_vinfo_format(vinfo->attrib[i].emit);
89 emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit);
94 if (vinfo->attrib[i].emit == EMIT_1F_PSIZE) {
118 if (!emit->translate ||
119 translate_key_compare(&emit
135 draw_pt_emit(struct pt_emit *emit, const struct draw_vertex_info *vert_info, const struct draw_prim_info *prim_info) argument
207 draw_pt_emit_linear(struct pt_emit *emit, const struct draw_vertex_info *vert_info, const struct draw_prim_info *prim_info) argument
289 struct pt_emit *emit = CALLOC_STRUCT(pt_emit); local
307 draw_pt_emit_destroy(struct pt_emit *emit) argument
[all...]
H A Ddraw_pt_so_emit.c79 void draw_pt_so_emit_prepare(struct pt_so_emit *emit, boolean use_pre_clip_pos) argument
81 struct draw_context *draw = emit->draw;
83 emit->use_pre_clip_pos = use_pre_clip_pos;
84 emit->has_so = draw_has_so(draw);
86 emit->pos_idx = draw_current_shader_position_output(draw);
90 if (emit->has_so) {
99 emit->has_so = has_valid_buffer;
102 if (!emit->has_so)
139 /* check have we space to emit prim first - if not don't do anything */
260 void draw_pt_so_emit( struct pt_so_emit *emit, argument
307 struct pt_so_emit *emit = CALLOC_STRUCT(pt_so_emit); local
[all...]
H A Ddraw_vs_variant.c42 /* A first pass at incorporating vertex fetch/emit functionality into
57 struct translate *emit; member in struct:draw_vs_variant_generic
201 vsvg->emit->set_buffer( vsvg->emit,
207 vsvg->emit->set_buffer( vsvg->emit,
213 vsvg->emit->run( vsvg->emit,
266 vsvg->emit->set_buffer( vsvg->emit,
302 struct translate_key fetch, emit; local
[all...]
/external/python/cpython2/Lib/
H A Dsre_compile.py66 emit = code.append
83 emit(OPCODES[IN_IGNORE])
84 skip = _len(code); emit(0)
86 emit(OPCODES[NEGATE])
88 emit(OPCODES[LITERAL])
89 emit(k)
90 emit(OPCODES[FAILURE])
93 emit(OPCODES[OP_IGNORE[op]])
94 emit(lo)
96 emit(OPCODE
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceConditionCodesX8664.h28 #define X(val, encode, opp, dump, emit) val = encode,
38 #define X(val, emit) val,
/external/python/cpython3/Lib/
H A Dsre_compile.py66 emit = code.append
84 emit(IN_IGNORE)
85 skip = _len(code); emit(0)
87 emit(NEGATE)
89 emit(LITERAL)
90 emit(k)
91 emit(FAILURE)
94 emit(OP_IGNORE[op])
95 emit(lo)
97 emit(o
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_gs_visitor.cpp69 emit(MOV(dst_reg(this->vertex_output_offset), brw_imm_ud(0u)));
74 vec4_instruction *inst = emit(MOV(dst_reg(MRF, 1),
91 emit(MOV(dst_reg(this->first_vertex), brw_imm_ud(URB_WRITE_PRIM_START)));
97 emit(MOV(dst_reg(this->prim_count), brw_imm_ud(0u)));
108 emit(MOV(dst_reg(this->max_svbi),
135 emit(GS_OPCODE_SET_PRIMITIVE_ID, dst_reg(this->primitive_id));
142 this->current_annotation = "gen6 emit vertex";
159 * not what we want. What we will do instead is emit PSIZ to a
169 vec4_instruction *inst = emit(MOV(dst, src_reg(tmp)));
173 emit(AD
[all...]
/external/python/cpython2/Lib/compiler/
H A Dpycodegen.py240 self.emit = self.graph.emit
283 self.emit(prefix + '_NAME', name)
285 self.emit(prefix + '_FAST', name)
287 self.emit(prefix + '_GLOBAL', name)
290 self.emit(prefix + '_NAME', name)
292 self.emit(prefix + '_GLOBAL', name)
294 self.emit(prefix + '_DEREF', name)
307 self.emit(prefix + '_FAST', name)
309 self.emit(prefi
[all...]

Completed in 1091 milliseconds

1234567891011>>