Home
last modified time | relevance | path

Searched refs:SetLayout (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dformat_test.cc59 fmt.SetLayout(Format::Format::Layout::kStd140); in TEST_F()
82 fmt.SetLayout(Format::Format::Layout::kStd140); in TEST_P()
280 fmt.SetLayout(Format::Layout::kStd140); in TEST_F()
296 fmt.SetLayout(Format::Layout::kStd140); in TEST_F()
316 fmt.SetLayout(Format::Format::Layout::kStd430); in TEST_F()
337 fmt.SetLayout(Format::Format::Layout::kStd140); in TEST_F()
363 fmt.SetLayout(Format::Layout::kStd430); in TEST_F()
385 fmt.SetLayout(Format::Layout::kStd430); in TEST_F()
415 fmt.SetLayout(Format::Format::Layout::kStd140); in TEST_F()
432 fmt.SetLayout(Format::Layout::kStd430); in TEST_F()
[all …]
Dformat.h93 void SetLayout(Layout layout);
Dbuffer_test.cc103 fmt.SetLayout(Format::Layout::kStd140); in TEST_F()
Dformat.cc99 void Format::SetLayout(Layout layout) { in SetLayout() function in amber::Format
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc2247 buffer->GetFormat()->SetLayout(Format::Layout::kStd140); in ParseBufferInitializer()
2250 buffer->GetFormat()->SetLayout(Format::Layout::kStd430); in ParseBufferInitializer()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser.cc761 fmt->SetLayout(Format::Layout::kStd140); in ProcessUniform()