Home
last modified time | relevance | path

Searched refs:tex_dim (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c37 enum glsl_sampler_dim tex_dim,
110 build_nir_copy_fragment_shader(enum glsl_sampler_dim tex_dim) in build_nir_copy_fragment_shader() argument
118 sprintf(shader_name, "meta_blit_fs.%d", tex_dim); in build_nir_copy_fragment_shader()
128 unsigned swz[] = { 0, (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 1), 2 }; in build_nir_copy_fragment_shader()
131 (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 3)); in build_nir_copy_fragment_shader()
134 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader()
144 tex->sampler_dim = tex_dim; in build_nir_copy_fragment_shader()
168 build_nir_copy_fragment_shader_depth(enum glsl_sampler_dim tex_dim) in build_nir_copy_fragment_shader_depth() argument
176 sprintf(shader_name, "meta_blit_depth_fs.%d", tex_dim); in build_nir_copy_fragment_shader_depth()
186 unsigned swz[] = { 0, (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 1), 2 }; in build_nir_copy_fragment_shader_depth()
[all …]