Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkValidatorOptions.hpp31 struct SpirvValidatorOptions struct
33 enum BlockLayoutRules
45SpirvValidatorOptions(deUint32 the_vulkan_version = VK_MAKE_VERSION(1, 0, 0), BlockLayoutRules the… in SpirvValidatorOptions() argument
50 deUint32 vulkanVersion;
53 BlockLayoutRules blockLayout;
DvkSpirVAsm.cpp217 bool validateSpirV (size_t, const deUint32*, std::ostream*, const SpirvValidatorOptions&) in validateSpirV()