HomeSort by relevance Sort by last modified time
    Searched refs:bitWidth (Results 1 - 15 of 15) sorted by null

  /external/skia/tests/
PathOpsExtendedTest.cpp 205 const int bitWidth = 64;
219 SkScalar hScale = (bitWidth - 2) / largerWidth;
237 bits.allocN32Pixels(bitWidth * 2, bitHeight);
248 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
256 uint32_t* addr3 = bits.getAddr32(bitWidth, y);
257 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1);
258 for (int x = 0; x < bitWidth - 1; ++x) {
291 int bitWidth = SkScalarCeilToInt(larger.width()) + 2;
292 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
299 bits.allocN32Pixels(bitWidth * 2, bitHeight)
    [all...]
PathOpsTightBoundsTest.cpp 51 const int bitWidth = 32;
57 bits.allocN32Pixels(bitWidth, bitHeight);
89 for (int x = 0; x < bitWidth; ++x) {
  /external/skqp/tests/
PathOpsExtendedTest.cpp 205 const int bitWidth = 64;
219 SkScalar hScale = (bitWidth - 2) / largerWidth;
237 bits.allocN32Pixels(bitWidth * 2, bitHeight);
248 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
256 uint32_t* addr3 = bits.getAddr32(bitWidth, y);
257 uint32_t* addr4 = bits.getAddr32(bitWidth, y + 1);
258 for (int x = 0; x < bitWidth - 1; ++x) {
291 int bitWidth = SkScalarCeilToInt(larger.width()) + 2;
292 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
299 bits.allocN32Pixels(bitWidth * 2, bitHeight)
    [all...]
PathOpsTightBoundsTest.cpp 51 const int bitWidth = 32;
57 bits.allocN32Pixels(bitWidth, bitHeight);
89 for (int x = 0; x < bitWidth; ++x) {
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmFloatControlsTests.cpp 567 string bitWidth;
633 "%type_float = OpTypeFloat " + bitWidth + "\n"
696 const string typeName = "_f" + bitWidth;
740 bitWidth = "16";
773 bitWidth = "32";
800 bitWidth = "64";
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp     [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp     [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 100 unsigned Indentation, unsigned BitWidth,
331 unsigned BitWidth;
347 BitWidth(BW), Emitter(E) {
358 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
363 unsigned getBitWidth() const { return BitWidth; }
378 for (unsigned i = 0; i < BitWidth; ++i) {
498 assert(StartBit + NumBits - 1 < Owner->BitWidth);
694 unsigned BitWidth,
697 << BitWidth << "[] = {\n"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 109 unsigned Indentation, unsigned BitWidth,
348 unsigned BitWidth;
361 BitWidth(BW), Emitter(E) {
372 BitWidth(parent.BitWidth), Emitter(parent.Emitter) {
379 unsigned getBitWidth() const { return BitWidth; }
394 for (unsigned i = 0; i < BitWidth; ++i) {
515 assert(StartBit + NumBits - 1 < Owner->BitWidth);
711 unsigned BitWidth,
714 << BitWidth << "[] = {\n"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 621 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth,
624 memcpy(toBuffer, fromBuffer, bitWidth >> 3);
626 if ((bitWidth & 7) != 0)
630 toBuffer += bitWidth >> 3;
631 fromBuffer += bitWidth >> 3;
633 mask = 0xff << (bitWidth & 7);
635 mask = 0xff >> (bitWidth & 7);
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp     [all...]
  /external/kotlinc/lib/
kotlin-reflect.jar 

Completed in 1123 milliseconds