Home
last modified time | relevance | path

Searched refs:deco (Results 1 – 25 of 36) sorted by relevance

12

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_annotation_test.cpp71 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/
Dval_annotation_test.cpp72 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/
Dval_annotation_test.cpp72 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/
Deliminate_dead_output_stores_pass.cpp81 [&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 …]
Dliveness.cpp205 [&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()
Dinst_bindless_check_pass.cpp658 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/
Deliminate_dead_output_stores_pass.cpp81 [&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 …]
Dliveness.cpp205 [&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/
Dkernel_versions.py80 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/
Dkernel_versions.py80 deco = [ (version_encode(v), i, v) for i, v in
82 deco.sort()
83 versions = [ v for _, _, v in deco ]
/external/python/cpython2/Lib/
Dquopri.py204 deco = 0
208 if o == '-d': deco = 1
209 if tabs and deco:
225 if deco:
/external/python/cpython3/Lib/
Dquopri.py207 deco = False
211 if o == '-d': deco = True
212 if tabs and deco:
229 if deco:
Dast.py981 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/
Dtest_skipping.py35 for deco, do_skip, dont_skip in op_table:
37 @deco(do_skip, "testing")
40 @deco(dont_skip, "testing")
/external/scapy/scapy/
Dautomaton.py273 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/
Dsupport.py62 def deco(test): function
70 return deco
/external/python/cpython3/Lib/tkinter/test/
Dsupport.py89 def deco(test): function
97 return deco
/external/python/cpython2/Doc/tools/
Drstlint.py56 def deco(func): function
62 return deco
/external/python/cpython3/Doc/tools/
Drstlint.py58 def deco(func): function
64 return deco
/external/arm-trusted-firmware/plat/imx/common/include/
Dimx_caam.h57 struct caam_deco deco[CAAM_NUM_DECO]; member
/external/python/cpython2/Lib/test/
Dtest_decorators.py199 def deco(func): function
201 return deco
/external/python/cpython2/Demo/parser/
Dunparse.py227 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/
Dtest_ffi_obj.py135 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/
Dtest_skipping.py88 for deco, do_skip, dont_skip in op_table:
93 @deco(do_skip, "testing")
96 @deco(dont_skip, "testing")
/external/python/cpython3/Lib/test/
Dtest_decorators.py225 def deco(func): function
227 return deco

12