Searched refs:fillValue (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 79 const deUint32 fillValue, 99 deUint32 fillValue, in FillUpdateCopyBufferTestCase() argument 104 , m_fillValue (fillValue) in FillUpdateCopyBufferTestCase() 129 const deUint32 fillValue, in FillUpdateCopyBufferTestInstance() argument 134 , m_fillValue (fillValue) in FillUpdateCopyBufferTestInstance() 304 } fillValue; in createFillUpdateCopyBufferFloatTests() member 357 … testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[ndx].data, cmdType, cmdBufferType)); in createFillUpdateCopyBufferFloatTests() 370 …} fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::ma… in createFillUpdateCopyBufferFloatTests() local 372 tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() 387 …hild(new FillUpdateCopyBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), fillValue.uint, data, cmdT… in createFillUpdateCopyBufferFloatTests() [all …]
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 60 const deUint32 fillValue, 79 deUint32 fillValue, in CopyBufferToImageTestCase() argument 83 , m_fillValue (fillValue) in CopyBufferToImageTestCase() 107 const deUint32 fillValue, in CopyBufferToImageTestInstance() argument 113 , m_fillValue (fillValue) in CopyBufferToImageTestInstance() 315 } fillValue; in createCopyBufferToImageTests() member 373 …hild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[n… in createCopyBufferToImageTests() 387 } fillValue = { rnd.getFloat(0.0, 1.0f) }; in createCopyBufferToImageTests() local 389 tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() 398 …copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, dat… in createCopyBufferToImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 63 const vk::VkClearColorValue fillValue, 82 vk::VkClearColorValue fillValue, in CopyImageToBufferTestCase() argument 86 , m_fillValue (fillValue) in CopyImageToBufferTestCase() 109 const vk::VkClearColorValue fillValue, in CopyImageToBufferTestInstance() argument 114 , m_fillValue (fillValue) in CopyImageToBufferTestInstance() 313 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member 364 …pyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData[ndx].fillValue, testData[ndx].d… in createCopyImageToFloatBufferTests()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1132 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local 1134 val[i] = fillValue; in ashr()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 1196 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local 1198 val[i] = fillValue; in ashr()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1106 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local 1108 val[i] = fillValue; in ashr()
|