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

  /external/vulkan-validation-layers/layers/
core_validation.cpp 201 struct spirv_inst_iter { struct in namespace:core_validation
220 spirv_inst_iter() {}
222 spirv_inst_iter(std::vector<uint32_t>::const_iterator zero, std::vector<uint32_t>::const_iterator it) : zero(zero), it(it) {}
224 bool operator==(spirv_inst_iter const &other) { return it == other.it; }
226 bool operator!=(spirv_inst_iter const &other) { return it != other.it; }
228 spirv_inst_iter operator++(int) { /* x++ */
229 spirv_inst_iter ii = *this;
234 spirv_inst_iter operator++() { /* ++x; */
240 spirv_inst_iter &operator*() { return *this; }
241 spirv_inst_iter const &operator*() const { return *this;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 187 struct spirv_inst_iter { struct in namespace:core_validation
206 spirv_inst_iter() {}
208 spirv_inst_iter(std::vector<uint32_t>::const_iterator zero, std::vector<uint32_t>::const_iterator it) : zero(zero), it(it) {}
210 bool operator==(spirv_inst_iter const &other) { return it == other.it; }
212 bool operator!=(spirv_inst_iter const &other) { return it != other.it; }
214 spirv_inst_iter operator++(int) { /* x++ */
215 spirv_inst_iter ii = *this;
220 spirv_inst_iter operator++() { /* ++x; */
226 spirv_inst_iter &operator*() { return *this; }
227 spirv_inst_iter const &operator*() const { return *this;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 187 struct spirv_inst_iter { struct in namespace:core_validation
206 spirv_inst_iter() {}
208 spirv_inst_iter(std::vector<uint32_t>::const_iterator zero, std::vector<uint32_t>::const_iterator it) : zero(zero), it(it) {}
210 bool operator==(spirv_inst_iter const &other) { return it == other.it; }
212 bool operator!=(spirv_inst_iter const &other) { return it != other.it; }
214 spirv_inst_iter operator++(int) { /* x++ */
215 spirv_inst_iter ii = *this;
220 spirv_inst_iter operator++() { /* ++x; */
226 spirv_inst_iter &operator*() { return *this; }
227 spirv_inst_iter const &operator*() const { return *this;
    [all...]

Completed in 60 milliseconds