Searched refs:FormatArgument (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 47 class FormatArgument class 50 FormatArgument (const char* name, const std::string& value); 59 FormatArgument::FormatArgument (const char* name, const std::string& value) in FormatArgument() function in vkt::sr::__anon28707::FormatArgument 70 FormatArgumentList& operator<< (const FormatArgument&); 81 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg) in operator <<() 431 << FormatArgument("VERSION", "#version 450\n") in createShaderInvarianceTests() 432 << FormatArgument("IN", "layout(location = 0) in") in createShaderInvarianceTests() 433 << FormatArgument("OUT", "layout(location = 0) out") in createShaderInvarianceTests() 434 << FormatArgument("IN_PRE in createShaderInvarianceTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 47 class FormatArgument class 50 FormatArgument (const char* name, const std::string& value); 59 FormatArgument::FormatArgument (const char* name, const std::string& value) in FormatArgument() function in vkt::sr::__anon29856::FormatArgument 70 FormatArgumentList& operator<< (const FormatArgument&); 81 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg) in operator <<() 430 << FormatArgument("VERSION", "#version 450\n") in createShaderInvarianceTests() 431 << FormatArgument("IN", "layout(location = 0) in") in createShaderInvarianceTests() 432 << FormatArgument("OUT", "layout(location = 0) out") in createShaderInvarianceTests() 433 << FormatArgument("IN_PRE in createShaderInvarianceTests() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderInvarianceTests.cpp | 63 class FormatArgument class 66 FormatArgument (const char* name, const std::string& value); 75 FormatArgument::FormatArgument (const char* name, const std::string& value) in FormatArgument() function in deqp::gles3::Functional::__anon30609::FormatArgument 86 FormatArgumentList& operator<< (const FormatArgument&); 97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg) in operator <<() 488 << FormatArgument("VERSION", "#version 300 es\n") in init() 489 << FormatArgument("IN", "in") in init() 490 << FormatArgument("OUT", "out") in init() 491 << FormatArgument("IN_PRE in init() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderInvarianceTests.cpp | 63 class FormatArgument class 66 FormatArgument (const char* name, const std::string& value); 75 FormatArgument::FormatArgument (const char* name, const std::string& value) in FormatArgument() function in deqp::gles2::Functional::__anon30445::FormatArgument 86 FormatArgumentList& operator<< (const FormatArgument&); 97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg) in operator <<() 486 << FormatArgument("VERSION", "") in init() 487 << FormatArgument("IN", "attribute") in init() 488 << FormatArgument("OUT", "varying") in init() 489 << FormatArgument("IN_PRE in init() [all...] |
/third_party/rust/crates/syn/tests/common/ |
H A D | eq.rs | 61 use rustc_ast::ast::FormatArgument; 479 spanless_eq_struct!(FormatArgument; kind expr);
|
Completed in 6 milliseconds