Lines Matching defs:structure
4941 /** Search for structure of given name
4943 * @param name Name of structure
4945 * @return Pointer to structure or 0
4954 * @param name Name of structure
4956 * @return Created structure
10584 Utils::Interface* structure = program_interface.Structure("Data");
10586 structure->Member("vector", "", 0 /* expected_component */, 0 /* expected_location */, Utils::Type::vec4,
10589 structure->Member("scalar", "", 0 /* expected_component */, 0 /* expected_location */, Utils::Type::_float,
10599 vs_uni_block->Member("second", "", 0 /* expected_component */, 0 /* expected_location */, structure,
10602 vs_uni_block->Member("third", "", 0 /* expected_component */, 0 /* expected_location */, structure,
10611 vs_uni_block->Member("sixth", "", 0 /* expected_component */, 0 /* expected_location */, structure,
12348 Utils::Interface* structure = program_interface.Structure("Data");
12350 structure->Member("vector", "", 0 /* expected_component */, 0 /* expected_location */, Utils::Type::vec4,
12353 structure->Member("scalar", "", 0 /* expected_component */, 0 /* expected_location */, Utils::Type::_float,
12363 vs_buf_Block->Member("second", "", 0 /* expected_component */, 0 /* expected_location */, structure,
12366 vs_buf_Block->Member("third", "", 0 /* expected_component */, 0 /* expected_location */, structure,
12375 vs_buf_Block->Member("sixth", "", 0 /* expected_component */, 0 /* expected_location */, structure,
13035 Utils::Interface* structure = program_interface.Structure("Data");
13037 structure->Member("single", "" /* qualifiers */, 0 /* component */, 0 /* location */, type, false /* normalized */,
13041 structure->Member("array", "" /* qualifiers */, 0 /* component */, type.GetLocations() /* location */, type,
13052 si.Output("vs_tcs_output", "layout (location = 0)", 0 /* component */, 0 /* location */, structure,
13109 "Test verifies that compiler does not allow location qualifier on member of structure")
27188 : BufferTestBase(context, "xfb_capture_struct", "Test verifies that inactive structure members are captured")