/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyBufferToImageTests.cpp | 61 const deUint32 fillValue, 80 deUint32 fillValue, in CopyBufferToImageTestCase() argument 84 , m_fillValue (fillValue) in CopyBufferToImageTestCase() 112 const deUint32 fillValue, in CopyBufferToImageTestInstance() argument 118 , m_fillValue (fillValue) in CopyBufferToImageTestInstance() 320 } fillValue; in createCopyBufferToImageTests() member 378 …hild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[n… in createCopyBufferToImageTests() 392 } fillValue = { rnd.getFloat(0.0, 1.0f) }; in createCopyBufferToImageTests() local 394 const tcu::Vec4 refValue (fillValue.flt); in createCopyBufferToImageTests() 405 …copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, dat… in createCopyBufferToImageTests()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 79 const deUint32 fillValue, 99 deUint32 fillValue, in FillUpdateCopyBufferTestCase() argument 105 , m_fillValue (fillValue) in FillUpdateCopyBufferTestCase() 134 const deUint32 fillValue, in FillUpdateCopyBufferTestInstance() argument 139 , m_fillValue (fillValue) in FillUpdateCopyBufferTestInstance() 309 } fillValue; in createFillUpdateCopyBufferFloatTests() member 362 …testCtx, name.c_str(), testData[ndx].fillValue.uint, testData[ndx].data, cmdType, cmdBufferType, v… in createFillUpdateCopyBufferFloatTests() 375 …} fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::ma… in createFillUpdateCopyBufferFloatTests() local 377 const tcu::Vec4 refValue (fillValue.flt); in createFillUpdateCopyBufferFloatTests() 394 …hild(new FillUpdateCopyBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), fillValue.uint, data, cmdT… in createFillUpdateCopyBufferFloatTests() [all …]
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 64 const vk::VkClearColorValue fillValue, 83 vk::VkClearColorValue fillValue, in CopyImageToBufferTestCase() argument 88 , m_fillValue (fillValue) in CopyImageToBufferTestCase() 115 const vk::VkClearColorValue fillValue, in CopyImageToBufferTestInstance() argument 120 , m_fillValue (fillValue) in CopyImageToBufferTestInstance() 319 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member 370 …pyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData[ndx].fillValue, testData[ndx].d… in createCopyImageToFloatBufferTests()
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | TestUtils.java | 57 public static byte[] preFilledBytes(int length, int fillValue) { in preFilledBytes() argument 59 Arrays.fill(result, (byte) fillValue); in preFilledBytes()
|
/external/angle/src/compiler/translator/ |
D | ShaderVars.cpp | 550 void WorkGroupSize::fill(int fillValue) in fill() argument 552 localSizeQualifiers[0] = fillValue; in fill() 553 localSizeQualifiers[1] = fillValue; in fill() 554 localSizeQualifiers[2] = fillValue; in fill()
|
/external/angle/include/GLSLANG/ |
D | ShaderVars.h | 297 void fill(int fillValue);
|
/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()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1132 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local 1134 val[i] = fillValue; in ashr()
|