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

  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemFillUpdateCopyBufferTests.cpp 78 const deUint32 fillValue,
98 deUint32 fillValue,
103 , m_fillValue (fillValue)
128 const deUint32 fillValue,
133 , m_fillValue (fillValue)
379 } fillValue;
432 testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[ndx].data, cmdType, cmdBufferType));
445 } fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::max() - 1) };
447 tcu::Vec4 refValue (fillValue.flt);
462 randomTests->addChild(new FillUpdateCopyBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), fillValue.uint, data, cmdType, cmdBufferType))
    [all...]
vktProtectedMemCopyImageToBufferTests.cpp 62 const vk::VkClearColorValue fillValue,
81 vk::VkClearColorValue fillValue,
85 , m_fillValue (fillValue)
108 const vk::VkClearColorValue fillValue,
113 , m_fillValue (fillValue)
336 const vk::VkClearColorValue fillValue;
387 copyStaticTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData[ndx].fillValue, testData[ndx].data, cmdBufferType));
vktProtectedMemCopyBufferToImageTests.cpp 59 const deUint32 fillValue,
78 deUint32 fillValue,
82 , m_fillValue (fillValue)
105 const deUint32 fillValue,
111 , m_fillValue (fillValue)
322 } fillValue;
380 copyStaticTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[ndx].data, cmdBufferType));
394 } fillValue = { rnd.getFloat(0.0, 1.0f) };
396 tcu::Vec4 refValue (fillValue.flt);
405 copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, data, cmdBufferType))
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
ResizableIntArrayTests.java 280 final int fillValue = 123;
282 src.fill(fillValue, -1 /* startPos */, length);
288 src.fill(fillValue, startPos, -1 /* length */);
294 src.fill(fillValue, startPos, length);
300 assertEquals("new values after fill at " + i, fillValue, src.get(i));
  /external/skia/src/codec/
SkSampledCodec.cpp 332 const uint64_t fillValue = this->codec()->getFillValue(info);
341 SkSampler::Fill(fillInfo, rowPtr, rowBytes, fillValue, options.fZeroInitialized);
SkCodec.cpp 603 const uint64_t fillValue = this->getFillValue(info);
616 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler);
622 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler);
  /external/skqp/src/codec/
SkSampledCodec.cpp 332 const uint64_t fillValue = this->codec()->getFillValue(info);
341 SkSampler::Fill(fillInfo, rowPtr, rowBytes, fillValue, options.fZeroInitialized);
SkCodec.cpp 603 const uint64_t fillValue = this->getFillValue(info);
616 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler);
622 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler);
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp     [all...]

Completed in 557 milliseconds