Searched defs:fillValue (Results 1 – 10 of 10) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 99 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
|
| D | vktProtectedMemCopyBufferToImageTests.cpp | 80 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
|
| D | vktProtectedMemCopyImageToBufferTests.cpp | 84 vk::VkClearColorValue fillValue, in CopyImageToBufferTestCase() 127 const vk::VkClearColorValue fillValue, in CopyImageToBufferTestInstance() 331 const vk::VkClearColorValue fillValue; in createCopyImageToFloatBufferTests() member
|
| /external/armnn/delegate/test/ |
| D | FillTestHelper.hpp | 29 const std::vector<T> fillValue) in CreateFillTfLiteModel() 119 T fillValue) in FillTest()
|
| /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 | 567 void WorkGroupSize::fill(int fillValue) in fill()
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
| D | lhlo_legalize_to_affine.cc | 197 static void fillBuffer(Location loc, Value buffer, Value fillValue, in fillBuffer()
|
| /external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
| D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 163 const uint32_t fillValue = ((condValue != 0u) ? 0u : 1u); in ConditionBuffer() local
|
| /external/llvm/lib/Support/ |
| D | APInt.cpp | 1132 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | APInt.cpp | 1091 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
|