Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp536 …spec.inputs.push_back(Resource(BufferSp(new Uint32Buffer(inputData)), VK_DESCRIPTOR_TYPE_STORAGE_B… in addComputeWorkgroupMemoryTests()
537 …spec.outputs.push_back(Resource(BufferSp(new Uint32Buffer(outputData)), VK_DESCRIPTOR_TYPE_STORAGE… in addComputeWorkgroupMemoryTests()
DvktSpvAsmComputeShaderTestUtil.hpp322 typedef Buffer<deUint32> Uint32Buffer; typedef
DvktSpvAsmTypeTests.cpp2639 resource.push_back(Resource(BufferSp(new Uint32Buffer(data)), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in pushResource()
DvktSpvAsmInstructionTests.cpp10984 …specResource.inputs.push_back(Resource(BufferSp(new Uint32Buffer(inputDataNdx)), VK_DESCRIPTOR_TYP… in createFloat16VectorExtractSet()
11222 …specResource.inputs.push_back(Resource(BufferSp(new Uint32Buffer(inputDataNdx)), VK_DESCRIPTOR_TYP… in createFloat16VectorInsertSet()