mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
radv: make radv_pipeline_init() static
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
2aea632292
commit
6f8c40734b
2 changed files with 1 additions and 8 deletions
|
|
@ -1725,7 +1725,7 @@ static void calculate_ps_inputs(struct radv_pipeline *pipeline)
|
|||
pipeline->graphics.ps_input_cntl_num = ps_offset;
|
||||
}
|
||||
|
||||
VkResult
|
||||
static VkResult
|
||||
radv_pipeline_init(struct radv_pipeline *pipeline,
|
||||
struct radv_device *device,
|
||||
struct radv_pipeline_cache *cache,
|
||||
|
|
|
|||
|
|
@ -1135,13 +1135,6 @@ struct radv_graphics_pipeline_create_info {
|
|||
uint32_t custom_blend_mode;
|
||||
};
|
||||
|
||||
VkResult
|
||||
radv_pipeline_init(struct radv_pipeline *pipeline, struct radv_device *device,
|
||||
struct radv_pipeline_cache *cache,
|
||||
const VkGraphicsPipelineCreateInfo *pCreateInfo,
|
||||
const struct radv_graphics_pipeline_create_info *extra,
|
||||
const VkAllocationCallbacks *alloc);
|
||||
|
||||
VkResult
|
||||
radv_graphics_pipeline_create(VkDevice device,
|
||||
VkPipelineCache cache,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue