Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1071 static const struct ImgFormatDesc *translateImgFormat(
Dnv50_ir.cpp1028 TexInstruction::translateImgFormat(enum pipe_format format) in translateImgFormat() function in nv50_ir::TexInstruction
Dnv50_ir_from_nir.cpp2284 texi->tex.format = nv50_ir::TexInstruction::translateImgFormat(nir_intrinsic_format(insn)); in visit()
Dnv50_ir_from_tgsi.cpp226 return nv50_ir::TexInstruction::translateImgFormat((enum pipe_format)insn->Memory.Format); in getImageFormat()