Home
last modified time | relevance | path

Searched defs:zink_compute_program (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_types.h1126 struct zink_compute_program { struct
1127 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 finishes
1137 struct zink_shader_module *curr;
1139 struct zink_shader_module *module; //base
1140 struct util_dynarray shader_cache[2]; //nonseamless cubes, inline uniforms
[all …]