Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h1125 struct zink_compute_program { struct
1126 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 finishes
1136 struct zink_shader_module *curr;
1138 struct zink_shader_module *module; //base
1139 struct util_dynarray shader_cache[2]; //nonseamless cubes, inline uniforms
[all …]