Searched defs:ntv_context (Results 1 – 1 of 1) sorted by relevance
34 struct ntv_context { struct35 void *mem_ctx;37 struct spirv_builder builder;39 SpvId GLSL_std_450;41 gl_shader_stage stage;42 const struct zink_so_info *so_info;44 SpvId ubos[128];45 size_t num_ubos;46 SpvId image_types[PIPE_MAX_SAMPLERS];47 SpvId samplers[PIPE_MAX_SAMPLERS];[all …]