Searched refs:substruct (Results 1 – 13 of 13) sorted by relevance
52 substruct = {64 struct["substruct"] = substruct72 assert_equal(Google::Protobuf::Struct.from_hash(substruct),106 struct["substruct"] = Google::Protobuf::Struct.from_hash(substruct)
49 int UniformOffsetCalculator::advanceStruct(const UniformOffsetCalculator& substruct, int count) { in advanceStruct() argument50 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()
79 auto substruct = UniformOffsetCalculator::ForStruct(offsetter->layout()); in get_node_uniforms() local81 substruct.advanceOffset(u.type(), u.count()); in get_node_uniforms()84 const int structOffset = offsetter->advanceStruct(substruct); in get_node_uniforms()
209 int advanceStruct(const UniformOffsetCalculator& substruct, int count = Uniform::kNonArray);
41 auto substruct = UniformOffsetCalculator::ForStruct(layout); in calculate_struct_alignment_and_size() local43 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()
106 - compiler/types: Don't place members in the previous substruct's end padding
926 - dzn: Move all render-related states to a substruct2875 - compiler/types: Don't place members in the previous substruct's end padding4531 - zink: reorder pipeline dynamic state1 substruct
2482 - zink: move dynamic state2 pipeline state to substruct in pipeline state
3013 - zink: move dynamic state1 pipeline members into substruct
3952 - zink: move batch usage to substruct on zink_bo objects
2669 - nouveau: Put PCI info in a pci substruct in nv_device_info