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

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_memory.cpp 312 const auto visible_scope = GetMakeVisibleScope(inst, mask); local
313 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error;
    [all...]
validate_image.cpp 540 const auto visible_scope = inst->word(word_index++); local
541 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error;
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_memory.cpp 335 const auto visible_scope = GetMakeVisibleScope(inst, mask); local
336 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error;
    [all...]
validate_image.cpp 540 const auto visible_scope = inst->word(word_index++); local
541 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error;
    [all...]

Completed in 83 milliseconds