Searched defs:zink_compute_program (Results 1 – 1 of 1) sorted by relevance
1125 struct zink_compute_program { struct1126 struct zink_program base;1128 bool use_local_size;1129 bool has_variable_shared_mem;1131 unsigned scratch_size;1133 unsigned num_inlinable_uniforms;1134 nir_shader *nir; //only until precompile finishes1136 struct zink_shader_module *curr;1138 struct zink_shader_module *module; //base1139 struct util_dynarray shader_cache[2]; //nonseamless cubes, inline uniforms[all …]