Searched defs:inputInts1 (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 void fillDotProductOutputs(int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &i… in fillDotProductOutputs() 540 vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpSDotKHRComputeTests() 580 vector<T> inputInts1(numElements * alignedVecLen, 0); in addOpSDotKHRComputeTests() local 638 vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpUDotKHRComputeTests() 679 vector<T> inputInts1(numElements * alignedVecLen, 0); in addOpUDotKHRComputeTests() local 737 vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, in addOpSUDotKHRComputeTests() 778 vector<LHSOperandT> inputInts1(numElements * alignedVecLen, 0); in addOpSUDotKHRComputeTests() local 839 … int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpSDotAccSatKHRComputeTests() 887 vector<T> inputInts1(numElements * alignedVecLen, 0); in addOpSDotAccSatKHRComputeTests() local 948 … int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, in addOpUDotAccSatKHRComputeTests() [all …]
|
H A D | vktSpvAsmInstructionTests.cpp | 2543 vector<int32_t> inputInts1(numElements, 0); in createOpSRemComputeGroup() local 2633 vector<int64_t> inputInts1(numElements, 0); in createOpSRemComputeGroup64() local 2737 vector<int32_t> inputInts1(numElements, 0); in createOpSModComputeGroup() local 2847 vector<int64_t> inputInts1(numElements, 0); in createOpSModComputeGroup64() local
|