Searched defs:ntd_context (Results 1 – 1 of 1) sorted by relevance
447 struct ntd_context { struct448 void *ralloc_ctx;449 const struct nir_to_dxil_options *opts;450 struct nir_shader *shader;452 struct dxil_module mod;454 struct util_dynarray srv_metadata_nodes;455 const struct dxil_value *srv_handles[MAX_SRVS];457 struct util_dynarray uav_metadata_nodes;458 const struct dxil_value *ssbo_handles[MAX_UAVS];459 const struct dxil_value *image_handles[MAX_UAVS];[all …]