HomeSort by relevance Sort by last modified time
    Searched refs:struct_ty (Results 1 - 3 of 3) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
type_manager.cpp 519 const Struct* struct_ty = type.AsStruct(); local
521 subtypes.reserve(struct_ty->element_types().size());
522 for (const auto* ele_ty : struct_ty->element_types()) {
527 for (auto pair : struct_ty->element_decorations()) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
type_manager.cpp 519 const Struct* struct_ty = type.AsStruct(); local
521 subtypes.reserve(struct_ty->element_types().size());
522 for (const auto* ele_ty : struct_ty->element_types()) {
527 for (auto pair : struct_ty->element_decorations()) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 209 const llvm::StructType* struct_ty = llvm::dyn_cast<llvm::StructType>(type); local
210 if (struct_ty) {
211 CHECK(struct_ty->isPacked());
213 for (auto element_type : struct_ty->elements()) {

Completed in 578 milliseconds