Home
last modified time | relevance | path

Searched refs:substruct (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/ruby/tests/
Dwell_known_types_test.rb52 substruct = {
64 struct["substruct"] = substruct
72 assert_equal(Google::Protobuf::Struct.from_hash(substruct),
106 struct["substruct"] = Google::Protobuf::Struct.from_hash(substruct)
/external/cronet/stable/third_party/protobuf/ruby/tests/
Dwell_known_types_test.rb52 substruct = {
64 struct["substruct"] = substruct
72 assert_equal(Google::Protobuf::Struct.from_hash(substruct),
106 struct["substruct"] = Google::Protobuf::Struct.from_hash(substruct)
/external/cronet/tot/third_party/protobuf/ruby/tests/
Dwell_known_types_test.rb52 substruct = {
64 struct["substruct"] = substruct
72 assert_equal(Google::Protobuf::Struct.from_hash(substruct),
106 struct["substruct"] = Google::Protobuf::Struct.from_hash(substruct)
/external/skia/src/gpu/graphite/
DUniformManager.cpp49 int UniformOffsetCalculator::advanceStruct(const UniformOffsetCalculator& substruct, int count) { in advanceStruct() argument
50 SkASSERT(substruct.fLayout == fLayout); // Invalid if the layout rules used aren't consistent in advanceStruct()
55 const int baseAlignment = substruct.requiredAlignment(); in advanceStruct()
60 const int alignedSize = SkAlignTo(substruct.size(), baseAlignment); in advanceStruct()
DShaderInfo.cpp79 auto substruct = UniformOffsetCalculator::ForStruct(offsetter->layout()); in get_node_uniforms() local
81 substruct.advanceOffset(u.type(), u.count()); in get_node_uniforms()
84 const int structOffset = offsetter->advanceStruct(substruct); in get_node_uniforms()
DUniformManager.h209 int advanceStruct(const UniformOffsetCalculator& substruct, int count = Uniform::kNonArray);
/external/skia/tests/graphite/
DUniformOffsetCalculatorTest.cpp41 auto substruct = UniformOffsetCalculator::ForStruct(layout); in calculate_struct_alignment_and_size() local
43 substruct.advanceOffset(f); in calculate_struct_alignment_and_size()
46 int alignment = outer.advanceStruct(substruct, arrayCount); in calculate_struct_alignment_and_size()
47 SkASSERT(alignment == substruct.requiredAlignment()); in calculate_struct_alignment_and_size()
/external/mesa3d/docs/relnotes/
D22.1.2.rst106 - compiler/types: Don't place members in the previous substruct's end padding
D22.2.0.rst926 - dzn: Move all render-related states to a substruct
2875 - compiler/types: Don't place members in the previous substruct's end padding
4531 - zink: reorder pipeline dynamic state1 substruct
D22.1.0.rst2482 - zink: move dynamic state2 pipeline state to substruct in pipeline state
D21.3.0.rst3013 - zink: move dynamic state1 pipeline members into substruct
D23.2.1.rst3952 - zink: move batch usage to substruct on zink_bo objects
D23.3.0.rst2669 - nouveau: Put PCI info in a pci substruct in nv_device_info