Home
last modified time | relevance | path

Searched defs:ntv_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c35 struct ntv_context { struct
36 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 …]