/external/mesa3d/prebuilt-intermediates/genxml/ |
D | genX_bits.h | 58 _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/ |
D | v3d_formats.c | 41 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/ |
D | brw_eu.h | 113 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 …]
|
D | brw_eu_compact.c | 957 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 …]
|
D | brw_eu_emit.c | 50 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 …]
|
D | brw_eu_validate.c | 93 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 …]
|
D | brw_inst.h | 492 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 …]
|
D | brw_disasm.c | 36 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 …]
|
D | brw_fs_cmod_propagation.cpp | 54 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()
|
D | brw_eu.cpp | 219 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()
|
D | brw_nir_lower_image_load_store.c | 92 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/ |
D | brw_pipe_control.c | 39 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()
|
D | brw_queryobj.c | 79 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
|
D | brw_misc_state.c | 57 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
|
D | brw_wm.c | 46 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
|
D | brw_vs.c | 76 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
|
D | brw_surface_formats.c | 209 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
|
D | gen6_queryobj.c | 82 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
|
D | hsw_sol.c | 165 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
|
D | gen7_l3_state.c | 73 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/ |
D | gen_l3_config.c | 164 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()
|
D | gen_uuid.c | 35 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/ |
D | qpu_pack.c | 217 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 …]
|
D | qpu_disasm.c | 33 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/ |
D | isl_format.c | 676 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 …]
|