Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp99 deUint32 fillValue, in FillUpdateCopyBufferTestCase()
138 const deUint32 fillValue, in FillUpdateCopyBufferTestInstance()
313 } fillValue; in createFillUpdateCopyBufferFloatTests() member
379 …} fillValue = { rnd.getFloat(std::numeric_limits<float>::min(), std::numeric_limits<float>::ma… in createFillUpdateCopyBufferFloatTests() local
424 } fillValue; in createFillUpdateCopyBufferIntegerTests() member
490 …} fillValue = { rnd.getInt(std::numeric_limits<deInt32>::min(), std::numeric_limits<deInt32>::… in createFillUpdateCopyBufferIntegerTests() local
532 deUint32 fillValue; in createFillUpdateCopyBufferUnsignedTests() member
595 const deUint32 fillValue = rnd.getUint32(); in createFillUpdateCopyBufferUnsignedTests() local
DvktProtectedMemCopyBufferToImageTests.cpp80 deUint32 fillValue, in CopyBufferToImageTestCase()
116 const deUint32 fillValue, in CopyBufferToImageTestInstance()
324 } fillValue; in createCopyBufferToImageTests() member
396 } fillValue = { rnd.getFloat(0.0, 1.0f) }; in createCopyBufferToImageTests() local
DvktProtectedMemCopyImageToBufferTests.cpp84 vk::VkClearColorValue fillValue, in CopyImageToBufferTestCase()
127 const vk::VkClearColorValue fillValue, in CopyImageToBufferTestInstance()
331 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member
/external/armnn/delegate/test/
DFillTestHelper.hpp29 const std::vector<T> fillValue) in CreateFillTfLiteModel()
119 T fillValue) in FillTest()
/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.cpp567 void WorkGroupSize::fill(int fillValue) in fill()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/
Dlhlo_legalize_to_affine.cc197 static void fillBuffer(Location loc, Value buffer, Value fillValue, in fillBuffer()
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp163 const uint32_t fillValue = ((condValue != 0u) ? 0u : 1u); in ConditionBuffer() local
/external/llvm/lib/Support/
DAPInt.cpp1132 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1091 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local