Home
last modified time | relevance | path

Searched refs:struct_field (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunittest_well_known_types.proto30 google.protobuf.Struct struct_field = 7; field
54 repeated google.protobuf.Struct struct_field = 7; field
77 google.protobuf.Struct struct_field = 7; field
102 map<int32,google.protobuf.Struct> struct_field = 7; field
Dwell_known_types_unittest.cc51 EXPECT_EQ(0, message.struct_field().ByteSize()); in TEST()
/external/mesa3d/src/compiler/glsl/
Dlower_ubo_reference.cpp51 struct_field(NULL), variable(NULL) in lower_ubo_reference_visitor()
113 const struct glsl_struct_field *struct_field; member in __anone8801ff50111::lower_ubo_reference_visitor
325 this->struct_field = NULL; in setup_for_load_or_store()
327 matrix_type, &this->struct_field, packing); in setup_for_load_or_store()
418 assert(struct_field); in ssbo_access_params()
420 return ((struct_field->memory_coherent ? ACCESS_COHERENT : 0) | in ssbo_access_params()
421 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) | in ssbo_access_params()
422 (struct_field->memory_volatile ? ACCESS_VOLATILE : 0)); in ssbo_access_params()
Dlower_buffer_access.cpp279 const glsl_struct_field **struct_field, in setup_buffer_access() argument
400 if (struct_field) in setup_buffer_access()
401 *struct_field = &struct_type->fields.structure[i]; in setup_buffer_access()
Dlower_buffer_access.h61 const glsl_struct_field **struct_field,
Dast_function.cpp1866 const glsl_struct_field *struct_field = in process_record_constructor() local
1876 implicitly_convert_component(ir, struct_field->type->base_type, in process_record_constructor()
1879 if (ir->type != struct_field->type) { in process_record_constructor()
1884 struct_field->name, in process_record_constructor()
1886 struct_field->type->name); in process_record_constructor()