Searched refs:build_nir_copy_fragment_shader_depth (Results 1 – 2 of 2) sorted by relevance
157 build_nir_copy_fragment_shader_depth(enum glsl_sampler_dim tex_dim) in build_nir_copy_fragment_shader_depth() function881 fs_1d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_1D); in radv_device_init_meta_blit_depth()882 fs_2d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_depth()883 fs_3d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_3D); in radv_device_init_meta_blit_depth()
552 build_nir_copy_fragment_shader_depth(struct radv_device *device, in build_nir_copy_fragment_shader_depth() function850 …fs.nir = build_nir_copy_fragment_shader_depth(device, src_func, name, src_type == BLIT2D_SRC_TYPE_… in blit2d_init_depth_only_pipeline()