anv/pipeline: Get rid of the kernel pointer fields
Now that we have anv_shader_bin, they're completely redundant with other information we have in the pipeline. For vertex shaders, we also go through way too much work to put the offset in one or the other field and then look at which one we put it in later. Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
@@ -68,10 +68,6 @@ compute_pipeline_create(
|
||||
*/
|
||||
memset(pipeline->shaders, 0, sizeof(pipeline->shaders));
|
||||
|
||||
pipeline->vs_simd8 = NO_KERNEL;
|
||||
pipeline->vs_vec4 = NO_KERNEL;
|
||||
pipeline->gs_kernel = NO_KERNEL;
|
||||
|
||||
pipeline->active_stages = 0;
|
||||
|
||||
pipeline->needs_data_cache = false;
|
||||
|
Reference in New Issue
Block a user