Home
last modified time | relevance | path

Searched defs:csi (Results 1 – 5 of 5) sorted by relevance

/third_party/libdrm/radeon/
Dradeon_cs.c9 struct radeon_cs_int *csi = csm->funcs->cs_create(csm, ndw); in radeon_cs_create() local
18 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_write_reloc() local
31 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_begin() local
39 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_end() local
45 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_emit() local
51 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_destroy() local
57 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_erase() local
63 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_need_flush() local
69 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_print() local
76 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_set_limit() local
[all …]
Dradeon_cs_space.c169 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_space_add_persistent_bo() local
213 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_space_check_with_bo() local
232 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_space_check() local
238 struct radeon_cs_int *csi = (struct radeon_cs_int *)cs; in radeon_cs_space_reset_bos() local
/third_party/skia/src/core/
DSkGlyphRunPainter.cpp69 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, const GrColorInfo& csi) in SkGlyphRunListPainter()
/third_party/boost/boost/graph/
Dr_c_shortest_paths.hpp434 typename std::list< Splabel >::const_iterator csi = dsplabels.begin(); in r_c_shortest_paths_dispatch() local
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp90 const GrColorSpaceInfo& csi) in SkGlyphRunListPainter()