Home
last modified time | relevance | path

Searched refs:pos8 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skunicode/src/
DSkUnicode_icu_bidi.cpp115 Position pos8 = 0; in extractBidi() local
134 bidiRegions->emplace_back(pos8, end, currentLevel); in extractBidi()
136 pos8 = end; in extractBidi()
142 if (end != pos8) { in extractBidi()
143 bidiRegions->emplace_back(pos8, end, currentLevel); in extractBidi()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c940 static const float pos8[8][2] = { in svga_get_sample_position() local
978 positions = pos8; in svga_get_sample_position()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1680 static const uint8_t pos8[8][2] = {{0x9, 0x5}, {0x7, 0xb}, {0xd, 0x9}, in fd_get_sample_position() local
1697 ptr = pos8; in fd_get_sample_position()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3732 static const tSamplePos pos8[] = { in getSamplePosArray() local
3750 case 8: sampleLoc = pos8; break; in getSamplePosArray()