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

  /external/deqp-deps/SPIRV-Tools/source/opt/
unify_const_pass.cpp 119 if (get_def_use_mgr()->GetAnnotations(inst->result_id()).size() != 0) {
def_use_manager.h 196 std::vector<Instruction*> GetAnnotations(uint32_t id) const;
def_use_manager.cpp 210 std::vector<Instruction*> DefUseManager::GetAnnotations(uint32_t id) const {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
unify_const_pass.cpp 119 if (get_def_use_mgr()->GetAnnotations(inst->result_id()).size() != 0) {
def_use_manager.h 196 std::vector<Instruction*> GetAnnotations(uint32_t id) const;
def_use_manager.cpp 210 std::vector<Instruction*> DefUseManager::GetAnnotations(uint32_t id) const {
  /art/dexlayout/
dex_verify.cc 441 if (!VerifyAnnotationSetRefList(orig_param->GetAnnotations(),
442 output_param->GetAnnotations(),
    [all...]
dex_ir.h     [all...]
dex_writer.cc 455 annotation_buffer[1] = parameter->GetAnnotations()->GetOffset();
    [all...]
dexlayout.cc 756 for (dex_ir::AnnotationSetItem* annotation : *parameter->GetAnnotations()->GetItems()) {
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/opt/
def_use_test.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
def_use_test.cpp     [all...]

Completed in 214 milliseconds