/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/intel/dev/ |
D | gen_device_info.c | 85 static const struct gen_device_info gen_device_info_gen3 = { 90 static const struct gen_device_info gen_device_info_i965 = { 107 static const struct gen_device_info gen_device_info_g4x = { 127 static const struct gen_device_info gen_device_info_ilk = { 146 static const struct gen_device_info gen_device_info_snb_gt1 = { 175 static const struct gen_device_info gen_device_info_snb_gt2 = { 214 static const struct gen_device_info gen_device_info_ivb_gt1 = { 242 static const struct gen_device_info gen_device_info_ivb_gt2 = { 271 static const struct gen_device_info gen_device_info_byt = { 306 static const struct gen_device_info gen_device_info_hsw_gt1 = { [all …]
|
D | gen_device_info.h | 47 struct gen_device_info struct 279 gen_device_info_subslice_available(const struct gen_device_info *devinfo, in gen_device_info_subslice_available() argument 287 gen_device_info_eu_available(const struct gen_device_info *devinfo, in gen_device_info_eu_available() 300 gen_device_info_timebase_scale(const struct gen_device_info *devinfo, in gen_device_info_timebase_scale() 306 bool gen_get_device_info_from_fd(int fh, struct gen_device_info *devinfo); 308 struct gen_device_info *devinfo);
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 113 const struct gen_device_info *devinfo; 161 void brw_inst_set_compression(const struct gen_device_info *devinfo, 164 void brw_inst_set_group(const struct gen_device_info *devinfo, 174 void brw_init_codegen(const struct gen_device_info *, struct brw_codegen *p, 176 bool brw_has_jip(const struct gen_device_info *devinfo, enum opcode opcode); 177 bool brw_has_uip(const struct gen_device_info *devinfo, enum opcode opcode); 180 int brw_disassemble_inst(FILE *file, const struct gen_device_info *devinfo, 183 const struct brw_label *brw_label_assembly(const struct gen_device_info *devinfo, 186 void brw_disassemble_with_labels(const struct gen_device_info *devinfo, 188 void brw_disassemble(const struct gen_device_info *devinfo, [all …]
|
D | brw_reg_type.h | 40 struct gen_device_info; 107 brw_reg_type_to_hw_type(const struct gen_device_info *devinfo, 111 brw_hw_type_to_reg_type(const struct gen_device_info *devinfo, 115 brw_reg_type_to_a16_hw_3src_type(const struct gen_device_info *devinfo, 119 brw_reg_type_to_a1_hw_3src_type(const struct gen_device_info *devinfo, 123 brw_a16_hw_3src_type_to_reg_type(const struct gen_device_info *devinfo, 127 brw_a1_hw_3src_type_to_reg_type(const struct gen_device_info *devinfo,
|
D | brw_inst.h | 58 brw_inst_set_##name(const struct gen_device_info *devinfo, \ 68 brw_inst_##name(const struct gen_device_info *devinfo, \ 110 brw_inst_set_##name(const struct gen_device_info *devinfo, \ 118 brw_inst_##name(const struct gen_device_info *devinfo, const brw_inst *inst) \ 143 brw_inst_set_##name(const struct gen_device_info *devinfo, \ 159 brw_inst_##name(const struct gen_device_info *devinfo, const brw_inst *inst) \ 193 brw_inst_set_##name(const struct gen_device_info *devinfo, \ 207 brw_inst_##name(const struct gen_device_info *devinfo, const brw_inst *inst) \ 225 brw_inst_set_##name(const struct gen_device_info *devinfo, \ 234 brw_inst_##name(const struct gen_device_info *devinfo, \ [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_nir.h | 113 const struct gen_device_info *devinfo, 125 const struct gen_device_info *devinfo, 133 const struct gen_device_info *devinfo); 156 enum brw_reg_type brw_type_for_nir_type(const struct gen_device_info *devinfo, 198 const struct gen_device_info *devinfo,
|
D | brw_disasm_info.h | 35 struct gen_device_info; 59 const struct gen_device_info *devinfo; 72 disasm_initialize(const struct gen_device_info *devinfo,
|
D | brw_eu_compact.c | 957 const struct gen_device_info *devinfo; 966 const struct gen_device_info *devinfo); 972 const struct gen_device_info *devinfo = c->devinfo; in set_control_index() 1017 const struct gen_device_info *devinfo = c->devinfo; in set_datatype_index() 1060 const struct gen_device_info *devinfo = c->devinfo; in set_subreg_index() 1091 const struct gen_device_info *devinfo = c->devinfo; in set_src0_index() 1121 const struct gen_device_info *devinfo = c->devinfo; in set_src1_index() 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() [all …]
|
D | brw_eu_emit.c | 50 const struct gen_device_info *devinfo = p->devinfo; in gen6_resolve_implied_move() 81 const struct gen_device_info *devinfo = p->devinfo; in gen7_convert_mrf_to_grf() 91 const struct gen_device_info *devinfo = p->devinfo; in brw_set_dest() 211 const struct gen_device_info *devinfo = p->devinfo; in brw_set_src0() 347 const struct gen_device_info *devinfo = p->devinfo; in brw_set_src1() 458 const struct gen_device_info *devinfo = p->devinfo; in brw_set_desc_ex() 476 const struct gen_device_info *devinfo = p->devinfo; in brw_set_math_message() 523 const struct gen_device_info *devinfo = p->devinfo; in brw_set_ff_sync_message() 547 const struct gen_device_info *devinfo = p->devinfo; in brw_set_urb_message() 594 const struct gen_device_info *devinfo = p->devinfo; in gen7_set_dp_scratch_message() [all …]
|
D | test_eu_compact.cpp | 68 clear_pad_bits(const struct gen_device_info *devinfo, brw_inst *inst) in clear_pad_bits() 86 skip_bit(const struct gen_device_info *devinfo, brw_inst *src, int bit) in skip_bit() 288 run_tests(const struct gen_device_info *devinfo) in run_tests() 333 struct gen_device_info *devinfo = (struct gen_device_info *)calloc(1, sizeof(*devinfo)); in main()
|
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 …]
|
/external/mesa3d/src/intel/common/ |
D | gen_l3_config.h | 76 gen_get_default_l3_weights(const struct gen_device_info *devinfo, 83 gen_get_default_l3_config(const struct gen_device_info *devinfo); 86 gen_get_l3_config(const struct gen_device_info *devinfo, 90 gen_get_l3_config_urb_size(const struct gen_device_info *devinfo, 101 void gen_get_urb_config(const struct gen_device_info *devinfo,
|
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_decoder.h | 54 struct gen_spec *gen_spec_load(const struct gen_device_info *devinfo); 55 struct gen_spec *gen_spec_load_from_path(const struct gen_device_info *devinfo, 239 struct gen_device_info devinfo; 255 const struct gen_device_info *devinfo,
|
D | gen_uuid.c | 35 const struct gen_device_info *devinfo = isldev->info; in gen_uuid_compute_device_id() 56 const struct gen_device_info *devinfo, in gen_uuid_compute_driver_id()
|
D | gen_aux_map.h | 44 struct gen_device_info; 57 const struct gen_device_info *devinfo);
|
/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() 93 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depth_stall_flushes() 121 ASSERTED const struct gen_device_info *devinfo = &brw->screen->devinfo; in gen7_emit_vs_workaround_flush() 275 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_end_of_pipe_sync() 359 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_mi_flush() 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() 103 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_write_depth_count() 129 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_queryobj_get_results() 256 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_begin_query() 329 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_end_query() 383 UNUSED const struct gen_device_info *devinfo = in brw_wait_query() 402 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_check_query() 432 UNUSED const struct gen_device_info *devinfo = &brw->screen->devinfo; in ensure_bo_has_space() 542 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_get_timestamp()
|
D | brw_program.h | 70 const struct gen_device_info *devinfo); 74 void brw_setup_tex_for_precompile(const struct gen_device_info *devinfo, 81 void brw_populate_default_base_prog_key(const struct gen_device_info *devinfo, 88 brw_assign_common_binding_table_offsets(const struct gen_device_info *devinfo,
|
D | brw_misc_state.c | 57 const struct gen_device_info *devinfo = &brw->screen->devinfo; in upload_pipelined_state_pointers() 139 const struct gen_device_info *devinfo = &brw->screen->devinfo; in rebase_depth_stencil() 201 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_workaround_depthstencil_alignment() 289 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depth_stencil_hiz() 324 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_depthbuffer() 471 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_select_pipeline() 625 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_emit_hashing_mode() 700 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_upload_invariant_state() 743 const struct gen_device_info *devinfo = &brw->screen->devinfo; in brw_upload_state_base_address()
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf_query.h | 29 struct gen_device_info; 41 const struct gen_device_info *devinfo, 52 const struct gen_device_info *devinfo,
|
D | gen_perf_mdapi.h | 131 const struct gen_device_info *devinfo, 136 const struct gen_device_info *devinfo, in gen_perf_query_mdapi_write_perfcntr() 171 const struct gen_device_info *devinfo, in gen_perf_query_mdapi_write_marker()
|
/external/mesa3d/src/intel/isl/ |
D | isl.h | 53 struct gen_device_info; 1040 const struct gen_device_info *info; 1522 const struct gen_device_info *info, 1546 bool isl_format_supports_rendering(const struct gen_device_info *devinfo, 1548 bool isl_format_supports_alpha_blending(const struct gen_device_info *devinfo, 1550 bool isl_format_supports_sampling(const struct gen_device_info *devinfo, 1552 bool isl_format_supports_filtering(const struct gen_device_info *devinfo, 1554 bool isl_format_supports_vertex_fetch(const struct gen_device_info *devinfo, 1556 bool isl_format_supports_typed_writes(const struct gen_device_info *devinfo, 1558 bool isl_format_supports_typed_reads(const struct gen_device_info *devinfo, [all …]
|