Home
last modified time | relevance | path

Searched refs:Int32Buffer (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp77 typedef Buffer<deInt32> Int32Buffer; typedef
DvktSpvAsmInstructionTests.cpp1316 spec.inputs.push_back(BufferSp(new Int32Buffer(inputInts))); in createSpecConstantGroup()
1317 spec.outputs.push_back(BufferSp(new Int32Buffer(cases[caseNdx].expectedOutput))); in createSpecConstantGroup()
1380 spec.inputs.push_back(BufferSp(new Int32Buffer(inputInts))); in createSpecConstantGroup()
1381 spec.outputs.push_back(BufferSp(new Int32Buffer(outputInts3))); in createSpecConstantGroup()