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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h339 struct si_shader_info { struct
452 struct si_shader_info info;
916 void si_nir_scan_shader(const struct nir_shader *nir, struct si_shader_info *info);
H A Dsi_shader_llvm_gs.c51 struct si_shader_info *info = &shader->selector->info;
139 struct si_shader_info *info = &es->selector->info;
219 struct si_shader_info UNUSED *info = &ctx->shader->selector->info;
236 struct si_shader_info *info = &ctx->shader->selector->info;
418 struct si_shader_info *gsinfo = &gs_selector->info;
H A Dsi_shader_internal.h172 void si_get_vs_prolog_key(const struct si_shader_info *info, unsigned num_input_sgprs,
H A Dsi_shader_llvm_tess.c92 const struct si_shader_info *info = &ctx->shader->selector->info;
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;
945 struct si_shader_info *info = &shader->selector->info;
H A Dsi_shader_nir.c44 static void scan_io_usage(struct si_shader_info *info, nir_intrinsic_instr *intr,
201 static void scan_instruction(const struct nir_shader *nir, struct si_shader_info *info,
397 void si_nir_scan_shader(const struct nir_shader *nir, struct si_shader_info *info)
H A Dsi_state.h572 void si_get_active_slot_masks(const struct si_shader_info *info, uint64_t *const_and_shader_buffers,
H A Dsi_state_shaders.c353 const struct si_shader_info *info = &shader->selector->info;
354 const struct si_shader_info *prev_info =
378 const struct si_shader_info *info = &tes->info;
1145 const struct si_shader_info *gs_info = &gs_sel->info;
1149 const struct si_shader_info *es_info = &es_sel->info;
1414 const struct si_shader_info *info = &shader->selector->info;
1556 struct si_shader_info *info = &ps->selector->info;
1613 struct si_shader_info *info = &shader->selector->info;
2568 static void si_parse_next_shader_property(const struct si_shader_info *info, bool streamout,
2778 void si_get_active_slot_masks(const struct si_shader_info *inf
[all...]
H A Dgfx10_shader_ngg.c79 const struct si_shader_info *info = &ctx->shader->selector->info;
217 struct si_shader_info *info = &ctx->shader->selector->info;
273 struct si_shader_info *info = &ctx->shader->selector->info;
821 struct si_shader_info *info = &sel->info;
1294 struct si_shader_info *info = &sel->info;
1529 const struct si_shader_info *info = &sel->info;
1626 const struct si_shader_info *info = &sel->info;
1720 const struct si_shader_info *info = &sel->info;
H A Dsi_shader_llvm.c498 const struct si_shader_info *info = &ctx->shader->selector->info;
818 const struct si_shader_info *info = &sel->info;
1035 struct si_shader_info *info = &shader->selector->info;
H A Dsi_state_viewport.c572 struct si_shader_info *info = si_get_vs_info(ctx);
H A Dsi_shader_llvm_vs.c44 const struct si_shader_info *info = &ctx->shader->selector->info;
763 struct si_shader_info *info = &ctx->shader->selector->info;
H A Dsi_shader.c1293 void si_get_vs_prolog_key(const struct si_shader_info *info, unsigned num_input_sgprs,
1715 struct si_shader_info *info = &shader->selector->info;
1850 struct si_shader_info *info = &shader->selector->info;
H A Dsi_compute.c866 struct si_shader_info *info = &sctx->cs_shader_state.program->sel.info;
H A Dsi_debug.c760 const struct si_shader_info *info, struct u_log_context *log)
H A Dsi_shader_llvm_ps.c493 struct si_shader_info *info = &shader->selector->info;
H A Dsi_blit.c717 struct si_shader_info *info = &sctx->shaders[i].cso->info;
H A Dsi_pipe.h1697 static inline struct si_shader_info *si_get_vs_info(struct si_context *sctx)
H A Dsi_state_draw.cpp56 struct si_shader_info *psinfo = ps ? &ps->selector->info : NULL;
H A Dsi_descriptors.c2843 struct si_shader_info* info = &sctx->cs_shader_state.program->sel.info;
H A Dsi_state.c833 struct si_shader_info *info = &vs_sel->info;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h579 struct si_shader_info { struct
616 struct si_shader_info info;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3400 - radeonsi: remove redundant si_shader_info::shader_buffers_declared
3401 - radeonsi: remove redundant si_shader_info::images_declared
3402 - radeonsi: remove redundant si_shader_info::const_buffers_declared
3403 - radeonsi: remove redundant si_shader_info:\*(clip|cull)\* fields
3404 - radeonsi: remove unused si_shader_info::uses_(vertexid|basevertex)
3406 - radeonsi: remove redundant si_shader_info::uses_kill
3409 - radeonsi: remove redundant si_shader_info::writes_memory
3412 - radeonsi: remove redundant si_shader_info::uses_derivatives
H A D20.0.0.rst2385 - radeonsi: rename si_shader_info -> si_shader_binary_info
2387 - radeonsi: merge si_tessctrl_info into si_shader_info
2388 - radeonsi: clean up si_shader_info
H A D21.3.0.rst2687 - radeonsi: interleave si_shader_info::input_* in memory for faster emit_spi_map
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json17428 "description": "radeonsi: move si_nir_scan_shader into si_shader_info.c",
[all...]

Completed in 181 milliseconds