Searched defs:vs_nir (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c601 nir_shader *vs_nir = get_clear_rect_vs(); local in function:create_color_clear_pipeline
663 nir_shader *vs_nir = get_clear_rect_vs(); local in function:create_depth_clear_pipeline
464 create_pipeline(struct v3dv_device * device,struct v3dv_render_pass * pass,uint32_t subpass_idx,uint32_t samples,struct nir_shader * vs_nir,struct nir_shader * gs_nir,struct nir_shader * fs_nir,const VkPipelineVertexInputStateCreateInfo * vi_state,const VkPipelineDepthStencilStateCreateInfo * ds_state,const VkPipelineColorBlendStateCreateInfo * cb_state,const VkPipelineLayout layout,VkPipeline * pipeline) argument
H A Dv3dv_pipeline.c2257 nir_shader *vs_nir = pipeline->vs->nir; local in function:pipeline_add_multiview_gs
H A Dv3dv_meta_copy.c1813 nir_shader *vs_nir = get_texel_buffer_copy_vs(); local in function:create_texel_buffer_copy_pipeline
3502 nir_shader *vs_nir = get_blit_vs(); local in function:create_blit_pipeline
3339 create_pipeline(struct v3dv_device * device,struct v3dv_render_pass * pass,struct nir_shader * vs_nir,struct nir_shader * gs_nir,struct nir_shader * fs_nir,const VkPipelineVertexInputStateCreateInfo * vi_state,const VkPipelineDepthStencilStateCreateInfo * ds_state,const VkPipelineColorBlendStateCreateInfo * cb_state,const VkPipelineMultisampleStateCreateInfo * ms_state,const VkPipelineLayout layout,VkPipeline * pipeline) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_clear.c252 struct nir_shader *vs_nir; local in function:create_color_pipeline
587 struct nir_shader *vs_nir, *fs_nir; local in function:create_depthstencil_pipeline
77 create_pipeline(struct radv_device * device,struct radv_render_pass * render_pass,uint32_t samples,struct nir_shader * vs_nir,struct nir_shader * fs_nir,const VkPipelineVertexInputStateCreateInfo * vi_state,const VkPipelineDepthStencilStateCreateInfo * ds_state,const VkPipelineColorBlendStateCreateInfo * cb_state,const VkPipelineLayout layout,const struct radv_graphics_pipeline_create_info * extra,const VkAllocationCallbacks * alloc,VkPipeline * pipeline) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_clear.c251 struct nir_shader *vs_nir; local in function:create_color_pipeline
567 struct nir_shader *vs_nir, *fs_nir; local in function:create_depthstencil_pipeline
95 create_pipeline(struct radv_device * device,struct radv_render_pass * render_pass,uint32_t samples,struct nir_shader * vs_nir,struct nir_shader * fs_nir,const VkPipelineVertexInputStateCreateInfo * vi_state,const VkPipelineDepthStencilStateCreateInfo * ds_state,const VkPipelineColorBlendStateCreateInfo * cb_state,const VkPipelineLayout layout,const struct radv_graphics_pipeline_create_info * extra,const VkAllocationCallbacks * alloc,VkPipeline * pipeline) argument

Completed in 19 milliseconds