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:
@@ -1389,11 +1389,6 @@ struct anv_pipeline {
|
||||
|
||||
VkShaderStageFlags active_stages;
|
||||
struct anv_state blend_state;
|
||||
uint32_t vs_simd8;
|
||||
uint32_t vs_vec4;
|
||||
uint32_t ps_ksp0;
|
||||
uint32_t gs_kernel;
|
||||
uint32_t cs_simd;
|
||||
|
||||
uint32_t vb_used;
|
||||
uint32_t binding_stride[MAX_VBS];
|
||||
|
Reference in New Issue
Block a user