/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_annotation_test.cpp | 236 const auto deco = GetParam(); in TEST_P() local 254 const auto deco = GetParam(); in TEST_P() local 281 const auto deco = GetParam(); in TEST_P() local 328 const std::string deco = GetParam(); in TEST_P() local 344 const std::string deco = GetParam(); in TEST_P() local 360 const std::string deco = GetParam(); in TEST_P() local 378 const auto deco = GetParam(); in TEST_P() local 401 const std::string deco = GetParam(); in TEST_P() local 425 const auto deco = GetParam(); in TEST_P() local 442 const auto deco = GetParam(); in TEST_P() local [all …]
|
/external/angle/third_party/spirv-tools/src/test/val/ |
D | val_annotation_test.cpp | 279 const auto deco = GetParam(); in TEST_P() local 297 const auto deco = GetParam(); in TEST_P() local 324 const auto deco = GetParam(); in TEST_P() local 371 const std::string deco = GetParam(); in TEST_P() local 387 const std::string deco = GetParam(); in TEST_P() local 403 const std::string deco = GetParam(); in TEST_P() local 421 const auto deco = GetParam(); in TEST_P() local 444 const std::string deco = GetParam(); in TEST_P() local 468 const auto deco = GetParam(); in TEST_P() local 485 const auto deco = GetParam(); in TEST_P() local [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_annotation_test.cpp | 279 const auto deco = GetParam(); in TEST_P() local 297 const auto deco = GetParam(); in TEST_P() local 324 const auto deco = GetParam(); in TEST_P() local 371 const std::string deco = GetParam(); in TEST_P() local 387 const std::string deco = GetParam(); in TEST_P() local 403 const std::string deco = GetParam(); in TEST_P() local 421 const auto deco = GetParam(); in TEST_P() local 444 const std::string deco = GetParam(); in TEST_P() local 468 const auto deco = GetParam(); in TEST_P() local 485 const auto deco = GetParam(); in TEST_P() local [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | eliminate_dead_output_stores_pass.cpp | 81 [&start_loc](const Instruction& deco) { in KillAllDeadStoresOfLocRef() 88 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in KillAllDeadStoresOfLocRef() 125 [&builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef() 160 [ac_idx, &builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef()
|
D | switch_descriptorset_pass.cpp | 32 for (const auto& deco : decos) { in Process() local
|
D | liveness.cpp | 213 [&loc, index, no_loc](const Instruction& deco) { in AnalyzeAccessChainLoc() 251 [&loc](const Instruction& deco) { in MarkRefLive() 258 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in MarkRefLive()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | eliminate_dead_output_stores_pass.cpp | 81 [&start_loc](const Instruction& deco) { in KillAllDeadStoresOfLocRef() 88 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in KillAllDeadStoresOfLocRef() 122 [&builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef() 157 [ac_idx, &builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef()
|
D | switch_descriptorset_pass.cpp | 32 for (const auto& deco : decos) { in Process() local
|
D | liveness.cpp | 205 [&loc, index, no_loc](const Instruction& deco) { in AnalyzeAccessChainLoc() 242 [&loc](const Instruction& deco) { in MarkRefLive() 249 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in MarkRefLive()
|
D | inst_bindless_check_pass.cpp | 297 for (const auto& deco : decos) { in AnalyzeDescriptorReference() local 356 for (const auto& deco : decos) { in AnalyzeDescriptorReference() local
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | eliminate_dead_output_stores_pass.cpp | 81 [&start_loc](const Instruction& deco) { in KillAllDeadStoresOfLocRef() 88 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in KillAllDeadStoresOfLocRef() 125 [&builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef() 160 [ac_idx, &builtin](const Instruction& deco) { in KillAllDeadStoresOfBuiltinRef()
|
D | switch_descriptorset_pass.cpp | 32 for (const auto& deco : decos) { in Process() local
|
D | liveness.cpp | 213 [&loc, index, no_loc](const Instruction& deco) { in AnalyzeAccessChainLoc() 251 [&loc](const Instruction& deco) { in MarkRefLive() 258 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in MarkRefLive()
|
D | resolve_binding_conflicts_pass.cpp | 194 for (auto* deco : deco_mgr->GetDecorationsFor(inst.result_id(), false)) { in GetVarBindings() local
|
D | split_combined_image_sampler_pass.cpp | 387 spv::Decoration deco{use.user->GetSingleWordInOperand(1)}; in RemapUses() local
|
/external/pytorch/test/dynamo/ |
D | test_cudagraphs.py | 16 def deco(f): function 25 def deco(f): function
|
/external/scapy/scapy/ |
D | automaton.py | 514 def deco(f, initial=initial, final=final): function 542 def deco(f, cond=cond): function 554 def deco(f, state=state): function 566 def deco(f, state=state): function 582 def deco(f, state=state): function 596 def deco(f, state=state, timeout=Timer(timeout)): function 609 def deco(f, state=state, timeout=Timer(timeout, prio=prio, autoreload=True)): function 622 def deco(f, state=state): function
|
/external/pytorch/torch/_dynamo/variables/ |
D | script_object.py | 14 def deco(fn): function
|
/external/python/cpython3/Lib/test/test_tkinter/ |
D | support.py | 87 def deco(test): function
|
/external/scapy/scapy/layers/msrpce/ |
D | rpcserver.py | 105 def deco(func): function
|
/external/trusty/arm-trusted-firmware/plat/imx/common/include/ |
D | imx_caam.h | 57 struct caam_deco deco[CAAM_NUM_DECO]; member
|
/external/arm-trusted-firmware/plat/imx/common/include/ |
D | imx_caam.h | 57 struct caam_deco deco[CAAM_NUM_DECO]; member
|
/external/pytorch/torch/csrc/ |
D | Device.cpp | 201 py::object deco = in THPDevice_call() local
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 224 def deco(func): function
|
/external/python/cpython3/Lib/test/test_inspect/ |
D | inspect_fodder2.py | 265 def deco(f): function
|