/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_annotation_test.cpp | 71 const auto deco = GetParam(); in TEST_P() local 77 deco + R"( in TEST_P() 89 const auto deco = GetParam(); in TEST_P() local 94 OpDecorate %struct )" + deco + in TEST_P() 116 const auto deco = GetParam(); in TEST_P() local 131 deco + R"( in TEST_P() 163 const std::string deco = GetParam(); in TEST_P() local 169 OpDecorate %struct )" + deco + in TEST_P() 179 const std::string deco = GetParam(); in TEST_P() local 185 OpDecorate %int )" + deco + R"( in TEST_P() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_annotation_test.cpp | 72 const auto deco = GetParam(); in TEST_P() local 78 deco + R"( in TEST_P() 90 const auto deco = GetParam(); in TEST_P() local 95 OpDecorate %struct )" + deco + in TEST_P() 117 const auto deco = GetParam(); in TEST_P() local 132 deco + R"( in TEST_P() 164 const std::string deco = GetParam(); in TEST_P() local 170 OpDecorate %struct )" + deco + in TEST_P() 180 const std::string deco = GetParam(); in TEST_P() local 186 OpDecorate %int )" + deco + R"( in TEST_P() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_annotation_test.cpp | 72 const auto deco = GetParam(); in TEST_P() local 78 deco + R"( in TEST_P() 90 const auto deco = GetParam(); in TEST_P() local 95 OpDecorate %struct )" + deco + in TEST_P() 117 const auto deco = GetParam(); in TEST_P() local 132 deco + R"( in TEST_P() 164 const std::string deco = GetParam(); in TEST_P() local 170 OpDecorate %struct )" + deco + in TEST_P() 180 const std::string deco = GetParam(); in TEST_P() local 186 OpDecorate %int )" + deco + R"( in TEST_P() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | eliminate_dead_output_stores_pass.cpp | 81 [&start_loc](const Instruction& deco) { in KillAllDeadStoresOfLocRef() argument 82 assert(deco.opcode() == spv::Op::OpDecorate && "unexpected decoration"); in KillAllDeadStoresOfLocRef() 83 start_loc = deco.GetSingleWordInOperand(kDecorationLocationInIdx); in KillAllDeadStoresOfLocRef() 88 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in KillAllDeadStoresOfLocRef() argument 89 if (deco.opcode() != spv::Op::OpDecorate) in KillAllDeadStoresOfLocRef() 122 [&builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef() argument 123 assert(deco.opcode() == spv::Op::OpDecorate && "unexpected decoration"); in KillAllDeadStoresOfBuiltinRef() 124 builtin = deco.GetSingleWordInOperand(kOpDecorateBuiltInLiteralInIdx); in KillAllDeadStoresOfBuiltinRef() 157 [ac_idx, &builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef() argument 158 assert(deco.opcode() == spv::Op::OpMemberDecorate && in KillAllDeadStoresOfBuiltinRef() [all …]
|
D | liveness.cpp | 205 [&loc, index, no_loc](const Instruction& deco) { in AnalyzeAccessChainLoc() argument 206 assert(deco.opcode() == spv::Op::OpMemberDecorate && in AnalyzeAccessChainLoc() 208 if (deco.GetSingleWordInOperand(kOpDecorateMemberMemberInIdx) == in AnalyzeAccessChainLoc() 211 deco.GetSingleWordInOperand(kOpDecorateMemberLocationInIdx); in AnalyzeAccessChainLoc() 242 [&loc](const Instruction& deco) { in MarkRefLive() argument 243 assert(deco.opcode() == spv::Op::OpDecorate && "unexpected decoration"); in MarkRefLive() 244 loc = deco.GetSingleWordInOperand(kDecorationLocationInIdx); in MarkRefLive() 249 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in MarkRefLive() argument 250 if (deco.opcode() != spv::Op::OpDecorate) in MarkRefLive()
|
D | inst_bindless_check_pass.cpp | 658 for (const auto& deco : decos) { in AnalyzeDescriptorReference() local 659 spv::Decoration d = spv::Decoration(deco->GetSingleWordInOperand(1u)); in AnalyzeDescriptorReference() 661 ref->set = deco->GetSingleWordInOperand(2u); in AnalyzeDescriptorReference() 663 ref->binding = deco->GetSingleWordInOperand(2u); in AnalyzeDescriptorReference() 717 for (const auto& deco : decos) { in AnalyzeDescriptorReference() local 718 spv::Decoration d = spv::Decoration(deco->GetSingleWordInOperand(1u)); in AnalyzeDescriptorReference() 720 ref->set = deco->GetSingleWordInOperand(2u); in AnalyzeDescriptorReference() 722 ref->binding = deco->GetSingleWordInOperand(2u); in AnalyzeDescriptorReference()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | eliminate_dead_output_stores_pass.cpp | 81 [&start_loc](const Instruction& deco) { in KillAllDeadStoresOfLocRef() argument 82 assert(deco.opcode() == spv::Op::OpDecorate && "unexpected decoration"); in KillAllDeadStoresOfLocRef() 83 start_loc = deco.GetSingleWordInOperand(kDecorationLocationInIdx); in KillAllDeadStoresOfLocRef() 88 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in KillAllDeadStoresOfLocRef() argument 89 if (deco.opcode() != spv::Op::OpDecorate) in KillAllDeadStoresOfLocRef() 122 [&builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef() argument 123 assert(deco.opcode() == spv::Op::OpDecorate && "unexpected decoration"); in KillAllDeadStoresOfBuiltinRef() 124 builtin = deco.GetSingleWordInOperand(kOpDecorateBuiltInLiteralInIdx); in KillAllDeadStoresOfBuiltinRef() 157 [ac_idx, &builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef() argument 158 assert(deco.opcode() == spv::Op::OpMemberDecorate && in KillAllDeadStoresOfBuiltinRef() [all …]
|
D | liveness.cpp | 205 [&loc, index, no_loc](const Instruction& deco) { in AnalyzeAccessChainLoc() argument 206 assert(deco.opcode() == spv::Op::OpMemberDecorate && in AnalyzeAccessChainLoc() 208 if (deco.GetSingleWordInOperand(kOpDecorateMemberMemberInIdx) == in AnalyzeAccessChainLoc() 211 deco.GetSingleWordInOperand(kOpDecorateMemberLocationInIdx); in AnalyzeAccessChainLoc() 242 [&loc](const Instruction& deco) { in MarkRefLive() argument 243 assert(deco.opcode() == spv::Op::OpDecorate && "unexpected decoration"); in MarkRefLive() 244 loc = deco.GetSingleWordInOperand(kDecorationLocationInIdx); in MarkRefLive() 249 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in MarkRefLive() argument 250 if (deco.opcode() != spv::Op::OpDecorate) in MarkRefLive()
|
/external/autotest/client/bin/ |
D | kernel_versions.py | 80 deco = [ (version_encode(v), i, v) for i, v in 82 deco.sort() 83 versions = [ v for _, _, v in deco ]
|
/external/autotest/client/common_lib/ |
D | kernel_versions.py | 80 deco = [ (version_encode(v), i, v) for i, v in 82 deco.sort() 83 versions = [ v for _, _, v in deco ]
|
/external/python/cpython2/Lib/ |
D | quopri.py | 204 deco = 0 208 if o == '-d': deco = 1 209 if tabs and deco: 225 if deco:
|
/external/python/cpython3/Lib/ |
D | quopri.py | 207 deco = False 211 if o == '-d': deco = True 212 if tabs and deco: 229 if deco:
|
D | ast.py | 981 for deco in node.decorator_list: 983 self.traverse(deco) 1011 for deco in node.decorator_list: 1013 self.traverse(deco)
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_skipping.py | 35 for deco, do_skip, dont_skip in op_table: 37 @deco(do_skip, "testing") 40 @deco(dont_skip, "testing")
|
/external/scapy/scapy/ |
D | automaton.py | 273 def deco(f,initial=initial, final=final): function 290 return deco 293 def deco(f,cond=cond): function 299 return deco 302 def deco(f, state=state): function 308 return deco 311 def deco(f, state=state): function 317 return deco 320 def deco(f, state=state): function 328 return deco [all …]
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | support.py | 62 def deco(test): function 70 return deco
|
/external/python/cpython3/Lib/tkinter/test/ |
D | support.py | 89 def deco(test): function 97 return deco
|
/external/python/cpython2/Doc/tools/ |
D | rstlint.py | 56 def deco(func): function 62 return deco
|
/external/python/cpython3/Doc/tools/ |
D | rstlint.py | 58 def deco(func): function 64 return deco
|
/external/arm-trusted-firmware/plat/imx/common/include/ |
D | imx_caam.h | 57 struct caam_deco deco[CAAM_NUM_DECO]; member
|
/external/python/cpython2/Lib/test/ |
D | test_decorators.py | 199 def deco(func): function 201 return deco
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 227 for deco in t.decorator_list: 229 self.dispatch(deco) 243 for deco in t.decorator_list: 245 self.dispatch(deco)
|
/external/python/cffi/testing/cffi1/ |
D | test_ffi_obj.py | 135 deco = ffi.callback("int(int)", error=-66) 136 assert deco(lambda x: x + "")(10) == -66 137 assert deco(lambda x: x + 42)(10) == 52
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_skipping.py | 88 for deco, do_skip, dont_skip in op_table: 93 @deco(do_skip, "testing") 96 @deco(dont_skip, "testing")
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 225 def deco(func): function 227 return deco
|