Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp317 virtual BufferSp constructInputBuffer(const ValueId* twoArguments) const = 0;
337 BufferSp constructInputBuffer(const ValueId* twoArguments) const;
351 BufferSp TypeValues<FLOAT_TYPE>::constructInputBuffer(const ValueId* twoArguments) const in constructInputBuffer() function in vkt::SpirVAssembly::__anon5984e4560111::TypeValues
2569 BufferSp inBufferSp = inTypeValues->constructInputBuffer(testCase.input); in fillShaderSpec()
3117 BufferSp inBufferSp = inTypeValues->constructInputBuffer(testCase.input); in createInstanceContext()