Home
last modified time | relevance | path

Searched refs:fillValue (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp79 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 …]
DvktProtectedMemCopyBufferToImageTests.cpp61 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()
DvktProtectedMemCopyImageToBufferTests.cpp64 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()
318 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member
369 …pyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData[ndx].fillValue, testData[ndx].d… in createCopyImageToFloatBufferTests()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp550 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()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h303 void fill(int fillValue);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1091 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
1093 val[i] = fillValue; in ashr()