Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h928 struct zink_compute_pipeline_state { struct
931 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 …]