Searched defs:fillValue (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 99 deUint32 fillValue, in FillUpdateCopyBufferTestCase() 134 const deUint32 fillValue, in FillUpdateCopyBufferTestInstance() 309 } fillValue; in createFillUpdateCopyBufferFloatTests() member 375 …} fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::ma… in createFillUpdateCopyBufferFloatTests() local 420 } fillValue; in createFillUpdateCopyBufferIntegerTests() member 486 …} fillValue = { rnd.getInt(std::numeric_limits<deInt32>::min(), std::numeric_limits<deInt32>::… in createFillUpdateCopyBufferIntegerTests() local 528 deUint32 fillValue; in createFillUpdateCopyBufferUnsignedTests() member 591 const deUint32 fillValue = rnd.getUint32(); in createFillUpdateCopyBufferUnsignedTests() local
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 80 deUint32 fillValue, in CopyBufferToImageTestCase() 112 const deUint32 fillValue, in CopyBufferToImageTestInstance() 320 } fillValue; in createCopyBufferToImageTests() member 392 } fillValue = { rnd.getFloat(0.0, 1.0f) }; in createCopyBufferToImageTests() local
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 83 vk::VkClearColorValue fillValue, in CopyImageToBufferTestCase() 115 const vk::VkClearColorValue fillValue, in CopyImageToBufferTestInstance() 319 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | TestUtils.java | 57 public static byte[] preFilledBytes(int length, int fillValue) { in preFilledBytes()
|
/external/angle/src/compiler/translator/ |
D | ShaderVars.cpp | 550 void WorkGroupSize::fill(int fillValue) in fill()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1106 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1132 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
|