Searched refs:fillRandomInt64sLogDistributed (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 784 static void fillRandomInt64sLogDistributed (de::Random& rnd, vector<deInt64>& dst, int numValues) in fillRandomInt64sLogDistributed() function 791 static void fillRandomInt64sLogDistributed (de::Random& rnd, vector<deInt64>& dst, int numValues, FilterT filter) in fillRandomInt64sLogDistributed() function 2551 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements, filterNonNegative); in createOpSRemComputeGroup64() 2552 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterPositive); in createOpSRemComputeGroup64() 2556 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements); in createOpSRemComputeGroup64() 2557 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterNotZero); in createOpSRemComputeGroup64() 2771 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements, filterNonNegative); in createOpSModComputeGroup64() 2772 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterPositive); in createOpSModComputeGroup64() 2776 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements); in createOpSModComputeGroup64() 2777 fillRandomInt64sLogDistributed(rn in createOpSModComputeGroup64() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 783 static void fillRandomInt64sLogDistributed (de::Random& rnd, vector<deInt64>& dst, int numValues) in fillRandomInt64sLogDistributed() function 790 static void fillRandomInt64sLogDistributed (de::Random& rnd, vector<deInt64>& dst, int numValues, FilterT filter) in fillRandomInt64sLogDistributed() function 2549 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements, filterNonNegative); in createOpSRemComputeGroup64() 2550 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterPositive); in createOpSRemComputeGroup64() 2554 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements); in createOpSRemComputeGroup64() 2555 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterNotZero); in createOpSRemComputeGroup64() 2769 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements, filterNonNegative); in createOpSModComputeGroup64() 2770 fillRandomInt64sLogDistributed(rnd, inputInts2, numElements, filterPositive); in createOpSModComputeGroup64() 2774 fillRandomInt64sLogDistributed(rnd, inputInts1, numElements); in createOpSModComputeGroup64() 2775 fillRandomInt64sLogDistributed(rn in createOpSModComputeGroup64() [all...] |
Completed in 15 milliseconds