Searched defs:zink_compute_pipeline_state (Results 1 – 1 of 1) sorted by relevance
928 struct zink_compute_pipeline_state { struct931 uint32_t hash;932 uint32_t final_hash;933 bool dirty;934 uint32_t local_size[3];935 uint32_t variable_shared_mem;937 uint32_t module_hash;938 VkShaderModule module;939 bool module_changed;941 struct zink_shader_key key;[all …]