Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex_shadow.c81 unsigned num_components = nir_tex_instr_result_size(tex); in nir_lower_tex_shadow_impl()
Dnir.h2527 nir_tex_instr_result_size(const nir_tex_instr *instr);
2537 return nir_tex_instr_result_size(instr) + instr->is_sparse; in nir_tex_instr_dest_size()
Dnir.c3207 nir_tex_instr_result_size(const nir_tex_instr *instr) in nir_tex_instr_result_size() function
/external/mesa3d/docs/nir/
Dtex.rst52 .. c:autofunction:: nir_tex_instr_result_size
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3605 nir_tex_instr_result_size(instr)); in vtn_handle_texture()