Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c275 int lod_index = nir_tex_instr_src_index(instr, nir_tex_src_lod); in ntq_emit_txs() local
279 if (lod_index != -1) in ntq_emit_txs()
280 lod = ntq_get_src(c, instr->src[lod_index].src, 0); in ntq_emit_txs()