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.c34 struct ntv_context { struct
35 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 …]