Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c560 build_nir_copy_fragment_shader(struct radv_device *device, texel_fetch_build_func txf_func, in build_nir_copy_fragment_shader() argument
576 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled); in build_nir_copy_fragment_shader()
583 build_nir_copy_fragment_shader_depth(struct radv_device *device, texel_fetch_build_func txf_func, in build_nir_copy_fragment_shader_depth() argument
599 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled); in build_nir_copy_fragment_shader_depth()
606 build_nir_copy_fragment_shader_stencil(struct radv_device *device, texel_fetch_build_func txf_func, in build_nir_copy_fragment_shader_stencil() argument
622 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled); in build_nir_copy_fragment_shader_stencil()