| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_perfcntr.h | 54 /* selector register enum value to select this countable: */ 55 unsigned selector; member in struct:fd_perfcntr_countable
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/ |
| H A D | freedreno_perfcntr.h | 83 /* selector register enum value to select this countable: */ 84 unsigned selector; member in struct:fd_perfcntr_countable 113 .name = #_selector, .selector = _selector, \
|
| H A D | fdperf.c | 548 if (group->group->countables[i].selector == selected) { 564 int selector = -1; local in function:counter_dialog 577 selector = group->group->countables[n].selector; 587 assert(selector >= 0); 599 select_counter(group, cnt, selector);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | io.h | 105 wrap_selector_name(uint32_t selector) argument 107 return (selector < AGX_NUM_SELECTORS) ? selector_table[selector] : "unk??";
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 45 if (shader->selector->screen->info.chip_class <= GFX8) 49 shader->selector->info.stage == MESA_SHADER_TESS_CTRL || 50 shader->selector->info.stage == MESA_SHADER_GEOMETRY; 200 switch (shader->selector->info.stage) { 208 return shader->selector->screen->info.chip_class >= GFX7 ? 128 : 0; 211 return shader->selector->screen->info.chip_class >= GFX9 ? 128 : 0; 221 if (shader->selector->info.base.workgroup_size_variable) 224 uint16_t *local_size = shader->selector->info.base.workgroup_size; 236 if (ctx->shader->selector->info.base.num_ubos == 1 && 237 ctx->shader->selector [all...] |
| H A D | si_shader.h | 423 /* A shader selector is a gallium CSO and contains shader variants and 769 struct si_shader_selector *selector; member in struct:si_shader 943 static inline bool si_shader_uses_bindless_samplers(struct si_shader_selector *selector) argument 945 return selector ? selector->info.uses_bindless_samplers : false; 948 static inline bool si_shader_uses_bindless_images(struct si_shader_selector *selector) argument 950 return selector ? selector->info.uses_bindless_images : false; 955 if (shader->selector->info.stage == MESA_SHADER_VERTEX && 956 !shader->selector [all...] |
| H A D | si_shader_llvm_vs.c | 44 const struct si_shader_info *info = &ctx->shader->selector->info; 114 unsigned num_vbos_in_user_sgprs = ctx->shader->selector->num_vbos_in_user_sgprs; 325 struct si_shader_selector *sel = ctx->shader->selector; 402 unsigned clipdist_mask = ctx->shader->selector->clipdist_mask & 577 unsigned clipdist_mask = (shader->selector->clipdist_mask & 579 shader->selector->culldist_mask; 632 bool writes_psize = shader->selector->info.writes_psize && !shader->key.opt.kill_pointsize; 633 bool pos_writes_edgeflag = shader->selector->info.writes_edgeflag && !shader->key.as_ngg; 638 shader->selector->info.writes_viewport_index || shader->selector [all...] |
| H A D | si_shader_llvm.c | 415 assert(ctx->shader->selector->info.base.workgroup_size_variable && 416 ctx->shader->selector->info.uses_variable_block_size); 428 struct si_shader_selector *sel = ctx->shader->selector; 446 unsigned colors_read = ctx->shader->selector->info.colors_read; 477 (ctx->shader->selector->info.uses_persp_center || 478 ctx->shader->selector->info.uses_persp_centroid || 479 ctx->shader->selector->info.uses_persp_sample); 488 if (ctx->shader->selector->info.base.shared_size) 498 const struct si_shader_info *info = &ctx->shader->selector->info; 504 nir_alu_type_get_type_size(ctx->shader->selector [all...] |
| H A D | si_shader_llvm_tess.c | 77 return util_last_bit64(ctx->shader->selector->outputs_written) * 4; 92 const struct si_shader_info *info = &ctx->shader->selector->info; 95 unsigned num_patch_outputs = util_last_bit64(ctx->shader->selector->patch_outputs_written); 141 ctx->shader->selector ? ctx->shader->selector->info.base.tess.tcs_vertices_out 158 stride = ctx->shader->selector->lshs_vertex_stride / 4; 388 struct si_shader_info *info = &ctx->shader->selector->info; 448 struct si_shader_info *info = &ctx->shader->selector->info; 479 struct si_shader_info *info = &ctx->shader->selector->info; 533 !ctx->shader->selector [all...] |
| H A D | si_shader_llvm_resources.c | 59 struct si_shader_selector *sel = ctx->shader->selector; 94 struct si_shader_selector *sel = ctx->shader->selector; 115 LLVMConstIntGetZExtValue(index) < ctx->shader->selector->cs_num_shaderbufs_in_user_sgprs) 308 const_index < ctx->shader->selector->cs_num_images_in_user_sgprs &&
|
| H A D | si_shader_llvm_gs.c | 51 struct si_shader_info *info = &shader->selector->info; 139 struct si_shader_info *info = &es->selector->info; 146 unsigned itemsize_dw = es->selector->esgs_itemsize / 4; 219 struct si_shader_info UNUSED *info = &ctx->shader->selector->info; 236 struct si_shader_info *info = &ctx->shader->selector->info; 257 LLVMConstInt(ctx->ac.i32, shader->selector->info.base.gs.vertices_out, 0), ""); 275 LLVMConstInt(ctx->ac.i32, offset * shader->selector->info.base.gs.vertices_out, 0); 337 const struct si_shader_selector *sel = ctx->shader->selector; 429 shader->selector = gs_selector;
|
| H A D | si_state_shaders.c | 350 if (shader->selector->screen->info.chip_class < GFX10) 353 const struct si_shader_info *info = &shader->selector->info; 482 shader->previous_stage_sel ? shader->previous_stage_sel : shader->selector; 499 assert(shader->selector->info.stage == MESA_SHADER_VERTEX || 507 bool is_ls = shader->selector->info.stage == MESA_SHADER_TESS_CTRL || shader->key.as_ls; 613 shader->selector->esgs_itemsize / 4); 615 if (shader->selector->info.stage == MESA_SHADER_TESS_EVAL) 643 if (shader->selector->info.stage == MESA_SHADER_VERTEX) { 646 } else if (shader->selector->info.stage == MESA_SHADER_TESS_EVAL) { 647 vgpr_comp_cnt = shader->selector [all...] |
| H A D | gfx10_shader_ngg.c | 79 const struct si_shader_info *info = &ctx->shader->selector->info; 116 struct si_shader_selector *sel = shader->selector; 217 struct si_shader_info *info = &ctx->shader->selector->info; 218 struct pipe_stream_output_info *so = &ctx->shader->selector->so; 273 struct si_shader_info *info = &ctx->shader->selector->info; 274 struct pipe_stream_output_info *so = &ctx->shader->selector->so; 607 if (shader->selector->so.num_outputs) 608 lds_vertex_size = 4 * shader->selector->info.num_outputs + 1; 617 if (shader->selector->info.stage == MESA_SHADER_VERTEX && shader->key.mono.u.vs_export_prim_id) 621 if (shader->selector [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.h | 314 /* A shader selector is a gallium CSO and contains shader variants and 593 struct si_shader_selector *selector; member in struct:si_shader 730 si_shader_uses_bindless_samplers(struct si_shader_selector *selector) argument 732 return selector ? selector->info.uses_bindless_samplers : false; 736 si_shader_uses_bindless_images(struct si_shader_selector *selector) argument 738 return selector ? selector->info.uses_bindless_images : false;
|
| H A D | si_shader.c | 323 return util_last_bit64(ctx->shader->selector->outputs_written) * 4; 338 const struct tgsi_shader_info *info = &ctx->shader->selector->info; 341 unsigned num_patch_outputs = util_last_bit64(ctx->shader->selector->patch_outputs_written); 400 ctx->shader->selector ? 401 ctx->shader->selector->info.properties[TGSI_PROPERTY_TCS_VERTICES_OUT] : 0; 416 stride = ctx->shader->selector->lshs_vertex_stride / 4; 468 const struct tgsi_shader_info *info = &ctx->shader->selector->info; 865 struct tgsi_shader_info *info = &ctx->shader->selector->info; 1016 struct tgsi_shader_info *info = &ctx->shader->selector->info; 1229 struct tgsi_shader_info *info = &ctx->shader->selector [all...] |
| H A D | si_state_shaders.c | 566 shader->selector->esgs_itemsize / 4); 568 if (shader->selector->type == PIPE_SHADER_TESS_EVAL) 600 if (shader->selector->type == PIPE_SHADER_VERTEX) { 604 } else if (shader->selector->type == PIPE_SHADER_TESS_EVAL) { 605 vgpr_comp_cnt = shader->selector->info.uses_primid ? 3 : 2; 608 unreachable("invalid shader selector type"); 610 oc_lds_en = shader->selector->type == PIPE_SHADER_TESS_EVAL ? 1 : 0; 625 if (shader->selector->type == PIPE_SHADER_TESS_EVAL) 626 si_set_tesseval_regs(sscreen, shader->selector, pm4); 628 polaris_set_vgt_vertex_reuse(sscreen, shader->selector, shade [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_pipeline_state.h | 102 struct d3d12_shader_selector *selector);
|
| H A D | d3d12_pipeline_state.cpp | 360 struct d3d12_shader_selector *selector) 362 struct d3d12_shader *shader = selector->first; 358 d3d12_gfx_pipeline_state_cache_invalidate_shader(struct d3d12_context * ctx,enum pipe_shader_type stage,struct d3d12_shader_selector * selector) argument
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | main.h | 61 unsigned selector; member in struct:perfcntr
|
| H A D | main.c | 160 c->selector = countable->selector;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 167 struct r600_pipe_shader_selector *selector; member in struct:r600_pipe_shader
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 170 struct r600_pipe_shader_selector *selector; member in struct:r600_pipe_shader
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | X11Application.m | 105 SEL selector; 129 static void message_kit_thread (SEL selector, NSObject *arg) { 140 msg.selector = selector; 152 [self performSelector:msg->selector withObject:msg->arg]; 851 message_kit_thread (@selector (set_window_menu:), array); 860 message_kit_thread (@selector (set_window_menu_check:), n); 866 message_kit_thread (@selector (set_front_process:), nil); 874 message_kit_thread (@selector (set_can_quit:), n); 880 message_kit_thread (@selector (server_read [all...] |
| H A D | X11Controller.m | 101 selector: @selector(apps_table_done:) 163 item = (NSMenuItem *) [menu addItemWithTitle:name action:@selector 171 action:@selector 237 action:@selector (app_selected:) 324 action:@selector (checkForUpdates:)
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | X11Controller.m | 113 selector:@selector(apps_table_done:) 171 action:@selector ( 247 action:@selector(item_selected:) 255 action:@selector(item_selected:) 321 action:@selector(checkForUpdates:)
|