Searched defs:fs_nir (Results 1 - 3 of 3) sorted by relevance
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_meta_clear.c | 576 nir_shader *fs_nir = get_color_clear_rect_fs(rt_idx, format); in create_color_clear_pipeline() local 638 nir_shader *fs_nir = has_depth ? get_depth_clear_rect_fs() : NULL; in create_depth_clear_pipeline() local 438 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) create_pipeline() argument
|
| H A D | v3dv_meta_copy.c | 1840 nir_shader *fs_nir = get_texel_buffer_copy_fs(device, format, cswizzle); in create_texel_buffer_copy_pipeline() local 3528 nir_shader *fs_nir = in create_blit_pipeline() local 3365 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) create_pipeline() argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 177 struct nir_shader *fs_nir; in create_color_pipeline() local 441 struct nir_shader *vs_nir, *fs_nir; in create_depthstencil_pipeline() local 77 create_pipeline(struct radv_device *device, 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 VkPipelineRenderingCreateInfo *dyn_state, const VkPipelineLayout layout, const struct radv_graphics_pipeline_create_info *extra, const VkAllocationCallbacks *alloc, VkPipeline *pipeline) create_pipeline() argument [all...] |
Completed in 10 milliseconds