Home
last modified time | relevance | path

Searched defs:GraphicsResources (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp83 struct GraphicsResources struct
86 std::vector<Resource> inputs;
88 VkFormat inputFormat;
92 std::vector<Resource> outputs;
99 VerifyIOFunc verifyIO;
100 GraphicsVerifyBinaryFunc verifyBinary;
101 SpirvVersion spirvVersion;
103 GraphicsResources() in GraphicsResources() argument