diff options
author | Iago Toral Quiroga <[email protected]> | 2018-01-25 12:07:34 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2018-01-26 14:06:47 +0100 |
commit | d3ce493b34d6c2cacaf4dd17d8646b4db7448784 (patch) | |
tree | eb724405af357bb7b3add89946113092bcf7549b /src/intel/vulkan/genX_pipeline.c | |
parent | 75a4802060095da87283e6de8239cdb03147c8d8 (diff) |
anv/pipeline: remove the pipeline layout field from anv_pipeline
It no longer has any users.
Suggested-by: Jason Ekstrand <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/genX_pipeline.c')
-rw-r--r-- | src/intel/vulkan/genX_pipeline.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/genX_pipeline.c b/src/intel/vulkan/genX_pipeline.c index 10efe542106..45ebe31de6b 100644 --- a/src/intel/vulkan/genX_pipeline.c +++ b/src/intel/vulkan/genX_pipeline.c @@ -1756,7 +1756,6 @@ compute_pipeline_create( return vk_error(VK_ERROR_OUT_OF_HOST_MEMORY); pipeline->device = device; - pipeline->layout = anv_pipeline_layout_from_handle(pCreateInfo->layout); pipeline->blend_state.map = NULL; |