Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c239 GLuint vte; in r200ChooseVertexState() local
252 vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200ChooseVertexState()
262 vte |= R200_VTX_XY_FMT | R200_VTX_Z_FMT; in r200ChooseVertexState()
263 vte &= ~R200_VTX_W0_FMT; in r200ChooseVertexState()
273 vte &= ~(R200_VTX_XY_FMT | R200_VTX_Z_FMT); in r200ChooseVertexState()
274 vte |= R200_VTX_W0_FMT; in r200ChooseVertexState()
280 if (vte != rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]) { in r200ChooseVertexState()
281 R200_STATECHANGE( rmesa, vte ); in r200ChooseVertexState()
282 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = vte; in r200ChooseVertexState()
777 GLuint vte = rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL]; in r200PointsBitmap() local
[all …]
Dr200_tcl.c568 R200_STATECHANGE( rmesa, vte ); in transition_to_hwtnl()
569 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] &= ~(R200_VTX_XY_FMT|R200_VTX_Z_FMT); in transition_to_hwtnl()
570 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] |= R200_VTX_W0_FMT; in transition_to_hwtnl()
Dr200_context.h480 struct radeon_state_atom vte; member
Dr200_blit.c572 r200->hw.vte.dirty = GL_TRUE;
Dr200_cmdbuf.c71 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.vte ); in r200SetUpAtomList()
Dr200_state_init.c660 ALLOC_STATE( vte, always, VTE_STATE_SIZE, "VTE/vte", 0 ); in r200InitState()
817 rmesa->hw.vte.cmd[VTE_CMD_0] = cmdpkt(rmesa, R200_EMIT_VTE_CNTL); in r200InitState()
1130 rmesa->hw.vte.cmd[VTE_SE_VTE_CNTL] = in r200InitState()
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dcs.txt36 dnam{"vteřiny"}
37 few{"{0} vteřiny"}
38 many{"{0} vteřiny"}
39 one{"{0} vteřina"}
40 other{"{0} vteřin"}
/third_party/icu/icu4c/source/data/unit/
Dcs.txt36 dnam{"vteřiny"}
37 few{"{0} vteřiny"}
38 many{"{0} vteřiny"}
39 one{"{0} vteřina"}
40 other{"{0} vteřin"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Dcs.txt36 dnam{"vteřiny"}
37 few{"{0} vteřiny"}
38 many{"{0} vteřiny"}
39 one{"{0} vteřina"}
40 other{"{0} vteřin"}
/third_party/libexif/po/
Dcs.po3188 msgstr "Zlomky vteřin"
3192 msgstr "Zlomky vteřin z údaje 'Datum a čas'."
3196 msgstr "Zlomky vteřin času pořízení"
3204 msgstr "Zlomky vteřin času digitalizace"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp10045 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) { in HandlePHINodesInSuccessorBlocks() local