Home
last modified time | relevance | path

Searched defs:fillValue (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp99 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
DvktProtectedMemCopyBufferToImageTests.cpp80 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
DvktProtectedMemCopyImageToBufferTests.cpp83 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/
DTestUtils.java57 public static byte[] preFilledBytes(int length, int fillValue) { in preFilledBytes()
/external/angle/src/compiler/translator/
DShaderVars.cpp550 void WorkGroupSize::fill(int fillValue) in fill()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1106 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
/external/llvm/lib/Support/
DAPInt.cpp1132 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local