HomeSort by relevance Sort by last modified time
    Searched refs:ModuleLayoutSection (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.h 40 enum ModuleLayoutSection {
125 ModuleLayoutSection current_layout_section() const;
358 ModuleLayoutSection current_layout_section_;
validation_state.cpp 34 bool IsInstructionInLayoutSection(ModuleLayoutSection layout, SpvOp op) {
230 ModuleLayoutSection ValidationState_t::current_layout_section() const {
238 static_cast<ModuleLayoutSection>(current_layout_section_ + 1);

Completed in 125 milliseconds