Home
last modified time | relevance | path

Searched refs:crocus_binding_table (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h349 struct crocus_binding_table { struct
393 struct crocus_binding_table bt;
846 static inline uint32_t crocus_group_index_to_bti(const struct crocus_binding_table *bt, in crocus_group_index_to_bti()
866 crocus_bti_to_group_index(const struct crocus_binding_table *bt, in crocus_bti_to_group_index()
919 const struct crocus_binding_table *bt);
Dcrocus_program_cache.c194 const struct crocus_binding_table *bt) in crocus_upload_shader()
273 struct crocus_binding_table bt; in crocus_blorp_upload_shader()
Dcrocus_program.c703 const struct crocus_binding_table *bt) in crocus_print_binding_table()
747 rewrite_src_with_bti(nir_builder *b, struct crocus_binding_table *bt, in rewrite_src_with_bti()
770 mark_used_with_src(struct crocus_binding_table *bt, nir_src *src, in mark_used_with_src()
800 struct crocus_binding_table *bt, in crocus_setup_binding_table()
1214 struct crocus_binding_table bt; in crocus_compile_vs()
1412 struct crocus_binding_table bt; in crocus_compile_tcs()
1584 struct crocus_binding_table bt; in crocus_compile_tes()
1715 struct crocus_binding_table bt; in crocus_compile_gs()
1848 struct crocus_binding_table bt; in crocus_compile_fs()
2058 struct crocus_binding_table bt; in crocus_compile_clip()
[all …]
Dcrocus_disk_cache.c193 struct crocus_binding_table bt; in crocus_disk_cache_retrieve()
Dcrocus_state.c5382 struct crocus_binding_table *bt = &shader->bt; in crocus_populate_binding_table()