Searched defs:zink_compute_program (Results 1 – 1 of 1) sorted by relevance
1126 struct zink_compute_program { struct1127 struct zink_program base;1129 bool use_local_size;1130 bool has_variable_shared_mem;1132 unsigned scratch_size;1134 unsigned num_inlinable_uniforms;1135 nir_shader *nir; //only until precompile finishes1137 struct zink_shader_module *curr;1139 struct zink_shader_module *module; //base1140 struct util_dynarray shader_cache[2]; //nonseamless cubes, inline uniforms[all …]