Home
last modified time | relevance | path

Searched defs:halfSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tests/
DCodecPartialTest.cpp334 const size_t halfSize = file->size() / 2; in test_interleaved() local
/third_party/skia/tools/
DToolUtils.cpp280 const SkPoint halfSize = SkPoint::Make(dst.width() / 2.0f, dst.height() / 2.0f); in create_hemi_normal_map() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_build_util.cpp287 BuildUtil::mkSplit(Value *h[2], uint8_t halfSize, Value *val) in mkSplit()
Dnv50_ir_lowering_nv50.cpp83 unsigned int halfSize = typeSizeof(hTy); in expandIntegerMUL() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1151 const float halfSize = 0.5F * size; in sp_setup_point() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp1680 const int halfSize = dataHeight / 2 * dataWidth; in Run() local