Searched defs:ntv_context (Results 1 – 1 of 1) sorted by relevance
35 struct ntv_context { struct36 void *mem_ctx;41 bool spirv_1_4_interfaces;43 bool explicit_lod; //whether to set lod=0 for texture()45 struct spirv_builder builder;46 nir_shader *nir;48 struct hash_table *glsl_types;49 struct hash_table *bo_struct_types;50 struct hash_table *bo_array_types;52 SpvId GLSL_std_450;[all …]