Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A 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;
102 const bool graphicsFeaturesRequired;
104 GraphicsResources() in GraphicsResources() argument