Home
last modified time | relevance | path

Searched defs:devinfo (Results 1 – 25 of 145) sorted by relevance

123456

/external/mesa3d/prebuilt-intermediates/genxml/
DgenX_bits.h57 _3DPRIMITIVE_length(const struct gen_device_info *devinfo) in _3DPRIMITIVE_length()
98 _3DPRIMITIVE_3DCommandOpcode_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_3DCommandOpcode_bits()
136 _3DPRIMITIVE_3DCommandOpcode_start(const struct gen_device_info *devinfo) in _3DPRIMITIVE_3DCommandOpcode_start()
177 _3DPRIMITIVE_3DCommandSubOpcode_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_3DCommandSubOpcode_bits()
215 _3DPRIMITIVE_3DCommandSubOpcode_start(const struct gen_device_info *devinfo) in _3DPRIMITIVE_3DCommandSubOpcode_start()
256 _3DPRIMITIVE_BaseVertexLocation_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_BaseVertexLocation_bits()
294 _3DPRIMITIVE_BaseVertexLocation_start(const struct gen_device_info *devinfo) in _3DPRIMITIVE_BaseVertexLocation_start()
335 _3DPRIMITIVE_CommandSubType_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_CommandSubType_bits()
373 _3DPRIMITIVE_CommandSubType_start(const struct gen_device_info *devinfo) in _3DPRIMITIVE_CommandSubType_start()
414 _3DPRIMITIVE_CommandType_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_CommandType_bits()
[all …]
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_formats.c41 get_format(const struct v3d_device_info *devinfo, enum pipe_format f) in get_format()
50 vc5_rt_format_supported(const struct v3d_device_info *devinfo, in vc5_rt_format_supported()
62 vc5_get_rt_format(const struct v3d_device_info *devinfo, enum pipe_format f) in vc5_get_rt_format()
73 vc5_tex_format_supported(const struct v3d_device_info *devinfo, in vc5_tex_format_supported()
82 vc5_get_tex_format(const struct v3d_device_info *devinfo, enum pipe_format f) in vc5_get_tex_format()
93 vc5_get_tex_return_size(const struct v3d_device_info *devinfo, in vc5_get_tex_return_size()
108 vc5_get_tex_return_channels(const struct v3d_device_info *devinfo, in vc5_get_tex_return_channels()
120 vc5_get_format_swizzle(const struct v3d_device_info *devinfo, enum pipe_format f) in vc5_get_format_swizzle()
132 vc5_get_internal_type_bpp_for_output_format(const struct v3d_device_info *devinfo, in vc5_get_internal_type_bpp_for_output_format()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c673 set_control_index(const struct gen_device_info *devinfo, in set_control_index()
702 set_datatype_index(const struct gen_device_info *devinfo, brw_compact_inst *dst, in set_datatype_index()
723 set_subreg_index(const struct gen_device_info *devinfo, brw_compact_inst *dst, in set_subreg_index()
758 set_src0_index(const struct gen_device_info *devinfo, in set_src0_index()
773 set_src1_index(const struct gen_device_info *devinfo, brw_compact_inst *dst, in set_src1_index()
793 set_3src_control_index(const struct gen_device_info *devinfo, in set_3src_control_index()
816 set_3src_source_index(const struct gen_device_info *devinfo, in set_3src_source_index()
850 has_unmapped_bits(const struct gen_device_info *devinfo, const brw_inst *src) in has_unmapped_bits()
881 has_3src_unmapped_bits(const struct gen_device_info *devinfo, in has_3src_unmapped_bits()
904 brw_try_compact_3src_instruction(const struct gen_device_info *devinfo, in brw_try_compact_3src_instruction()
[all …]
Dbrw_eu_emit.c50 const struct gen_device_info *devinfo = p->devinfo; in gen6_resolve_implied_move() local
80 const struct gen_device_info *devinfo = p->devinfo; in gen7_convert_mrf_to_grf() local
90 const struct gen_device_info *devinfo = p->devinfo; in brw_set_dest() local
169 const struct gen_device_info *devinfo = p->devinfo; in brw_set_src0() local
276 const struct gen_device_info *devinfo = p->devinfo; in brw_set_src1() local
379 const struct gen_device_info *devinfo = p->devinfo; in brw_set_message_descriptor() local
411 const struct gen_device_info *devinfo = p->devinfo; in brw_set_math_message() local
457 const struct gen_device_info *devinfo = p->devinfo; in brw_set_ff_sync_message() local
478 const struct gen_device_info *devinfo = p->devinfo; in brw_set_urb_message() local
525 const struct gen_device_info *devinfo = p->devinfo; in brw_set_dp_write_message() local
[all …]
Dbrw_inst.h354 brw_inst_3src_a1_src2_imm(const struct gen_device_info *devinfo, in brw_inst_3src_a1_src2_imm()
362 brw_inst_set_3src_a1_src0_imm(const struct gen_device_info *devinfo, in brw_inst_set_3src_a1_src0_imm()
370 brw_inst_set_3src_a1_src2_imm(const struct gen_device_info *devinfo, in brw_inst_set_3src_a1_src2_imm()
383 brw_inst_set_uip(const struct gen_device_info *devinfo, in brw_inst_set_uip()
398 brw_inst_uip(const struct gen_device_info *devinfo, const brw_inst *inst) in brw_inst_uip()
410 brw_inst_set_jip(const struct gen_device_info *devinfo, in brw_inst_set_jip()
425 brw_inst_jip(const struct gen_device_info *devinfo, const brw_inst *inst) in brw_inst_jip()
689 brw_inst_imm_d(const struct gen_device_info *devinfo, const brw_inst *insn) in brw_inst_imm_d()
696 brw_inst_imm_ud(const struct gen_device_info *devinfo, const brw_inst *insn) in brw_inst_imm_ud()
703 brw_inst_imm_uq(const struct gen_device_info *devinfo, const brw_inst *insn) in brw_inst_imm_uq()
[all …]
Dbrw_eu_validate.c80 inst_is_send(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_is_send()
106 inst_is_raw_move(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_is_raw_move()
129 dst_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in dst_is_null()
136 src0_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_is_null()
143 src1_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in src1_is_null()
150 src0_is_grf(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_is_grf()
156 src0_has_scalar_region(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_has_scalar_region()
164 src1_has_scalar_region(const struct gen_device_info *devinfo, const brw_inst *inst) in src1_has_scalar_region()
172 num_sources_from_inst(const struct gen_device_info *devinfo, in num_sources_from_inst()
227 sources_not_null(const struct gen_device_info *devinfo, in sources_not_null()
[all …]
Dbrw_disasm.c36 has_jip(const struct gen_device_info *devinfo, enum opcode opcode) in has_jip()
51 has_uip(const struct gen_device_info *devinfo, enum opcode opcode) in has_uip()
64 has_branch_ctrl(const struct gen_device_info *devinfo, enum opcode opcode) in has_branch_ctrl()
374 dp_rc_msg_type(const struct gen_device_info *devinfo) in dp_rc_msg_type()
630 print_opcode(FILE *file, const struct gen_device_info *devinfo, in print_opcode()
702 dest(FILE *file, const struct gen_device_info *devinfo, const brw_inst *inst) in dest()
757 dest_3src(FILE *file, const struct gen_device_info *devinfo, const brw_inst *inst) in dest_3src()
816 const struct gen_device_info *devinfo, in src_da1()
846 const struct gen_device_info *devinfo, in src_ia1()
900 const struct gen_device_info *devinfo, in src_da16()
[all …]
Dbrw_reg_type.c146 brw_reg_type_to_hw_type(const struct gen_device_info *devinfo, in brw_reg_type_to_hw_type()
167 brw_hw_type_to_reg_type(const struct gen_device_info *devinfo, in brw_hw_type_to_reg_type()
191 brw_reg_type_to_a16_hw_3src_type(const struct gen_device_info *devinfo, in brw_reg_type_to_a16_hw_3src_type()
204 brw_reg_type_to_a1_hw_3src_type(const struct gen_device_info *devinfo, in brw_reg_type_to_a1_hw_3src_type()
217 brw_a16_hw_3src_type_to_reg_type(const struct gen_device_info *devinfo, in brw_a16_hw_3src_type_to_reg_type()
233 brw_a1_hw_3src_type_to_reg_type(const struct gen_device_info *devinfo, in brw_a1_hw_3src_type_to_reg_type()
Dbrw_disasm_info.c35 const struct gen_device_info *devinfo = disasm->devinfo; in dump_assembly() local
95 disasm_initialize(const struct gen_device_info *devinfo, in disasm_initialize()
120 const struct gen_device_info *devinfo = disasm->devinfo; in disasm_annotate() local
Dbrw_eu.c196 brw_inst_set_compression(const struct gen_device_info *devinfo, in brw_inst_set_compression()
228 brw_inst_set_group(const struct gen_device_info *devinfo, in brw_inst_set_group()
293 brw_init_codegen(const struct gen_device_info *devinfo, in brw_init_codegen()
340 brw_disassemble(const struct gen_device_info *devinfo, in brw_disassemble()
655 gen_from_devinfo(const struct gen_device_info *devinfo) in gen_from_devinfo()
674 brw_opcode_desc(const struct gen_device_info *devinfo, enum opcode opcode) in brw_opcode_desc()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pipe_control.c74 const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen7_cs_stall_every_four_pipe_controls() local
116 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_pipe_control() local
229 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_pipe_control_flush() local
283 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depth_stall_flushes() local
311 const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen7_emit_vs_workaround_flush() local
454 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_end_of_pipe_sync() local
537 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_mi_flush() local
566 const struct gen_device_info *devinfo) in brw_init_pipe_control()
Dgen8_multisample_state.c39 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen10_emit_wa_cs_stall_flush() local
57 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen10_emit_wa_lri_to_cache_mode_zero() local
77 const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen8_emit_3dstate_sample_pattern() local
Dbrw_queryobj.c48 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_timebase_scale() local
87 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_write_timestamp() local
111 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_write_depth_count() local
137 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_queryobj_get_results() local
264 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_begin_query() local
336 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_end_query() local
390 const struct gen_device_info *devinfo = &brw_context(ctx)->screen->devinfo; in brw_wait_query() local
408 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_check_query() local
438 const struct gen_device_info *devinfo = &brw->screen->devinfo; in ensure_bo_has_space() local
Dbrw_misc_state.c57 const struct gen_device_info *devinfo = &brw->screen->devinfo; in upload_pipelined_state_pointers() local
139 const struct gen_device_info *devinfo = &brw->screen->devinfo; in rebase_depth_stencil() local
201 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_workaround_depthstencil_alignment() local
260 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depthbuffer() local
378 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depth_stencil_hiz() local
422 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_select_pipeline() local
542 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_upload_invariant_state() local
591 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_upload_state_base_address() local
Dbrw_surface_formats.c208 const struct gen_device_info *devinfo = &screen->devinfo; in intel_screen_init_surface_formats() local
415 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_render_target_supported() local
519 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_depth_format() local
Dgen7_l3_state.c73 const struct gen_device_info *devinfo = &brw->screen->devinfo; in setup_l3_config() local
198 const struct gen_device_info *devinfo = &brw->screen->devinfo; in update_urb_size() local
304 const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen7_restore_default_l3_config() local
Dhsw_sol.c164 const struct gen_device_info *devinfo = &brw->screen->devinfo; in hsw_begin_transform_feedback() local
199 const struct gen_device_info *devinfo = &brw->screen->devinfo; in hsw_pause_transform_feedback() local
229 const struct gen_device_info *devinfo = &brw->screen->devinfo; in hsw_resume_transform_feedback() local
Dgen6_queryobj.c83 const struct gen_device_info *devinfo = &brw->screen->devinfo; in write_primitives_generated() local
101 const struct gen_device_info *devinfo = &brw->screen->devinfo; in write_xfb_primitives_written() local
120 const struct gen_device_info *devinfo = &brw->screen->devinfo; in write_xfb_overflow_streams() local
176 const struct gen_device_info *devinfo = &brw->screen->devinfo; in emit_pipeline_stat() local
227 const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen6_queryobj_get_results() local
Dbrw_wm.c44 assign_fs_binding_table_offsets(const struct gen_device_info *devinfo, in assign_fs_binding_table_offsets()
133 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_codegen_wm_prog() local
294 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_populate_sampler_prog_key_data() local
444 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_wm_populate_key() local
612 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_fs_precompile() local
/external/mesa3d/src/intel/common/
Dgen_l3_config.c140 get_l3_configs(const struct gen_device_info *devinfo) in get_l3_configs()
230 gen_get_default_l3_weights(const struct gen_device_info *devinfo, in gen_get_default_l3_weights()
252 gen_get_default_l3_config(const struct gen_device_info *devinfo) in gen_get_default_l3_config()
268 gen_get_l3_config(const struct gen_device_info *devinfo, in gen_get_l3_config()
291 get_l3_way_size(const struct gen_device_info *devinfo) in get_l3_way_size()
305 get_urb_size_scale(const struct gen_device_info *devinfo) in get_urb_size_scale()
311 gen_get_l3_config_urb_size(const struct gen_device_info *devinfo, in gen_get_l3_config_urb_size()
/external/mesa3d/src/intel/isl/
Disl_format.c363 format_gen(const struct gen_device_info *devinfo) in format_gen()
369 isl_format_supports_rendering(const struct gen_device_info *devinfo, in isl_format_supports_rendering()
379 isl_format_supports_alpha_blending(const struct gen_device_info *devinfo, in isl_format_supports_alpha_blending()
389 isl_format_supports_sampling(const struct gen_device_info *devinfo, in isl_format_supports_sampling()
422 isl_format_supports_filtering(const struct gen_device_info *devinfo, in isl_format_supports_filtering()
455 isl_format_supports_vertex_fetch(const struct gen_device_info *devinfo, in isl_format_supports_vertex_fetch()
474 isl_format_supports_typed_writes(const struct gen_device_info *devinfo, in isl_format_supports_typed_writes()
495 isl_format_supports_typed_reads(const struct gen_device_info *devinfo, in isl_format_supports_typed_reads()
511 isl_format_supports_ccs_d(const struct gen_device_info *devinfo, in isl_format_supports_ccs_d()
533 isl_format_supports_ccs_e(const struct gen_device_info *devinfo, in isl_format_supports_ccs_e()
[all …]
Disl_storage_image.c79 isl_lower_storage_image_format(const struct gen_device_info *devinfo, in isl_lower_storage_image_format()
198 isl_has_matching_typed_storage_image_format(const struct gen_device_info *devinfo, in isl_has_matching_typed_storage_image_format()
/external/mesa3d/src/intel/tools/
Ddisasm.c34 struct gen_device_info devinfo; member
49 struct gen_device_info *devinfo = &disasm->devinfo; in gen_disasm_find_end() local
76 struct gen_device_info *devinfo = &disasm->devinfo; in gen_disasm_disassemble() local
111 gen_disasm_create(const struct gen_device_info *devinfo) in gen_disasm_create()
/external/mesa3d/src/broadcom/qpu/
Dqpu_pack.c216 v3d_qpu_sig_unpack(const struct v3d_device_info *devinfo, in v3d_qpu_sig_unpack()
236 v3d_qpu_sig_pack(const struct v3d_device_info *devinfo, in v3d_qpu_sig_pack()
294 v3d_qpu_small_imm_unpack(const struct v3d_device_info *devinfo, in v3d_qpu_small_imm_unpack()
306 v3d_qpu_small_imm_pack(const struct v3d_device_info *devinfo, in v3d_qpu_small_imm_pack()
323 v3d_qpu_flags_unpack(const struct v3d_device_info *devinfo, in v3d_qpu_flags_unpack()
372 v3d_qpu_flags_pack(const struct v3d_device_info *devinfo, in v3d_qpu_flags_pack()
706 v3d_qpu_add_unpack(const struct v3d_device_info *devinfo, uint64_t packed_inst, in v3d_qpu_add_unpack()
856 v3d_qpu_mul_unpack(const struct v3d_device_info *devinfo, uint64_t packed_inst, in v3d_qpu_mul_unpack()
928 v3d_qpu_add_pack(const struct v3d_device_info *devinfo, in v3d_qpu_add_pack()
1119 v3d_qpu_mul_pack(const struct v3d_device_info *devinfo, in v3d_qpu_mul_pack()
[all …]
Dqpu_disasm.c33 const struct v3d_device_info *devinfo; member
313 v3d_qpu_decode(const struct v3d_device_info *devinfo, in v3d_qpu_decode()
341 v3d_qpu_disasm(const struct v3d_device_info *devinfo, uint64_t inst) in v3d_qpu_disasm()
351 v3d_qpu_dump(const struct v3d_device_info *devinfo, in v3d_qpu_dump()

123456