Searched refs:txf_func (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit2d.c | 524 texel_fetch_build_func txf_func, const char* name, bool is_3d) in build_nir_copy_fragment_shader() argument 545 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d); in build_nir_copy_fragment_shader() 553 texel_fetch_build_func txf_func, const char* name, bool is_3d) in build_nir_copy_fragment_shader_depth() argument 574 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d); in build_nir_copy_fragment_shader_depth() 582 texel_fetch_build_func txf_func, const char* name, bool is_3d) in build_nir_copy_fragment_shader_stencil() argument 603 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d); in build_nir_copy_fragment_shader_stencil()
|