Home
last modified time | relevance | path

Searched refs:is_vs_input (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1292 boolean is_vs_input; in parse_declaration() local
1318 is_vs_input = (file == TGSI_FILE_INPUT && in parse_declaration()
1351 if (*cur == ',' && !is_vs_input) { in parse_declaration()
1575 if (*cur == ',' && !is_vs_input) { in parse_declaration()
1593 if (*cur == ',' && !is_vs_input) { in parse_declaration()
1610 if (*cur == ',' && !is_vs_input) { in parse_declaration()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp68 glw::GLuint GetLocations(bool is_vs_input = false) const;
H A Dgl4cEnhancedLayoutsTests.cpp509 GLuint Type::GetLocations(bool is_vs_input) const in GetLocations()
514 if ((2 >= m_n_rows) || (Double != m_basic_type) || is_vs_input) in GetLocations()

Completed in 38 milliseconds