Searched refs:AddDescriptorEntry (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/amber/src/ |
D | pipeline_test.cc | 425 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry1)); in TEST_F() 433 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry2)); in TEST_F() 470 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry1)); in TEST_F() 478 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry2)); in TEST_F() 509 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry1)); in TEST_F() 517 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry2)); in TEST_F() 525 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry2)); in TEST_F() 562 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry1)); in TEST_F() 572 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry2)); in TEST_F() 582 p.GetShaders()[0].AddDescriptorEntry("my_main", std::move(entry3)); in TEST_F() [all …]
|
D | clspv_helper.cc | 107 helper->shader_info->AddDescriptorEntry(helper->strings[kernel_id], in ParseExtendedInst() 133 helper->shader_info->AddDescriptorEntry(helper->strings[kernel_id], in ParseExtendedInst() 156 helper->shader_info->AddDescriptorEntry(helper->strings[kernel_id], in ParseExtendedInst()
|
D | pipeline.h | 138 void AddDescriptorEntry(const std::string& kernel, in AddDescriptorEntry() function
|