Searched defs:zink_compute_program (Results 1 – 1 of 1) sorted by relevance
1145 struct zink_compute_program { struct1146 struct zink_program base;1148 bool use_local_size;1149 bool has_variable_shared_mem;1151 unsigned scratch_size;1153 unsigned num_inlinable_uniforms;1154 nir_shader *nir; //only until precompile finishes1156 struct zink_shader_module *curr;1158 struct zink_shader_module *module; //base1159 struct util_dynarray shader_cache[2]; //nonseamless cubes, inline uniforms[all …]