Searched refs:selector (Results 1 - 25 of 81) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_perfcntr.h54 /* 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 Dfreedreno_perfcntr.h83 /* selector register enum value to select this countable: */
84 unsigned selector; member in struct:fd_perfcntr_countable
113 .name = #_selector, .selector = _selector, \
H A Dfdperf.c548 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 Dio.h105 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 Dsi_shader.c45 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 Dsi_shader.h423 /* 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 Dsi_shader_llvm_vs.c44 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 Dsi_shader_llvm.c415 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 Dsi_shader_llvm_tess.c77 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 Dsi_shader_llvm_resources.c59 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 Dsi_shader_llvm_gs.c51 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 Dsi_state_shaders.c350 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 Dgfx10_shader_ngg.c79 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 Dsi_shader.h314 /* 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 Dsi_shader.c323 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 Dsi_state_shaders.c566 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 Dd3d12_pipeline_state.h102 struct d3d12_shader_selector *selector);
H A Dd3d12_pipeline_state.cpp360 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 Dmain.h61 unsigned selector; member in struct:perfcntr
H A Dmain.c160 c->selector = countable->selector;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h167 struct r600_pipe_shader_selector *selector; member in struct:r600_pipe_shader
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h170 struct r600_pipe_shader_selector *selector; member in struct:r600_pipe_shader
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Application.m105 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 DX11Controller.m101 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 DX11Controller.m113 selector:@selector(apps_table_done:)
171 action:@selector (
247 action:@selector(item_selected:)
255 action:@selector(item_selected:)
321 action:@selector(checkForUpdates:)

Completed in 36 milliseconds

1234