Searched defs:anv_pipeline (Results 1 – 1 of 1) sorted by relevance
2118 struct anv_pipeline { struct2127 struct anv_pipeline_layout * layout; argument2129 bool needs_data_cache;2131 struct anv_shader_bin * shaders[MESA_SHADER_STAGES];2133 struct {2136 } urb;2138 VkShaderStageFlags active_stages;2139 struct anv_state blend_state;2141 uint32_t vb_used;2142 uint32_t binding_stride[MAX_VBS];[all …]