HomeSort by relevance Sort by last modified time
    Searched refs:brw_codegen (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_eu.h 54 struct brw_codegen { struct
107 void brw_pop_insn_state( struct brw_codegen *p );
108 void brw_push_insn_state( struct brw_codegen *p );
109 void brw_set_default_exec_size(struct brw_codegen *p, unsigned value);
110 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value );
111 void brw_set_default_saturate( struct brw_codegen *p, bool enable );
112 void brw_set_default_access_mode( struct brw_codegen *p, unsigned access_mode );
115 void brw_set_default_compression(struct brw_codegen *p, bool on);
118 void brw_set_default_group(struct brw_codegen *p, unsigned group);
119 void brw_set_default_compression_control(struct brw_codegen *p, enum brw_compression c)
    [all...]
brw_eu_util.c 37 void brw_math_invert( struct brw_codegen *p,
51 void brw_copy4(struct brw_codegen *p,
70 void brw_copy8(struct brw_codegen *p,
88 void brw_copy_indirect_to_indirect(struct brw_codegen *p,
104 void brw_copy_from_indirect(struct brw_codegen *p,
test_eu_compact.cpp 31 test_compact_instruction(struct brw_codegen *p, brw_inst src)
144 test_fuzz_compact_instruction(struct brw_codegen *p, brw_inst src)
173 gen_ADD_GRF_GRF_GRF(struct brw_codegen *p)
183 gen_ADD_GRF_GRF_IMM(struct brw_codegen *p)
192 gen_ADD_GRF_GRF_IMM_d(struct brw_codegen *p)
201 gen_MOV_GRF_GRF(struct brw_codegen *p)
210 gen_ADD_MRF_GRF_GRF(struct brw_codegen *p)
220 gen_ADD_vec1_GRF_GRF_GRF(struct brw_codegen *p)
230 gen_PLN_MRF_GRF_GRF(struct brw_codegen *p)
240 gen_f0_0_MOV_GRF_GRF(struct brw_codegen *p
    [all...]
brw_eu.c 130 brw_set_default_exec_size(struct brw_codegen *p, unsigned value)
135 void brw_set_default_predicate_control( struct brw_codegen *p, unsigned pc )
140 void brw_set_default_predicate_inverse(struct brw_codegen *p, bool predicate_inverse)
145 void brw_set_default_flag_reg(struct brw_codegen *p, int reg, int subreg)
153 void brw_set_default_access_mode( struct brw_codegen *p, unsigned access_mode )
159 brw_set_default_compression_control(struct brw_codegen *p,
218 brw_set_default_compression(struct brw_codegen *p, bool on)
255 brw_set_default_group(struct brw_codegen *p, unsigned group)
260 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value )
265 void brw_set_default_saturate( struct brw_codegen *p, bool enable
    [all...]
brw_eu_emit.c 46 gen6_resolve_implied_move(struct brw_codegen *p,
70 gen7_convert_mrf_to_grf(struct brw_codegen *p, struct brw_reg *reg)
88 brw_set_dest(struct brw_codegen *p, brw_inst *inst, struct brw_reg dest)
167 brw_set_src0(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg)
274 brw_set_src1(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg)
371 brw_set_message_descriptor(struct brw_codegen *p,
404 static void brw_set_math_message( struct brw_codegen *p,
451 static void brw_set_ff_sync_message(struct brw_codegen *p,
470 static void brw_set_urb_message( struct brw_codegen *p,
512 brw_set_dp_write_message(struct brw_codegen *p
    [all...]
brw_clip_util.c 65 struct brw_codegen *p = &c->func;
85 struct brw_codegen *p = &c->func;
103 struct brw_codegen *p = &c->func;
134 struct brw_codegen *p = &c->func;
315 struct brw_codegen *p = &c->func;
356 struct brw_codegen *p = &c->func;
399 struct brw_codegen *p = &c->func;
414 struct brw_codegen *p = &c->func;
441 struct brw_codegen *p = &c->func;
464 struct brw_codegen *p = &c->func
    [all...]
brw_clip_unfilled.c 45 struct brw_codegen *p = &c->func;
94 struct brw_codegen *p = &c->func;
122 struct brw_codegen *p = &c->func;
196 struct brw_codegen *p = &c->func;
228 struct brw_codegen *p = &c->func;
267 struct brw_codegen *p = &c->func;
284 struct brw_codegen *p = &c->func;
354 struct brw_codegen *p = &c->func;
424 struct brw_codegen *p = &c->func;
461 struct brw_codegen *p = &c->func
    [all...]
brw_vec4_generator.cpp 31 generate_math1_gen4(struct brw_codegen *p,
54 generate_math_gen6(struct brw_codegen *p,
73 generate_math2_gen4(struct brw_codegen *p,
107 generate_tex(struct brw_codegen *p,
346 generate_vs_urb_write(struct brw_codegen *p, vec4_instruction *inst)
360 generate_gs_urb_write(struct brw_codegen *p, vec4_instruction *inst)
375 generate_gs_urb_write_allocate(struct brw_codegen *p, vec4_instruction *inst)
400 generate_gs_thread_end(struct brw_codegen *p, vec4_instruction *inst)
415 generate_gs_set_write_offset(struct brw_codegen *p,
456 generate_gs_set_vertex_count(struct brw_codegen *p
    [all...]
brw_compile_sf.c 30 struct brw_codegen func;
130 struct brw_codegen *p = &c->func;
145 struct brw_codegen *p = &c->func;
188 struct brw_codegen *p = &c->func;
220 struct brw_codegen *p = &c->func;
252 struct brw_codegen *p = &c->func;
333 struct brw_codegen *p = &c->func;
425 set_predicate_control_flag_value(struct brw_codegen *p,
443 struct brw_codegen *p = &c->func;
532 struct brw_codegen *p = &c->func
    [all...]
brw_clip.h 47 struct brw_codegen func;
brw_clip_tri.c 136 struct brw_codegen *p = &c->func;
176 struct brw_codegen *p = &c->func;
231 struct brw_codegen *p = &c->func;
257 struct brw_codegen *p = &c->func;
449 struct brw_codegen *p = &c->func;
505 struct brw_codegen *p = &c->func;
530 struct brw_codegen *p = &c->func;
626 struct brw_codegen *p = &c->func;
brw_clip_line.c 123 struct brw_codegen *p = &c->func;
brw_fs.h 479 struct brw_codegen *p;
test_eu_validate.cpp 68 struct brw_codegen *p;
74 p = rzalloc(NULL, struct brw_codegen);
113 validate(struct brw_codegen *p)
141 clear_instructions(struct brw_codegen *p)
    [all...]
brw_eu_compact.c     [all...]
brw_fs_generator.cpp 191 p = rzalloc(mem_ctx, struct brw_codegen);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ff_gs.h 74 struct brw_codegen func;
brw_ff_gs_emit.c 103 struct brw_codegen *p = &c->func;
117 struct brw_codegen *p = &c->func;
131 struct brw_codegen *p = &c->func;
147 struct brw_codegen *p = &c->func;
169 struct brw_codegen *p = &c->func;
227 struct brw_codegen *p = &c->func;
340 struct brw_codegen *p = &c->func;

Completed in 1800 milliseconds