Searched refs:fillWithRandomFloatingPoint (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSubresourceLayoutTests.cpp | 289 // Helpers to make fillWithRandomFloatingPoint a template. Returns normal numbers in the range [0, 1). 324 void fillWithRandomFloatingPoint (de::Random& rnd, void* location, VkDeviceSize length) in fillWithRandomFloatingPoint() function 407 fillWithRandomFloatingPoint<float>(rnd, bufferPtr, bufferSize); in iterateAspect() 409 fillWithRandomFloatingPoint<double>(rnd, bufferPtr, bufferSize); in iterateAspect() 411 fillWithRandomFloatingPoint<tcu::Float16>(rnd, bufferPtr, bufferSize); in iterateAspect()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSubresourceLayoutTests.cpp | 294 // Helpers to make fillWithRandomFloatingPoint a template. Returns normal numbers in the range [0, 1). 329 void fillWithRandomFloatingPoint (de::Random& rnd, void* location, VkDeviceSize length) in fillWithRandomFloatingPoint() function 412 fillWithRandomFloatingPoint<float>(rnd, bufferPtr, bufferSize); in iterateAspect() 414 fillWithRandomFloatingPoint<double>(rnd, bufferPtr, bufferSize); in iterateAspect() 416 fillWithRandomFloatingPoint<tcu::Float16>(rnd, bufferPtr, bufferSize); in iterateAspect()
|
Completed in 4 milliseconds