Lines Matching defs:anv_pipeline
2118 struct anv_pipeline { struct
2127 struct anv_pipeline_layout * layout; argument
2129 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];
2143 bool instancing_enable[MAX_VBS];
2144 bool primitive_restart;
2145 uint32_t topology;
2147 uint32_t cs_right_mask;
2149 bool writes_depth;
2150 bool depth_test_enable;
2151 bool writes_stencil;
2152 bool stencil_test_enable;
2176 anv_pipeline_has_stage(const struct anv_pipeline *pipeline, in anv_pipeline_has_stage() argument