Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp245 nir_get_texture_lod(b, tex); in lower_txl_txf_array_or_cube()
/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.h51 nir_get_texture_lod(nir_builder *b, nir_tex_instr *tex);
Dnir_builtin_builder.c352 nir_get_texture_lod(nir_builder *b, nir_tex_instr *tex) in nir_get_texture_lod() function
Dnir_lower_tex.c223 nir_ssa_def *lod = nir_get_texture_lod(b, tex); in lower_implicit_lod()