Searched refs:translateImgFormat (Results 1 – 4 of 4) sorted by relevance
1071 static const struct ImgFormatDesc *translateImgFormat(
1028 TexInstruction::translateImgFormat(enum pipe_format format) in translateImgFormat() function in nv50_ir::TexInstruction
2284 texi->tex.format = nv50_ir::TexInstruction::translateImgFormat(nir_intrinsic_format(insn)); in visit()
226 return nv50_ir::TexInstruction::translateImgFormat((enum pipe_format)insn->Memory.Format); in getImageFormat()