Home
last modified time | relevance | path

Searched defs:is_struct (Results 1 – 11 of 11) sorted by relevance

/third_party/spirv-tools/source/opt/
Ddesc_sroa.cpp218 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in GetReplacementVariable() local
268 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/third_party/libcoap/man/
Dexamples-code-check.c168 int is_struct = 0; in main() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddesc_sroa.cpp251 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/third_party/flatbuffers/src/
Didl_gen_text.cpp125 const auto is_struct = IsStruct(type); in PrintContainer() local
Didl_gen_swift.cpp1304 auto is_struct = IsStruct(field.union_type) ? type + Mutable() : type; in BuildUnionEnumSwitchCaseWritter() local
/third_party/mesa3d/src/compiler/
Dglsl_types.h991 bool is_struct() const in is_struct() function
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp481 const bool is_struct = type_without_array->is_struct(); in check_location_aliasing() local
/third_party/flatbuffers/include/flatbuffers/
Dreflection_generated.h760 bool is_struct() const { in is_struct() function
/third_party/flatbuffers/tests/
Dtest.cpp1464 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp6688 bool is_struct = (type.basetype == SPIRType::Struct) && type.array.empty() && !type.pointer; in emit_specialization_constants_and_structs() local