Home
last modified time | relevance | path

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

12345678

/external/mesa3d/prebuilt-intermediates/genxml/
DgenX_bits.h58 _3DPRIMITIVE_length(const struct gen_device_info *devinfo) in _3DPRIMITIVE_length()
93 _3DPRIMITIVE_3DCommandOpcode_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_3DCommandOpcode_bits()
125 _3DPRIMITIVE_3DCommandOpcode_start(const struct gen_device_info *devinfo) in _3DPRIMITIVE_3DCommandOpcode_start()
160 _3DPRIMITIVE_3DCommandSubOpcode_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_3DCommandSubOpcode_bits()
192 _3DPRIMITIVE_3DCommandSubOpcode_start(const struct gen_device_info *devinfo) in _3DPRIMITIVE_3DCommandSubOpcode_start()
227 _3DPRIMITIVE_BaseVertexLocation_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_BaseVertexLocation_bits()
259 _3DPRIMITIVE_BaseVertexLocation_start(const struct gen_device_info *devinfo) in _3DPRIMITIVE_BaseVertexLocation_start()
294 _3DPRIMITIVE_CommandSubType_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_CommandSubType_bits()
326 _3DPRIMITIVE_CommandSubType_start(const struct gen_device_info *devinfo) in _3DPRIMITIVE_CommandSubType_start()
361 _3DPRIMITIVE_CommandType_bits(const struct gen_device_info *devinfo) in _3DPRIMITIVE_CommandType_bits()
[all …]
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_formats.c41 get_format(const struct v3d_device_info *devinfo, enum pipe_format f) in get_format()
50 v3d_rt_format_supported(const struct v3d_device_info *devinfo, in v3d_rt_format_supported()
62 v3d_get_rt_format(const struct v3d_device_info *devinfo, enum pipe_format f) in v3d_get_rt_format()
73 v3d_tex_format_supported(const struct v3d_device_info *devinfo, in v3d_tex_format_supported()
82 v3d_get_tex_format(const struct v3d_device_info *devinfo, enum pipe_format f) in v3d_get_tex_format()
93 v3d_get_tex_return_size(const struct v3d_device_info *devinfo, in v3d_get_tex_return_size()
108 v3d_get_tex_return_channels(const struct v3d_device_info *devinfo, in v3d_get_tex_return_channels()
120 v3d_get_format_swizzle(const struct v3d_device_info *devinfo, enum pipe_format f) in v3d_get_format_swizzle()
132 v3d_get_internal_type_bpp_for_output_format(const struct v3d_device_info *devinfo, in v3d_get_internal_type_bpp_for_output_format()
147 v3d_tfu_supports_tex_format(const struct v3d_device_info *devinfo, in v3d_tfu_supports_tex_format()
/external/mesa3d/src/intel/compiler/
Dbrw_eu.h113 const struct gen_device_info *devinfo; member
303 brw_message_desc_mlen(const struct gen_device_info *devinfo, uint32_t desc) in brw_message_desc_mlen()
312 brw_message_desc_rlen(const struct gen_device_info *devinfo, uint32_t desc) in brw_message_desc_rlen()
321 brw_message_desc_header_present(ASSERTED const struct gen_device_info *devinfo, in brw_message_desc_header_present()
329 brw_message_ex_desc(UNUSED const struct gen_device_info *devinfo, in brw_message_ex_desc()
336 brw_message_ex_desc_ex_mlen(UNUSED const struct gen_device_info *devinfo, in brw_message_ex_desc_ex_mlen()
343 brw_urb_desc(const struct gen_device_info *devinfo, in brw_urb_desc()
365 brw_urb_desc_msg_type(ASSERTED const struct gen_device_info *devinfo, in brw_urb_desc_msg_type()
377 brw_sampler_desc(const struct gen_device_info *devinfo, in brw_sampler_desc()
400 brw_sampler_desc_binding_table_index(UNUSED const struct gen_device_info *devinfo, in brw_sampler_desc_binding_table_index()
[all …]
Dbrw_eu_compact.c957 const struct gen_device_info *devinfo; member
972 const struct gen_device_info *devinfo = c->devinfo; in set_control_index() local
1017 const struct gen_device_info *devinfo = c->devinfo; in set_datatype_index() local
1060 const struct gen_device_info *devinfo = c->devinfo; in set_subreg_index() local
1091 const struct gen_device_info *devinfo = c->devinfo; in set_src0_index() local
1121 const struct gen_device_info *devinfo = c->devinfo; in set_src1_index() local
1159 set_3src_control_index(const struct gen_device_info *devinfo, in set_3src_control_index()
1213 set_3src_source_index(const struct gen_device_info *devinfo, in set_3src_source_index()
1273 set_3src_subreg_index(const struct gen_device_info *devinfo, in set_3src_subreg_index()
1295 has_unmapped_bits(const struct gen_device_info *devinfo, const brw_inst *src) in has_unmapped_bits()
[all …]
Dbrw_eu_emit.c50 const struct gen_device_info *devinfo = p->devinfo; in gen6_resolve_implied_move() local
81 const struct gen_device_info *devinfo = p->devinfo; in gen7_convert_mrf_to_grf() local
91 const struct gen_device_info *devinfo = p->devinfo; in brw_set_dest() local
211 const struct gen_device_info *devinfo = p->devinfo; in brw_set_src0() local
347 const struct gen_device_info *devinfo = p->devinfo; in brw_set_src1() local
458 const struct gen_device_info *devinfo = p->devinfo; in brw_set_desc_ex() local
476 const struct gen_device_info *devinfo = p->devinfo; in brw_set_math_message() local
523 const struct gen_device_info *devinfo = p->devinfo; in brw_set_ff_sync_message() local
547 const struct gen_device_info *devinfo = p->devinfo; in brw_set_urb_message() local
594 const struct gen_device_info *devinfo = p->devinfo; in gen7_set_dp_scratch_message() local
[all …]
Dbrw_eu_validate.c93 inst_is_send(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_is_send()
107 inst_is_split_send(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_is_split_send()
135 inst_dst_type(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_dst_type()
142 inst_is_raw_move(const struct gen_device_info *devinfo, const brw_inst *inst) in inst_is_raw_move()
165 dst_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in dst_is_null()
172 src0_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_is_null()
180 src1_is_null(const struct gen_device_info *devinfo, const brw_inst *inst) in src1_is_null()
187 src0_is_acc(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_is_acc()
194 src1_is_acc(const struct gen_device_info *devinfo, const brw_inst *inst) in src1_is_acc()
201 src0_has_scalar_region(const struct gen_device_info *devinfo, const brw_inst *inst) in src0_has_scalar_region()
[all …]
Dbrw_inst.h492 brw_inst_3src_a1_src2_imm(ASSERTED const struct gen_device_info *devinfo, in brw_inst_3src_a1_src2_imm()
503 brw_inst_set_3src_a1_src0_imm(ASSERTED const struct gen_device_info *devinfo, in brw_inst_set_3src_a1_src0_imm()
514 brw_inst_set_3src_a1_src2_imm(ASSERTED const struct gen_device_info *devinfo, in brw_inst_set_3src_a1_src2_imm()
530 brw_inst_set_uip(const struct gen_device_info *devinfo, in brw_inst_set_uip()
548 brw_inst_uip(const struct gen_device_info *devinfo, const brw_inst *inst) in brw_inst_uip()
560 brw_inst_set_jip(const struct gen_device_info *devinfo, in brw_inst_set_jip()
578 brw_inst_jip(const struct gen_device_info *devinfo, const brw_inst *inst) in brw_inst_jip()
643 brw_inst_set_send_desc(const struct gen_device_info *devinfo, in brw_inst_set_send_desc()
670 brw_inst_send_desc(const struct gen_device_info *devinfo, const brw_inst *inst) in brw_inst_send_desc()
697 brw_inst_set_send_ex_desc(const struct gen_device_info *devinfo, in brw_inst_set_send_ex_desc()
[all …]
Dbrw_disasm.c36 brw_has_jip(const struct gen_device_info *devinfo, enum opcode opcode) in brw_has_jip()
51 brw_has_uip(const struct gen_device_info *devinfo, enum opcode opcode) in brw_has_uip()
64 has_branch_ctrl(const struct gen_device_info *devinfo, enum opcode opcode) in has_branch_ctrl()
93 is_split_send(UNUSED const struct gen_device_info *devinfo, unsigned opcode) in is_split_send()
393 dp_rc_msg_type(const struct gen_device_info *devinfo) in dp_rc_msg_type()
674 print_opcode(FILE *file, const struct gen_device_info *devinfo, in print_opcode()
749 dest(FILE *file, const struct gen_device_info *devinfo, const brw_inst *inst) in dest()
829 dest_3src(FILE *file, const struct gen_device_info *devinfo, const brw_inst *inst) in dest_3src()
893 const struct gen_device_info *devinfo, in src_da1()
923 const struct gen_device_info *devinfo, in src_ia1()
[all …]
Dbrw_fs_cmod_propagation.cpp54 cmod_propagate_cmp_to_add(const gen_device_info *devinfo, bblock_t *block, in cmod_propagate_cmp_to_add()
169 cmod_propagate_not(const gen_device_info *devinfo, bblock_t *block, in cmod_propagate_not()
223 opt_cmod_propagation_local(const gen_device_info *devinfo, bblock_t *block) in opt_cmod_propagation_local()
Dbrw_eu.cpp219 brw_inst_set_compression(const struct gen_device_info *devinfo, in brw_inst_set_compression()
251 brw_inst_set_group(const struct gen_device_info *devinfo, in brw_inst_set_group()
320 brw_init_codegen(const struct gen_device_info *devinfo, in brw_init_codegen()
468 brw_label_assembly(const struct gen_device_info *devinfo, in brw_label_assembly()
515 brw_disassemble_with_labels(const struct gen_device_info *devinfo, in brw_disassemble_with_labels()
528 brw_disassemble(const struct gen_device_info *devinfo, in brw_disassemble()
714 const gen_device_info *devinfo, in lookup_opcode_desc()
743 brw_opcode_desc(const struct gen_device_info *devinfo, enum opcode opcode) in brw_opcode_desc()
756 brw_opcode_desc_from_hw(const struct gen_device_info *devinfo, unsigned hw) in brw_opcode_desc_from_hw()
Dbrw_nir_lower_image_load_store.c92 image_address(nir_builder *b, const struct gen_device_info *devinfo, in image_address()
262 convert_color_for_load(nir_builder *b, const struct gen_device_info *devinfo, in convert_color_for_load()
365 const struct gen_device_info *devinfo, in lower_image_load_instr()
455 convert_color_for_store(nir_builder *b, const struct gen_device_info *devinfo, in convert_color_for_store()
523 const struct gen_device_info *devinfo, in lower_image_store_instr()
601 const struct gen_device_info *devinfo, in lower_image_atomic_instr()
636 const struct gen_device_info *devinfo, in lower_image_size_instr()
685 const struct gen_device_info *devinfo, in brw_nir_lower_image_load_store()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pipe_control.c39 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_pipe_control_flush() local
93 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depth_stall_flushes() local
121 ASSERTED const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen7_emit_vs_workaround_flush() local
275 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_end_of_pipe_sync() local
359 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_mi_flush() local
397 const struct gen_device_info *devinfo) in brw_init_pipe_control()
Dbrw_queryobj.c79 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_write_timestamp() local
103 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_write_depth_count() local
129 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_queryobj_get_results() local
256 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_begin_query() local
329 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_end_query() local
383 UNUSED const struct gen_device_info *devinfo = in brw_wait_query() local
402 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_check_query() local
432 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in ensure_bo_has_space() local
542 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_get_timestamp() 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
289 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depth_stencil_hiz() local
324 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depthbuffer() local
471 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_select_pipeline() local
625 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_hashing_mode() local
700 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_upload_invariant_state() local
743 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_upload_state_base_address() local
Dbrw_wm.c46 assign_fs_binding_table_offsets(const struct gen_device_info *devinfo, in assign_fs_binding_table_offsets()
77 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_codegen_wm_prog() local
195 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_populate_sampler_prog_key_data() local
354 brw_populate_default_base_prog_key(const struct gen_device_info *devinfo, in brw_populate_default_base_prog_key()
387 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_wm_populate_key() local
561 const struct gen_device_info *devinfo = compiler->devinfo; in brw_wm_populate_default_key() local
600 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_fs_precompile() local
Dbrw_vs.c76 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_vs_outputs_written() local
120 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_codegen_vs_prog() local
253 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_vs_populate_key() local
329 const struct gen_device_info *devinfo = compiler->devinfo; in brw_vs_populate_default_key() local
Dbrw_surface_formats.c209 const struct gen_device_info *devinfo = &screen->devinfo; in intel_screen_init_surface_formats() local
418 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_render_target_supported() local
522 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_depth_format() local
Dgen6_queryobj.c82 const struct gen_device_info *devinfo = &brw->screen->devinfo; in write_primitives_generated() local
100 const struct gen_device_info *devinfo = &brw->screen->devinfo; in write_xfb_primitives_written() local
119 const struct gen_device_info *devinfo = &brw->screen->devinfo; in write_xfb_overflow_streams() local
175 const struct gen_device_info *devinfo = &brw->screen->devinfo; in emit_pipeline_stat() local
226 const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen6_queryobj_get_results() local
Dhsw_sol.c165 const struct gen_device_info *devinfo = &brw->screen->devinfo; in hsw_begin_transform_feedback() local
200 const struct gen_device_info *devinfo = &brw->screen->devinfo; in hsw_pause_transform_feedback() local
230 const struct gen_device_info *devinfo = &brw->screen->devinfo; in hsw_resume_transform_feedback() local
Dgen7_l3_state.c73 const struct gen_device_info *devinfo = &brw->screen->devinfo; in setup_l3_config() local
197 const struct gen_device_info *devinfo = &brw->screen->devinfo; in update_urb_size() local
303 const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen7_restore_default_l3_config() local
/external/mesa3d/src/intel/common/
Dgen_l3_config.c164 get_l3_list(const struct gen_device_info *devinfo) in get_l3_list()
260 gen_get_default_l3_weights(const struct gen_device_info *devinfo, in gen_get_default_l3_weights()
282 gen_get_default_l3_config(const struct gen_device_info *devinfo) in gen_get_default_l3_config()
304 gen_get_l3_config(const struct gen_device_info *devinfo, in gen_get_l3_config()
330 get_l3_way_size(const struct gen_device_info *devinfo) in get_l3_way_size()
345 get_urb_size_scale(const struct gen_device_info *devinfo) in get_urb_size_scale()
351 gen_get_l3_config_urb_size(const struct gen_device_info *devinfo, in gen_get_l3_config_urb_size()
Dgen_uuid.c35 const struct gen_device_info *devinfo = isldev->info; in gen_uuid_compute_device_id() local
56 const struct gen_device_info *devinfo, in gen_uuid_compute_driver_id()
/external/mesa3d/src/broadcom/qpu/
Dqpu_pack.c217 v3d_qpu_sig_unpack(const struct v3d_device_info *devinfo, in v3d_qpu_sig_unpack()
237 v3d_qpu_sig_pack(const struct v3d_device_info *devinfo, in v3d_qpu_sig_pack()
295 v3d_qpu_small_imm_unpack(const struct v3d_device_info *devinfo, in v3d_qpu_small_imm_unpack()
307 v3d_qpu_small_imm_pack(const struct v3d_device_info *devinfo, in v3d_qpu_small_imm_pack()
324 v3d_qpu_flags_unpack(const struct v3d_device_info *devinfo, in v3d_qpu_flags_unpack()
373 v3d_qpu_flags_pack(const struct v3d_device_info *devinfo, in v3d_qpu_flags_pack()
716 v3d_qpu_add_unpack(const struct v3d_device_info *devinfo, uint64_t packed_inst, in v3d_qpu_add_unpack()
870 v3d_qpu_mul_unpack(const struct v3d_device_info *devinfo, uint64_t packed_inst, in v3d_qpu_mul_unpack()
942 v3d_qpu_add_pack(const struct v3d_device_info *devinfo, in v3d_qpu_add_pack()
1159 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
315 v3d_qpu_decode(const struct v3d_device_info *devinfo, in v3d_qpu_decode()
343 v3d_qpu_disasm(const struct v3d_device_info *devinfo, uint64_t inst) in v3d_qpu_disasm()
353 v3d_qpu_dump(const struct v3d_device_info *devinfo, in v3d_qpu_dump()
/external/mesa3d/src/intel/isl/
Disl_format.c676 format_gen(const struct gen_device_info *devinfo) in format_gen()
690 isl_format_supports_rendering(const struct gen_device_info *devinfo, in isl_format_supports_rendering()
700 isl_format_supports_alpha_blending(const struct gen_device_info *devinfo, in isl_format_supports_alpha_blending()
710 isl_format_supports_sampling(const struct gen_device_info *devinfo, in isl_format_supports_sampling()
743 isl_format_supports_filtering(const struct gen_device_info *devinfo, in isl_format_supports_filtering()
776 isl_format_supports_vertex_fetch(const struct gen_device_info *devinfo, in isl_format_supports_vertex_fetch()
795 isl_format_supports_typed_writes(const struct gen_device_info *devinfo, in isl_format_supports_typed_writes()
816 isl_format_supports_typed_reads(const struct gen_device_info *devinfo, in isl_format_supports_typed_reads()
832 isl_format_supports_ccs_d(const struct gen_device_info *devinfo, in isl_format_supports_ccs_d()
856 isl_format_supports_ccs_e(const struct gen_device_info *devinfo, in isl_format_supports_ccs_e()
[all …]

12345678