Home
last modified time | relevance | path

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

/external/angle/src/common/
Dmathutil.h733 struct IndexRange struct
737 IndexRange(Undefined) {} in IndexRange() argument
738 IndexRange() : IndexRange(0, 0, 0) {} in IndexRange() function
739 IndexRange(size_t start_, size_t end_, size_t vertexIndexCount_) in IndexRange() function
746 size_t vertexCount() const { return (end - start) + 1; } in vertexCount()
749 size_t start;
750 size_t end;
753 size_t vertexIndexCount;
/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() argument
48 uint32_t start;
49 uint32_t end;
/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.h79 IndexRange() : Fixed(false), TiedEnd(false) {} in IndexRange() function