Searched refs:tex_dim (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 103 build_nir_copy_fragment_shader(enum glsl_sampler_dim tex_dim) in build_nir_copy_fragment_shader() argument 111 sprintf(shader_name, "meta_blit_fs.%d", tex_dim); in build_nir_copy_fragment_shader() 121 unsigned swz[] = { 0, (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 1), 2 }; in build_nir_copy_fragment_shader() 124 (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 3), false); in build_nir_copy_fragment_shader() 127 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader() 135 tex->sampler_dim = tex_dim; in build_nir_copy_fragment_shader() 157 build_nir_copy_fragment_shader_depth(enum glsl_sampler_dim tex_dim) in build_nir_copy_fragment_shader_depth() argument 165 sprintf(shader_name, "meta_blit_depth_fs.%d", tex_dim); in build_nir_copy_fragment_shader_depth() 175 unsigned swz[] = { 0, (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 1), 2 }; in build_nir_copy_fragment_shader_depth() 178 (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 3), false); in build_nir_copy_fragment_shader_depth() [all …]
|