Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h45 struct IndexRange { struct
46 IndexRange(uint32_t start_in, uint32_t end_in) : start(start_in), end(end_in) {} in IndexRange() function
48 uint32_t start;
49 uint32_t end;
/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.h79 IndexRange() : Fixed(false), TiedEnd(false) {} in IndexRange() function