Home
last modified time | relevance | path

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

/external/skia/tools/
Dsk_tool_utils.cpp251 const SkPoint halfSize = SkPoint::Make(dst.width() / 2.0f, dst.height() / 2.0f); in create_hemi_normal_map() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp282 BuildUtil::mkSplit(Value *h[2], uint8_t halfSize, Value *val) in mkSplit()
Dnv50_ir_lowering_nv50.cpp56 unsigned int halfSize = typeSizeof(hTy); in expandIntegerMUL() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1204 const float halfSize = 0.5F * size; in sp_setup_point() local