Searched refs:mode_ptr (Results 1 – 5 of 5) sorted by relevance
109 FT_Pointer mode_ptr );
110 FT_Pointer mode_ptr );
91 auto mode_ptr = primitive->GetAttr("mode"); in InferImplPooling() local92 if ((mode_ptr != nullptr) && mode_ptr->isa<StringImm>()) { in InferImplPooling()93 auto mode = mode_ptr->cast<StringImmPtr>()->value(); in InferImplPooling()
878 struct gl_config mode, *mode_ptr = &mode; in st_api_create_context() local943 mode_ptr = NULL; in st_api_create_context()944 st = st_create_context(api, pipe, mode_ptr, shared_ctx, in st_api_create_context()