Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/expanders/
Dutils.h67 const auto &fmt_0 = e.inputs_info_[0].format; in Check() local
69 if (e.inputs_info_[i].format != fmt_0) { in Check()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c66 fmt_0 |= F0; \
83 int fmt_0 = 0; in r200SetVertexFormat() local
184 (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0) || in r200SetVertexFormat()
188 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0; in r200SetVertexFormat()
774 const GLuint fmt_0 = R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 in r200PointsBitmap() local
786 if ( (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0) in r200PointsBitmap()
790 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0; in r200PointsBitmap()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c70 fmt_0 |= F0; \
94 int fmt_0 = 0; in radeonSetVertexFormat() local
217 fmt_0 != rmesa->swtcl.vertex_format) { in radeonSetVertexFormat()
219 rmesa->swtcl.vertex_format = fmt_0; in radeonSetVertexFormat()