Searched refs:fillRandomInt64sLogDistributed (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 788 static void fillRandomInt64sLogDistributed(de::Random &rnd, vector<int64_t> &dst, int numValues) in fillRandomInt64sLogDistributed() function 795 static void fillRandomInt64sLogDistributed(de::Random &rnd, vector<int64_t> &dst, int numValues, Fi… in fillRandomInt64sLogDistributed() function 2639 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements, filterNonNegative); in createOpSRemComputeGroup64() 2640 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterPositive); in createOpSRemComputeGroup64() 2644 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements); in createOpSRemComputeGroup64() 2645 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterNotZero); in createOpSRemComputeGroup64() 2853 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements, filterNonNegative); in createOpSModComputeGroup64() 2854 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterPositive); in createOpSModComputeGroup64() 2858 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements); in createOpSModComputeGroup64() 2859 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterNotZero); in createOpSModComputeGroup64()
|