Searched defs:inputInts2 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 507 …otProductOutputs(int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, in fillDotProductOutputs() 540 vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpSDotKHRComputeTests() 581 vector<T> inputInts2(numElements * alignedVecLen, 0); in addOpSDotKHRComputeTests() local 638 vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpUDotKHRComputeTests() 680 vector<T> inputInts2(numElements * alignedVecLen, 0); in addOpUDotKHRComputeTests() local 737 vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, in addOpSUDotKHRComputeTests() 779 vector<RHSOperandT> inputInts2(numElements * alignedVecLen, 0); in addOpSUDotKHRComputeTests() local 839 … int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpSDotAccSatKHRComputeTests() 888 vector<T> inputInts2(numElements * alignedVecLen, 0); in addOpSDotAccSatKHRComputeTests() local 948 … int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpUDotAccSatKHRComputeTests() [all …]
|
H A D | vktSpvAsmInstructionTests.cpp | 2544 vector<int32_t> inputInts2(numElements, 0); in createOpSRemComputeGroup() local 2634 vector<int64_t> inputInts2(numElements, 0); in createOpSRemComputeGroup64() local 2738 vector<int32_t> inputInts2(numElements, 0); in createOpSModComputeGroup() local 2848 vector<int64_t> inputInts2(numElements, 0); in createOpSModComputeGroup64() local
|