Searched refs:formatTable (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp976 const struct TexInstruction::ImgFormatDesc TexInstruction::formatTable[] = member in class:nv50_ir::TexInstruction
1032 case PIPE_FORMAT_ ## a: return &formatTable[nv50_ir::FMT_ ## b]
1085 return &formatTable[nv50_ir::FMT_NONE];
H A Dnv50_ir.h1070 static const struct ImgFormatDesc formatTable[IMG_FORMAT_COUNT]; member in class:nv50_ir::TexInstruction
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h1018 static const struct ImgFormatDesc formatTable[IMG_FORMAT_COUNT]; member in class:nv50_ir::TexInstruction
H A Dnv50_ir.cpp974 const struct TexInstruction::ImgFormatDesc TexInstruction::formatTable[] = member in class:nv50_ir::TexInstruction
H A Dnv50_ir_from_nir.cpp2447 texi->tex.format = &nv50_ir::TexInstruction::formatTable[convertGLImgFormat(nir_intrinsic_format(insn))];
2549 texi->tex.format = &nv50_ir::TexInstruction::formatTable[convertGLImgFormat(tex->data.image.format)];
H A Dnv50_ir_from_tgsi.cpp227 return &nv50_ir::TexInstruction::formatTable[

Completed in 30 milliseconds